| |
|
| java.lang.Object org.cougaar.logistics.servlet.CommStatus
CommStatus | public class CommStatus implements Serializable(Code) | | This object represents the state of inter-communications (as opposed to intra-communications)
of an agent and when it changed.
|
commLossTime | long commLossTime(Code) | | |
commRestoreTime | long commRestoreTime(Code) | | |
CommStatus | public CommStatus(String connectedAgentName)(Code) | | Contructor for the CommStatus object
Parameters: connectedAgentName - The name of the agent for which the connection has been lost or restored |
getCommLossTime | public long getCommLossTime()(Code) | | |
getCommRestoreTime | public long getCommRestoreTime()(Code) | | |
getConnectedAgentName | public String getConnectedAgentName()(Code) | | |
isCommUp | public boolean isCommUp()(Code) | | |
setCommLoss | public void setCommLoss(long when)(Code) | | |
setCommRestore | public void setCommRestore(long when)(Code) | | |
|
|
|