|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.event.JdbcWebEventRepository
public class JdbcWebEventRepository
JdbcWebEventRepository class.
| Nested Class Summary | |
|---|---|
static class |
JdbcWebEventRepository.EventMapper
|
| Constructor Summary | |
|---|---|
JdbcWebEventRepository()
|
|
| Method Summary | |
|---|---|
void |
acknowledgeAll(String user,
Date timestamp)
acknowledgeAll |
void |
acknowledgeMatchingEvents(String user,
Date timestamp,
EventCriteria criteria)
acknowledgeMatchingEvents |
int |
countMatchingEvents(EventCriteria criteria)
countMatchingEvents |
int[] |
countMatchingEventsBySeverity(EventCriteria criteria)
countMatchingEventsBySeverity |
Event |
getEvent(int eventId)
getEvent |
Event[] |
getMatchingEvents(EventCriteria criteria)
getMatchingEvents |
void |
unacknowledgeAll()
unacknowledgeAll |
void |
unacknowledgeMatchingEvents(EventCriteria criteria)
unacknowledgeMatchingEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcWebEventRepository()
| Method Detail |
|---|
public int countMatchingEvents(EventCriteria criteria)
countMatchingEvents
countMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
public int[] countMatchingEventsBySeverity(EventCriteria criteria)
countMatchingEventsBySeverity
countMatchingEventsBySeverity in interface WebEventRepositorycriteria - a EventCriteria object.
public Event getEvent(int eventId)
getEvent
getEvent in interface WebEventRepositoryeventId - a int.
Event object.public Event[] getMatchingEvents(EventCriteria criteria)
getMatchingEvents
getMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
Event objects.
public void acknowledgeAll(String user,
Date timestamp)
acknowledgeAll
acknowledgeAll in interface WebEventRepositoryuser - a String object.timestamp - a java$util$Date object.
public void acknowledgeMatchingEvents(String user,
Date timestamp,
EventCriteria criteria)
acknowledgeMatchingEvents
acknowledgeMatchingEvents in interface WebEventRepositoryuser - a String object.timestamp - a java$util$Date object.criteria - a EventCriteria object.public void unacknowledgeAll()
unacknowledgeAll
unacknowledgeAll in interface WebEventRepositorypublic void unacknowledgeMatchingEvents(EventCriteria criteria)
unacknowledgeMatchingEvents
unacknowledgeMatchingEvents in interface WebEventRepositorycriteria - a EventCriteria object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||