org.opennms.netmgt.config
Class EventconfFactory
java.lang.Object
org.opennms.netmgt.config.EventconfFactory
public class EventconfFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
init
public static void init()
throws org.springframework.dao.DataAccessException
- Throws:
org.springframework.dao.DataAccessException
reinit
public static void reinit()
throws org.springframework.dao.DataAccessException
- A full reinitialization, from scratch. Subtly different from a reload (more encompassing).
Safe to call in place of init if you so desire
- Throws:
org.springframework.dao.DataAccessException
getInstance
public static EventConfDao getInstance()
- Singleton static call to get the only instance that should exist for the
EventConfDao.
- Returns:
- the single eventconf factory instance
setInstance
public static void setInstance(EventConfDao instance)
Copyright © 2009. All Rights Reserved.