|
||||||||||
| 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.AgentExceptionEvent
Agent Exception Event is an Event generated when an Exception is raised by the Agent. It is extended from the AgentServerEvent class
| Field Summary |
| Fields inherited from class ajanta.logger.AgentServerEvent |
agentServerURN |
| Constructor Summary | |
AgentExceptionEvent(long time,
ajanta.naming.URN agServerURN,
ajanta.naming.URN agentURN,
ajanta.naming.URN gURN,
java.lang.String exMessage)
Constructor for the AgentExceptionEvent |
|
| Method Summary | |
java.lang.String |
getExceptionMessage()
Returns the description of the exception |
ajanta.naming.URN |
getGaurdianURN()
Returns the URN of the gaurdian entity |
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 AgentExceptionEvent(long time,
ajanta.naming.URN agServerURN,
ajanta.naming.URN agentURN,
ajanta.naming.URN gURN,
java.lang.String exMessage)
time - of event generationagServerURN - URN of the agentServergURN - URN of the Gaurdian agentexMessage - Message from the exception which caused failure| Method Detail |
public java.lang.String toString()
toString in class AgentServerEventpublic ajanta.naming.URN getGaurdianURN()
public java.lang.String getMessage()
public java.lang.String getExceptionMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||