|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.RegistryFactory
public class RegistryFactory
This interface defines the methods that the Registry Factory must provide.
Constructor Summary | |
---|---|
RegistryFactory()
|
Method Summary | |
---|---|
static RegistryManager |
createRegistryManager(java.lang.String inquiryURL,
java.lang.String publishURL)
This method creates a registry manager that manages an instance to the specified registry using the supplied URLs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryFactory()
Method Detail |
---|
public static RegistryManager createRegistryManager(java.lang.String inquiryURL, java.lang.String publishURL) throws RegistryException
inquiryURL
- The URL to the registry inquiry servicepublishURL
- The URL to the registry publish service
RegistryInitialisationException
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |