org.apache.qpid.server.util
Class NullApplicationRegistry
java.lang.Object
org.apache.qpid.server.registry.ApplicationRegistry
org.apache.qpid.server.util.NullApplicationRegistry
- All Implemented Interfaces:
- IApplicationRegistry
public class NullApplicationRegistry
- extends ApplicationRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullApplicationRegistry
public NullApplicationRegistry()
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
getConfiguration
public org.apache.commons.configuration.Configuration getConfiguration()
- Description copied from interface:
IApplicationRegistry
- Get the low level configuration. For use cases where the configured object approach is not required
you can get the complete configuration information.
- Specified by:
getConfiguration
in interface IApplicationRegistry
- Overrides:
getConfiguration
in class ApplicationRegistry
- Returns:
- a Commons Configuration instance
getQueueRegistry
public QueueRegistry getQueueRegistry()
getExchangeRegistry
public ExchangeRegistry getExchangeRegistry()
getExchangeFactory
public ExchangeFactory getExchangeFactory()
getManagedObjectRegistry
public ManagedObjectRegistry getManagedObjectRegistry()
getAuthenticationManager
public AuthenticationManager getAuthenticationManager()
getMessageStore
public MessageStore getMessageStore()