All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.agent.AgentStatus
java.lang.Object
|
+----ajanta.agent.AgentStatus
- public class AgentStatus
- extends Object
- implements Serializable
Every agent contains an AgentStatus object representing the
current as well as past status of the agent
-
recallCompleted
- boolean flag indicatingn whether the recall was completed or not.
-
recallPending
- boolean flag indicatingn whether there is a recall pending for the agent.
-
returningTo
- URN of the object with whom agent has to colocate or server's
URN where agent has to return.
-
returnNotification
-
a vector of NotificationRecord objects deposited at various servers visited in the past.
-
AgentStatus()
-
-
addStatusRecord(Object)
-
returnNotification
public Vector returnNotification
- a vector of NotificationRecord objects deposited at various servers visited in the past.
returningTo
public URN returningTo
- URN of the object with whom agent has to colocate or server's
URN where agent has to return.
recallPending
public boolean recallPending
- boolean flag indicatingn whether there is a recall pending for the agent.
recallPending flag is set to true by recall command.
recallCompleted
public boolean recallCompleted
- boolean flag indicatingn whether the recall was completed or not.
recallCompleted is set to true when a recall gets completed.
AgentStatus
public AgentStatus()
addStatusRecord
public void addStatusRecord(Object stat)
All Packages Class Hierarchy This Package Previous Next Index