network.events
Class FailureEvent
java.lang.Object
|
+--network.events.Event
|
+--network.events.FailureEvent
- All Implemented Interfaces:
- RemoteEventInterface, java.io.Serializable
- public class FailureEvent
- extends Event
- implements java.io.Serializable, RemoteEventInterface
- See Also:
- Serialized Form
|
Constructor Summary |
FailureEvent(long eventGenerationTime,
ajanta.naming.URN agentURN,
ajanta.naming.URN fieldAgentURN,
java.util.Vector detectorNames,
int alertLevel,
int alarmLevel,
int seqNum,
java.util.Vector sourceURNList)
|
FailureEvent(java.lang.String eventName,
long eventGenerationTime,
ajanta.naming.URN agentURN,
ajanta.naming.URN fieldAgentURN,
java.util.Vector detectorNames,
int alertLevel,
int alarmLevel,
int seqNum,
java.util.Vector sourceURNList)
|
| Methods inherited from class network.events.Event |
createSQL, getAgentURN, getAlarmLevel, getAlertLevel, getDomainName, getEventDeliverTryNumber, getEventGenerationTime, getEventID, getEventLocation, getID, getINTMonth, getMyClass, getName, getSQLTime, getSQLTime, setAlarmLevel, setAlertLevel, setDomainName, setEventID, setPriority, toSQL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fieldAgentURN
ajanta.naming.URN fieldAgentURN
detectorNames
java.util.Vector detectorNames
seqNum
java.lang.Integer seqNum
sourceURNList
java.util.Vector sourceURNList
FailureEvent
public FailureEvent(long eventGenerationTime,
ajanta.naming.URN agentURN,
ajanta.naming.URN fieldAgentURN,
java.util.Vector detectorNames,
int alertLevel,
int alarmLevel,
int seqNum,
java.util.Vector sourceURNList)
- Parameters:
eventGenerationTime - agentURN - fieldAgentURN - detectorNames - alertLevel - alarmLevel - seqNum -
FailureEvent
public FailureEvent(java.lang.String eventName,
long eventGenerationTime,
ajanta.naming.URN agentURN,
ajanta.naming.URN fieldAgentURN,
java.util.Vector detectorNames,
int alertLevel,
int alarmLevel,
int seqNum,
java.util.Vector sourceURNList)
- Parameters:
eventGenerationTime - agentURN - fieldAgentURN - detectorNames - alertLevel - alarmLevel - seqNum -
toString
public java.lang.String toString()
- Overrides:
toString in class Event
- Returns:
getColumnNames
public java.lang.String getColumnNames()
- Overrides:
getColumnNames in class Event
- Returns:
getFieldNames
public java.lang.String getFieldNames()
- Overrides:
getFieldNames in class Event
- Returns:
getFieldValues
public java.lang.String getFieldValues()
- Overrides:
getFieldValues in class Event
- Returns:
getFieldAgentURN
public ajanta.naming.URN getFieldAgentURN()
- Returns:
getDetectorNames
public java.util.Vector getDetectorNames()
- Returns:
getSeqNum
public java.lang.Integer getSeqNum()
- Returns:
getSourceURNList
public java.util.Vector getSourceURNList()
- Specified by:
getSourceURNList in interface RemoteEventInterface
getSourceAddress
public java.lang.String getSourceAddress()