org.jafer.registry
Class RegistryFactory

java.lang.Object
  extended by org.jafer.registry.RegistryFactory

public class RegistryFactory
extends java.lang.Object

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

RegistryFactory

public RegistryFactory()
Method Detail

createRegistryManager

public static RegistryManager createRegistryManager(java.lang.String inquiryURL,
                                                    java.lang.String publishURL)
                                             throws RegistryException
This method creates a registry manager that manages an instance to the specified registry using the supplied URLs.

Parameters:
inquiryURL - The URL to the registry inquiry service
publishURL - The URL to the registry publish service
Returns:
An instance of the registry manager
Throws:
RegistryInitialisationException
RegistryException