|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.eventd.EventIpcManagerFactory
Field Summary | |
private EventIpcManagerDefaultImpl |
m_defIpcManager
The default EventIpcManager |
private static boolean |
m_loaded
This member is set to true if init() has been called |
private static EventIpcManagerFactory |
m_singleton
The singleton instance of this factory |
Constructor Summary | |
private |
EventIpcManagerFactory()
Private constructor |
Method Summary | |
static EventIpcManagerFactory |
getInstance()
Return the singleton instance of this factory. |
EventIpcManagerDefaultImpl |
getManager()
Returns an implementation of the default EventIpcManager class |
static void |
init()
Create the singleton instance of this factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static EventIpcManagerFactory m_singleton
private static boolean m_loaded
private EventIpcManagerDefaultImpl m_defIpcManager
Constructor Detail |
private EventIpcManagerFactory()
Method Detail |
public static void init()
public static EventIpcManagerFactory getInstance()
java.lang.IllegalStateException
- Thrown if the factory has not yet been initialized.public EventIpcManagerDefaultImpl getManager()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |