|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.agent.AgentStatus
Every agent contains an AgentStatus object representing the current as well as past status of the agent
Field Summary | |
boolean |
recallCompleted
boolean flag indicatingn whether the recall was completed or not. |
boolean |
recallPending
boolean flag indicatingn whether there is a recall pending for the agent. |
ajanta.naming.URN |
returningTo
URN of the object with whom agent has to colocate or server's URN where agent has to return. |
java.util.Vector |
returnNotification
a vector of NotificationRecord objects deposited at various servers visited in the past. |
Constructor Summary | |
AgentStatus()
|
Method Summary | |
void |
addStatusRecord(java.lang.Object stat)
Add a NotificationRecord object to returnNotification vector |
void |
print()
Print status of the agent at all the servers visited by the agent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Vector returnNotification
public ajanta.naming.URN returningTo
public boolean recallPending
public boolean recallCompleted
Constructor Detail |
public AgentStatus()
Method Detail |
public void addStatusRecord(java.lang.Object stat)
stat
- status of the agent at any server( notification object)public void print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |