|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetwork.detectors.EventDetector
network.detectors.DeletedProcessEventDetector
This detector keeps a record of all processes seen on the system, and compares against this record any process events (network.events.ProcessMonitoringEvent) that occur. If a process is deleted, we generate a network.events.DeletedProcessEvent.
Field Summary |
Fields inherited from class network.detectors.EventDetector |
agentURN, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, remoteTriggeringEvents, reportTable |
Constructor Summary | |
DeletedProcessEventDetector(ConfigObject configObj)
The default constructor. |
Method Summary | |
java.util.Vector |
generateEvent(Event triggeringEvent)
This detector is triggered by a network.events.ProcessMonitoringEvent. |
java.lang.String |
getGeneratingEventClassName()
Returns the fully-qualified classname of the event that this detector may generate. |
java.util.Vector |
testProcessMonitoringEvent(ProcessMonitoringEvent event)
This method checks to see which process was created or deleted. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeletedProcessEventDetector(ConfigObject configObj)
Method Detail |
public java.lang.String getGeneratingEventClassName()
getGeneratingEventClassName
in class EventDetector
public java.util.Vector testProcessMonitoringEvent(ProcessMonitoringEvent event)
event
- the network.events.ProcessMonitoringEvent that triggered the detector.
public java.util.Vector generateEvent(Event triggeringEvent)
generateEvent
in class EventDetector
triggeringEvent
- the event that triggered this detector.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |