|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.alarmd.AlarmPersisterImpl
public class AlarmPersisterImpl
Singleton to persist OnmsAlarms.
| Constructor Summary | |
|---|---|
AlarmPersisterImpl()
|
|
| Method Summary | |
|---|---|
AlarmDao |
getAlarmDao()
getAlarmDao |
EventDao |
getEventDao()
getEventDao |
OnmsAlarm |
persist(Event event)
persist |
void |
setAlarmDao(AlarmDao alarmDao)
setAlarmDao |
void |
setEventDao(EventDao eventDao)
setEventDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlarmPersisterImpl()
| Method Detail |
|---|
public OnmsAlarm persist(Event event)
persist
persist in interface AlarmPersisterevent - a Event object.
public void setAlarmDao(AlarmDao alarmDao)
setAlarmDao
alarmDao - a AlarmDao object.public AlarmDao getAlarmDao()
getAlarmDao
AlarmDao object.public void setEventDao(EventDao eventDao)
setEventDao
eventDao - a EventDao object.public EventDao getEventDao()
getEventDao
EventDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||