|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetwork.events.Event
network.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 network.events.Event |
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 network.events.Event |
createSQL, 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 event| Method Detail |
public long getTimeOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||