network.events
Class TelnetEvent
java.lang.Object
|
+--network.events.Event
|
+--network.events.SyslogEvent
|
+--network.events.ConnectEvent
|
+--network.events.TelnetEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TelnetEvent
- extends ConnectEvent
This indicates that a user has attempted to connect via telnet.
This event will be generated whether or not the connect resulted in a successful login
- See Also:
- Serialized Form
|
Constructor Summary |
TelnetEvent(java.lang.String eventName,
long eventGenerationTime,
ajanta.naming.URN agentURN,
java.lang.String eventTime,
java.lang.String procID,
java.lang.String eventString,
java.lang.String targetUser,
java.lang.String loginStatus,
int alertLevel,
int alarmLevel)
|
|
Method Summary |
java.lang.String |
toString()
Returns a string representation of this event |
| Methods inherited from class network.events.ConnectEvent |
getColumnNames, getFieldNames, getFieldValues, getInitiatingHost, getInitiatingUser, getLoginStatus, getMode, getProcID, getTargetUser, setInitiatingHost, setInitiatingUser, setMode, setTargetUser |
| 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 |
TelnetEvent
public TelnetEvent(java.lang.String eventName,
long eventGenerationTime,
ajanta.naming.URN agentURN,
java.lang.String eventTime,
java.lang.String procID,
java.lang.String eventString,
java.lang.String targetUser,
java.lang.String loginStatus,
int alertLevel,
int alarmLevel)
- Parameters:
eventName - The name of this eventeventGenerationTime - The time at which this event was generatedagentURN - The URN of the agent reporting this eventeventTime - The time at which the telnet connect occurredprocID - The process ID of the telnet daemon spawned in resposnse to the connectioneventString - The line from the syslog file pertaining to this eventtargetUser - The user making the connect eventloginStatus - Determines if the connect attempt resulted in a success, failure, or was undeterminedalertLevel - The alert level for this eventalarmLevel - The alarm level for this event
toString
public java.lang.String toString()
- Returns a string representation of this event
- Overrides:
toString in class ConnectEvent
- Returns:
- A string representing this object