| java.lang.Object org.cougaar.planning.servlet.ServletWorker org.cougaar.logistics.servlet.ConditionWorker
ConditionWorker | public class ConditionWorker extends ServletWorker (Code) | |
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.
An example URL is :
http://localhost:8800/$TRANSCOM/conditionsetter
NOTE : If any agent hangs, the whole request will hang...
|
doubleCondition | protected double doubleCondition(Code) | | |
setAllAgents | protected boolean setAllAgents(Code) | | |
getAllEncodedAgentNames | protected List getAllEncodedAgentNames()(Code) | | |
getSettings | protected void getSettings(String name, String value)(Code) | |
sets both recurse and format
recurse is either true or false
format is either data, xml, or html
see class description for what these values mean
|
setDoubleCondition | protected boolean setDoubleCondition(double value)(Code) | | |
toString | public String toString()(Code) | | Pretty to-String for debugging.
|
|
|