|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetwork.events.Event
network.events.UserPresenceEvent
This event indicates that a user is logged on.
Field Summary |
Fields inherited from class network.events.Event |
agentURN, domainName, eventDeliverTryNumber, priority |
Constructor Summary | |
UserPresenceEvent(java.lang.String eventName,
long eventGenerationTime,
ajanta.naming.URN agentURN,
java.lang.String user,
java.lang.String host,
int alertLevel,
int alarmLevel)
Initializes all fields to the given values |
Method Summary | |
java.lang.String |
getColumnNames()
Returns a list of column names for this event. |
java.lang.String |
getFieldNames()
Returns a list of SQL field names |
java.lang.String |
getFieldValues()
Returns a list of SQL values |
java.lang.String |
toString()
Returns a string representation of this object |
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 |
Constructor Detail |
public UserPresenceEvent(java.lang.String eventName, long eventGenerationTime, ajanta.naming.URN agentURN, java.lang.String user, java.lang.String host, int alertLevel, int alarmLevel)
eventName
- The name of this eventeventGenerationTime
- The time at which this event was generatedagentURN
- The URN of the agent reporting this eventuser
- The user whose presence was detectedhost
- The host the user was detected onalertLevel
- The alert level for this eventalarmLevel
- The alarm level for this eventMethod Detail |
public java.lang.String toString()
toString
in class Event
public java.lang.String getColumnNames()
getColumnNames
in class Event
public java.lang.String getFieldNames()
getFieldNames
in class Event
public java.lang.String getFieldValues()
getFieldValues
in class Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |