org.apache.qpid.server.registry
Class ConfigurationFileApplicationRegistry
java.lang.Object
org.apache.qpid.server.registry.ApplicationRegistry
org.apache.qpid.server.registry.ConfigurationFileApplicationRegistry
- All Implemented Interfaces:
- IApplicationRegistry
public class ConfigurationFileApplicationRegistry
- extends ApplicationRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationFileApplicationRegistry
public ConfigurationFileApplicationRegistry(java.io.File configurationURL)
throws org.apache.commons.configuration.ConfigurationException
- Throws:
org.apache.commons.configuration.ConfigurationException
initialise
public void initialise()
throws java.lang.Exception
- Description copied from interface:
IApplicationRegistry
- Initialise the application registry. All initialisation must be done in this method so that any components
that need access to the application registry itself for initialisation are able to use it. Attempting to
initialise in the constructor will lead to failures since the registry reference will not have been set.
- Throws:
java.lang.Exception
getQueueRegistry
public QueueRegistry getQueueRegistry()
getExchangeRegistry
public ExchangeRegistry getExchangeRegistry()
getExchangeFactory
public ExchangeFactory getExchangeFactory()
getManagedObjectRegistry
public ManagedObjectRegistry getManagedObjectRegistry()
getAuthenticationManager
public AuthenticationManager getAuthenticationManager()
getMessageStore
public MessageStore getMessageStore()