org.opennms.netmgt.eventd
Class EventIpcManagerFactory

java.lang.Object
  extended by org.opennms.netmgt.eventd.EventIpcManagerFactory

public class EventIpcManagerFactory
extends Object

Author:
Sowmya Nataraj , OpenNMS.org

Method Summary
static EventIpcManager getIpcManager()
          Returns an implementation of the default EventIpcManager class
static void init()
          Create the singleton instance of this factory
protected static void reset()
          This is here for unit testing so we can reset this class before every test.
static void setIpcManager(EventIpcManager ipcManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Create the singleton instance of this factory


getIpcManager

public static EventIpcManager getIpcManager()
Returns an implementation of the default EventIpcManager class


setIpcManager

public static void setIpcManager(EventIpcManager ipcManager)

reset

protected static void reset()
This is here for unit testing so we can reset this class before every test.



Copyright © 2009. All Rights Reserved.