network.detectors
Class FtpAlarmEventDetector

java.lang.Object
  extended bynetwork.detectors.EventDetector
      extended bynetwork.detectors.FtpAlarmEventDetector
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class FtpAlarmEventDetector
extends EventDetector
implements java.io.Serializable

An FtpAlarm Detector. Appears unusable.

See Also:
Serialized Form

Field Summary
protected  java.lang.String[] defaultLocalTriggeringEvents
           
 
Fields inherited from class network.detectors.EventDetector
agentURN, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, remoteTriggeringEvents, reportTable
 
Method Summary
 java.util.Vector generateEvent(Event triggeredEvent)
          This method will generate an FtpAlarmEvent.
 java.lang.String getGeneratingEventClassName()
          Returns the fully-qualified classname of the event that this detector may generate.
 
Methods inherited from class network.detectors.EventDetector
getAlarmLevel, getAlertLevel, getLocalTriggeringEventClassNames, getRemoteTriggeringEventClassNames, getSynchronizer, InitializeFields, modifyDetector, populatePatterns, printRunningThreads, run, setAgentURN, setAlarmLevel, setAlertLevel, setDB, setEventIDGenerator, setEventTable, setLocalTriggeringEvents, setRemoteTriggeringEvents, setReportTable, stopDetector, switchOffPrintRunningThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultLocalTriggeringEvents

protected java.lang.String[] defaultLocalTriggeringEvents
Method Detail

getGeneratingEventClassName

public java.lang.String getGeneratingEventClassName()
Returns the fully-qualified classname of the event that this detector may generate.

Specified by:
getGeneratingEventClassName in class EventDetector
Returns:
the fully-qualified classname of the event that this detector may generate.

generateEvent

public java.util.Vector generateEvent(Event triggeredEvent)
This method will generate an FtpAlarmEvent.

Specified by:
generateEvent in class EventDetector
Parameters:
triggeredEvent - the event that triggered the detector.
Returns:
a vector of FtpAlarmEvents.