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


Variable Index

 o recallCompleted
boolean flag indicatingn whether the recall was completed or not.
 o recallPending
boolean flag indicatingn whether there is a recall pending for the agent.
 o returningTo
URN of the object with whom agent has to colocate or server's URN where agent has to return.
 o returnNotification
a vector of NotificationRecord objects deposited at various servers visited in the past.

Constructor Index

 o AgentStatus()

Method Index

 o addStatusRecord(Object)

Variables

 o returnNotification
 public Vector returnNotification
a vector of NotificationRecord objects deposited at various servers visited in the past.

 o returningTo
 public URN returningTo
URN of the object with whom agent has to colocate or server's URN where agent has to return.

 o 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.

 o recallCompleted
 public boolean recallCompleted
boolean flag indicatingn whether the recall was completed or not. recallCompleted is set to true when a recall gets completed.

Constructors

 o AgentStatus
 public AgentStatus()

Methods

 o addStatusRecord
 public void addStatusRecord(Object stat)

All Packages  Class Hierarchy  This Package  Previous  Next  Index