|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.registry.RegistryFactory
public class RegistryFactory
Returns an Instance of the Registry.
Constructor Summary | |
---|---|
RegistryFactory()
|
Method Summary | |
---|---|
static Registry |
createRegistry()
Create a new registry (singleton) or return a pre-existing instance. |
static Registry |
getRegistry()
Obtain the current registry singleton or create a new instance if one is not available. |
static Registry |
getRegistrySingleton()
Get the singleton. |
static void |
setRegistry(Registry registry)
Set the singleton. |
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 void setRegistry(Registry registry)
registry
- public static Registry getRegistrySingleton()
null
if one has not been created.public static Registry getRegistry() throws RegistryException
RegistryException
public static Registry createRegistry() throws RegistryException
RegistryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |