|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.logger.Event | +--ajanta.logger.AgentServerEvent | +--ajanta.logger.ATPRequestEvent
ATP Request Event is an Event generated when an ATP request is received by the Agentserver. It is extended from the AgentServerEvent class
Field Summary |
Fields inherited from class ajanta.logger.AgentServerEvent |
agentServerURN |
Constructor Summary | |
ATPRequestEvent(long time,
ajanta.naming.URN agServerURN,
java.net.InetAddress src,
ajanta.naming.URN srcURN,
ajanta.naming.URN agentURN)
ATPRequestEvent constructor |
Method Summary | |
java.lang.String |
getMessage()
Returns the type of event |
java.net.InetAddress |
getSourceHost()
Returns the InetAddress of the source host |
ajanta.naming.URN |
getSourceURN()
Returns the URN of the source agentServer which is sending the agent |
java.lang.String |
toString()
Returns a string representation of the event |
Methods inherited from class ajanta.logger.AgentServerEvent |
getFormattedTime |
Methods inherited from class ajanta.logger.Event |
getEventLocation, getName, getTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ATPRequestEvent(long time, ajanta.naming.URN agServerURN, java.net.InetAddress src, ajanta.naming.URN srcURN, ajanta.naming.URN agentURN)
time
- of event generationagServerURN
- URN of the agentServersrc
- InetAddress of the source hostsrcURN
- URN of the agentServer sending the agentMethod Detail |
public java.lang.String toString()
toString
in class AgentServerEvent
public java.net.InetAddress getSourceHost()
public ajanta.naming.URN getSourceURN()
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |