|
||||||||||
| 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.MigrationFailureEvent
Migration Failure Event is an Event generated when an agent migration fails at a Agentserver. It is extended from the AgentServerEvent class
| Field Summary |
| Fields inherited from class ajanta.logger.AgentServerEvent |
agentServerURN |
| Constructor Summary | |
MigrationFailureEvent(long time,
ajanta.naming.URN agServerURN,
ajanta.naming.URN agentURN,
ajanta.naming.URN destURN,
java.lang.String exMessage)
Constructor for the MigrationFailureEvent |
|
| Method Summary | |
ajanta.naming.URN |
getAgentURN()
Returns the URN of the agent which caused failure |
ajanta.naming.URN |
getDestinationURN()
Returns the URN of the destination agentServer |
java.lang.String |
getExceptionMessage()
Returns the message from the exception which caused failure |
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 MigrationFailureEvent(long time,
ajanta.naming.URN agServerURN,
ajanta.naming.URN agentURN,
ajanta.naming.URN destURN,
java.lang.String exMessage)
time - of event generationagServerURN - URN of the agentServeragentURN - URN of the agentdestURN - URN of the destination agentserverexMessage - Message from the exception which caused failure| Method Detail |
public java.lang.String toString()
toString in class AgentServerEventpublic ajanta.naming.URN getDestinationURN()
public java.lang.String getMessage()
public java.lang.String getExceptionMessage()
public ajanta.naming.URN getAgentURN()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||