| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--network.detectors.EventDetector
        |
        +--network.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 | |
(package private)  int | 
count
 | 
private  java.lang.String[] | 
defaultLocalTrigerringEvents
 | 
| Fields inherited from class network.detectors.EventDetector | 
agentURN, attempts, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, printRunningThreadsFlag, remoteTriggeringEvents, reportTable | 
| Constructor Summary | |
DummyEventDetector()
The default constructor.  | 
|
| Method Summary | |
 java.util.Vector | 
generateEvent(network.events.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 | 
| Field Detail | 
int count
private java.lang.String[] defaultLocalTrigerringEvents
| Constructor Detail | 
public DummyEventDetector()
| Method Detail | 
public java.lang.String getGeneratingEventClassName()
getGeneratingEventClassName in class EventDetectorpublic java.util.Vector generateEvent(network.events.Event triggeredEvent)
generateEvent in class EventDetectortriggeredEvent - the triggering event (a TimerEvent).
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||