org.opennms.netmgt.config
Class EventconfFactory

java.lang.Object
  extended by org.opennms.netmgt.config.EventconfFactory

public class EventconfFactory
extends Object


Method Summary
static EventConfDao getInstance()
          Singleton static call to get the only instance that should exist for the EventConfDao.
static void init()
           
static void reinit()
          A full reinitialization, from scratch.
static void setInstance(EventConfDao instance)
           
 
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()
                 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.