org.cougaar.core.examples.mobility.script |
|
Java Source File Name | Type | Comment |
LaunchScriptPlugin.java | Class | This is an optional plugin that launches a script at startup. |
ProcRunnerPlugin.java | Class | This plugin watches for new script Procs and
runs them. |
ProcServlet.java | Class | Servlet that allows the client to add, remove, and view
mobility test procs.
The path of the servlet is "/move/proc".
The URL parameters to this servlet are:
- action=STRING
Option action selection, where the default is "Refresh".
"Refresh" displays the current Scripts.
"Remove" removes the Script with the UID specified by
the required "removeUID" parameter.
"Add" creates a new Script.
|
ScriptServlet.java | Class | Servlet that allows the client to add, remove, and view
mobility test scripts.
The path of the servlet is "/move/script".
The URL parameters to this servlet are:
- action=STRING
Option action selection, where the default is "Refresh".
"Refresh" displays the current Scripts.
"Remove" removes the Script with the UID specified by
the required "removeUID" parameter.
"Add" creates a new Script.
|