org.cougaar.logistics.servlet |
|
Java Source File Name | Type | Comment |
AllocResultsServlet.java | Class | |
AvailabilityServlet.java | Class | |
CommStatus.java | Class | This object represents the state of inter-communications (as opposed to intra-communications)
of an agent and when it changed. |
CommStatusServlet.java | Class | This servlet publishes a CommStatus object to the agent's blackboard. |
ConditionComponent.java | Class | |
ConditionData.java | Class | |
ConditionServlet.java | Class |
Sets a double condition constrained to be in the range 0.0-1.0, in every agent with this servlet.
The name of the condition can be specified as a parameter to the component, e.g.
plugin = org.cougaar.core.servlet.BlackboardServletComponent(org.cougaar.logistics.servlet.ConditionServlet, /conditionsetter, conditionName=ferris)
would create a condition named "ferris". |
ConditionSupport.java | Class |
This support class offers additional services on top of the
SimpleServletSupport class, including access to the blackboard,
config finder, root factory, ldm serves plugin, and scheduler service.
Publishes a condition that must be in the range 0.0-1.0.
The name is a parameter to the component. |
ConditionWorker.java | Class |
Servlet worker
Takes one parameter:
- conditionValue, which controls the level of the double condition named
in the component parameter *conditionName* in all agents with ConditionSetterServlets
with the same condition name. |
LogisticsInventoryServlet.java | Class | |
LogisticsInventoryServletComponent.java | Class |
A special servlet component for the LogisticsInventoryServlet. |
MapperPrinter.java | Class | |
MapperServlet.java | Class | |
OplanEditServlet.java | Class | |
SDUseCaseServlet.java | Class | |
ShortfallAlertServlet.java | Class | A Servlet , loaded by the
SimpleServletComponent , that generates
HTML, XML, and serialized-Object views of Task completion
information. |