|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkonark.events.Event
konark.events.WrapperEvent
This event indicates that a given amount of time has passed. This event is most event used to trigger event detectors such as the SyslogEventDetector
Field Summary |
Fields inherited from class konark.events.Event |
absoluteTime, agentURN, domainName, eventDeliverTryNumber, priority |
Constructor Summary | |
WrapperEvent(ajanta.naming.URN agentURN,
Event e,
int alertLevel,
int alarmLevel)
Initializes all fields for this event to the given values |
Method Summary | |
Event |
getWrappedEvent()
|
Methods inherited from class konark.events.Event |
createSQL, getAbsoluteTime, getAgentURN, getAlarmLevel, getAlertLevel, getColumnNames, getDomainName, getEventDeliverTryNumber, getEventGenerationTime, getEventID, getEventLocation, getFieldNames, getFieldValues, getID, getINTMonth, getMyClass, getName, getSQLTime, getSQLTime, setAlarmLevel, setAlertLevel, setDomainName, setEventID, setPriority, toSQL, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WrapperEvent(ajanta.naming.URN agentURN, Event e, int alertLevel, int alarmLevel)
agentURN
- The URN of the agent generating this evente
- The event to be wrappedalertLevel
- The alert level for this eventalarmLevel
- The alarm level for this eventMethod Detail |
public Event getWrappedEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |