|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkonark.events.Event
konark.events.TimerEvent
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 | |
TimerEvent(ajanta.naming.URN agentURN,
long timeOut,
int alertLevel,
int alarmLevel)
Initializes all fields for this event to the given values |
Method Summary | |
long |
getTimeOut()
Returns the amount of time between subsequent timer events |
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 TimerEvent(ajanta.naming.URN agentURN, long timeOut, int alertLevel, int alarmLevel)
agentURN
- The URN of the agent generating this eventtimeOut
- The amount of time between subsequent timer eventsalertLevel
- The alert level for this eventalarmLevel
- The alarm level for this eventMethod Detail |
public long getTimeOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |