| |
|
| java.lang.Object org.cougaar.logistics.plugin.manager.RelayAdapter org.cougaar.logistics.plugin.manager.LoadIndicator
LoadIndicator | public class LoadIndicator extends RelayAdapter (Code) | | Relay used to notify logistics community of changes in load status
|
getAgentName | public String getAgentName()(Code) | | Gets the name of the Agent whose load status is reported.
String Name of the agent |
getLoadStatus | public String getLoadStatus()(Code) | | Gets the reported load status of the agent
String Load status of the agent |
getReportingSensorClassName | public String getReportingSensorClassName()(Code) | | Gets the class name of the sensor which reports the load status
String Class name of the reporting sensor |
setAgentName | public void setAgentName(String agentName)(Code) | | Sets the name of the Agent whose load status is reported.
Parameters: agentName - String name of the agent |
setLoadStatus | public void setLoadStatus(String loadStatus)(Code) | | Sets the reported load status for the agent. Should be one of the
defined statics.
Parameters: loadStatus - Reported load status for the agent. |
setReportingSensorClassName | public void setReportingSensorClassName(String reportingSensorClassName)(Code) | | Sets the class name of the sensor which reports the load status
Parameters: reportingSensorClassName - String class name of the reporting sensor |
setReportingSensorClassName | public void setReportingSensorClassName(Class reportingSensorClass)(Code) | | Sets the class name of the sensor which reports the load status
Parameters: reportingSensorClass - Class of the reporting sensor |
validLoadStatus | public static boolean validLoadStatus(String loadStatus)(Code) | | |
|
|
|