BEAST
|
Inject instances to be accessible statically. More...
Public Member Functions | |
void | setTimeoutManager (TimeoutManager manager) |
void | setCatalog (Catalog c) |
void | setUtilities (IRuleUtilities utils) |
void | setExchangeManager (ExchangeManager manager) |
void | afterPropertiesSet () throws Exception |
Static Public Member Functions | |
static TimeoutManager | getTimeoutManager () |
static Catalog | getCatalog () |
static IRuleUtilities | getUtilities () |
static ExchangeManager | getExchangeManager () |
Static Protected Attributes | |
static TimeoutManager | timeoutManager = null |
Timeout Manager. | |
static Catalog | catalog = null |
The catalog for db access. | |
static IRuleUtilities | utilities = null |
The utilities. | |
static ExchangeManager | exchangeManager = null |
The exchange manager. | |
Inject instances to be accessible statically.
If there is a better way to do this, please change it....
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
c | the catalog to set |
|
inline |
manager | the exchange manager to set to set |
|
inline |
manager | the timeout manager to set |
|
inline |
utils | the utilities to set to set |
|
staticprotected |
The catalog for db access.
|
staticprotected |
The exchange manager.
|
staticprotected |
Timeout Manager.
|
staticprotected |
The utilities.