|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.logger.Event
Event is a generic class representing all events taking place in the the Agentserver.
Constructor Summary | |
Event(java.lang.String eventName,
long time)
Constructor for the Event class |
Method Summary | |
java.net.InetAddress |
getEventLocation()
Returns the location of the host where the event took place |
java.lang.String |
getName()
Returns the name of the event |
long |
getTime()
Returns the time when the event took place |
java.lang.String |
toString()
Returns the string representation of the event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Event(java.lang.String eventName, long time)
eventName
- Name of the eventtime
- of event generationMethod Detail |
public java.lang.String getName()
public java.net.InetAddress getEventLocation()
public long getTime()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |