|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkonark.detectors.EventDetector
konark.detectors.DummyEventDetector
As the name implies, this is a dummy detector. It may be triggered by TimerEvents, but it will take no action. It is merely a template.
Field Summary |
Fields inherited from class konark.detectors.EventDetector |
agentURN, blueToothLogFileName, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, remoteTriggeringEvents, reportTable |
Constructor Summary | |
DummyEventDetector()
The default constructor. |
Method Summary | |
java.util.Vector |
generateEvent(Event triggeredEvent)
This method will be triggered whenever a TimerEvent is processed. |
java.lang.String |
getGeneratingEventClassName()
Returns the fully-qualified classname of the event that this detector may generate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyEventDetector()
Method Detail |
public java.lang.String getGeneratingEventClassName()
getGeneratingEventClassName
in class EventDetector
public java.util.Vector generateEvent(Event triggeredEvent)
generateEvent
in class EventDetector
triggeredEvent
- the triggering event (a TimerEvent).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |