|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRuntime
This interface can be implemented by any runtime instance. It is also used for accessing
the default implementation PIMRuntime.
Example:
IRuntime runtime = PIMRuntime.getInstance();
The runtime instance should be a singleton and acts as a central
entry point for all jAnrufmonitor developments.
With the runtime instance you can access, handle and manipulate all objects
which are handled by the jAnrufmonitor framework.
| Method Summary | |
|---|---|
void |
cleanUp()
Cleans up a runtime instance. |
void |
enableMonitorListener(boolean enable)
Explicitly enable/disable the monitoring component |
ICallerFactory |
getCallerFactory()
Gets the caller factory implementation. |
ICallerManagerFactory |
getCallerManagerFactory()
Gets the caller manager factory implementation. |
ICallFactory |
getCallFactory()
Gets the call factory implementation. |
ICallManagerFactory |
getCallManagerFactory()
Gets the call manager factory implementation. |
ICipManager |
getCipManager()
Gets the cip manager implementation. |
ICommandFactory |
getCommandFactory()
Gets the command factory implementation. |
IConfigManagerFactory |
getConfigManagerFactory()
Gets the config manager implementation. |
IConfigurableNotifier |
getConfigurableNotifier()
Gets the configurable notifier implementation |
IEventBroker |
getEventBroker()
Gets the event broker implementation. |
II18nManagerFactory |
getI18nManagerFactory()
Gets the i18n manager factory implementation. |
IMonitorListener |
getMonitorListener()
Gets the monitor listener implementation. |
IMsnManager |
getMsnManager()
Gets the msn manager implementation. |
IRuleEngine |
getRuleEngine()
Gets the rule engine implementation. |
IServiceFactory |
getServiceFactory()
Gets the service factory implementation. |
void |
shutdown()
Shuts down a runtime instance. |
void |
startup()
Starts up a runtime instance. |
| Method Detail |
|---|
IConfigurableNotifier getConfigurableNotifier()
IConfigManagerFactory getConfigManagerFactory()
ICallManagerFactory getCallManagerFactory()
ICallerManagerFactory getCallerManagerFactory()
IEventBroker getEventBroker()
ICallFactory getCallFactory()
ICallerFactory getCallerFactory()
IServiceFactory getServiceFactory()
IMsnManager getMsnManager()
ICipManager getCipManager()
IMonitorListener getMonitorListener()
ICommandFactory getCommandFactory()
II18nManagerFactory getI18nManagerFactory()
IRuleEngine getRuleEngine()
void startup()
void shutdown()
void cleanUp()
void enableMonitorListener(boolean enable)
enable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||