org.cougaar.glm.servlet |
|
Java Source File Name | Type | Comment |
CompletionWatcherServlet.java | Class |
A servlet that watches for when a batch of tasks have completed
and returns the time it took to complete. |
CompletionWatcherServletComponent.java | Class | |
CompletionWatcherSupport.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. |
CompletionWatcherWorker.java | Class |
One created for every URL access. |
GLMCompletionServlet.java | Class | A Servlet that generates a GLM-specific
summary of task completion. |
GLMStimulatorResponseData.java | Class | |
GLMStimulatorServlet.java | Class |
A servlet that injects tasks into an agent.
Parses an xml file that defines a batch of tasks.
The servlet takes these parameters:
1) The file name of the xml file
URL param is inputFileName
2) The number of batches of tasks to be sent (defaults to 1)
URL param is numberOfBatches
3) The interval to wait between batches being sent (defaults to 1 second)
URL param is interval
4) Whether to wait or not for each task to complete before sending the next
This can be very useful for performance measurements.
URL param is wait
5) Which format you'd like the results back in : XML, HTML, or serialized objects
The results, when you wait for each task to complete, is a list of completion times
plus the total time to complete. |
GLMStimulatorWorker.java | Class |
One created for every URL access. |