|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationRegistry
Method Summary | ||
---|---|---|
AuthenticationManager |
getAuthenticationManager()
|
|
org.apache.commons.configuration.Configuration |
getConfiguration()
Get the low level configuration. |
|
|
getConfiguredObject(java.lang.Class<T> instanceType)
This gets access to a "configured object". |
|
ExchangeFactory |
getExchangeFactory()
|
|
ExchangeRegistry |
getExchangeRegistry()
|
|
ManagedObjectRegistry |
getManagedObjectRegistry()
|
|
MessageStore |
getMessageStore()
|
|
QueueRegistry |
getQueueRegistry()
|
|
void |
initialise()
Initialise the application registry. |
Method Detail |
---|
void initialise() throws java.lang.Exception
java.lang.Exception
<T> T getConfiguredObject(java.lang.Class<T> instanceType)
instanceType
- the type of object you want initialised. This must be unique - i.e. you can only
have a single object of this type in the system.
org.apache.commons.configuration.Configuration getConfiguration()
QueueRegistry getQueueRegistry()
ExchangeRegistry getExchangeRegistry()
ExchangeFactory getExchangeFactory()
ManagedObjectRegistry getManagedObjectRegistry()
AuthenticationManager getAuthenticationManager()
MessageStore getMessageStore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |