|
||||||||||
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.MigrationSuccessEvent
Migration Success Event is an Event generated when an agent migrates successfully from a Agentserver. It is extended from the AgentServerEvent class
Field Summary |
Fields inherited from class ajanta.logger.AgentServerEvent |
agentServerURN |
Constructor Summary | |
MigrationSuccessEvent(long time,
ajanta.naming.URN agServerURN,
ajanta.naming.URN agentURN,
ajanta.naming.URN destURN)
Constructor for the MigrationSuccessEvent |
Method Summary | |
ajanta.naming.URN |
getAgentURN()
Returns the URN of the agent which migrated successfully |
ajanta.naming.URN |
getDestinationURN()
Returns the URN of the destination agent server |
java.lang.String |
getMessage()
Returns the type of event |
java.lang.String |
toString()
Returns the 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 MigrationSuccessEvent(long time, ajanta.naming.URN agServerURN, ajanta.naming.URN agentURN, ajanta.naming.URN destURN)
time
- of event generationagServerURN
- URN of the agentServeragentURN
- URN of the agentdestURN
- URN of the destination agentserverMethod Detail |
public java.lang.String toString()
toString
in class AgentServerEvent
public ajanta.naming.URN getDestinationURN()
public java.lang.String getMessage()
public ajanta.naming.URN getAgentURN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |