| java.lang.Object org.cougaar.glm.servlet.GLMStimulatorResponseData
GLMStimulatorResponseData | public class GLMStimulatorResponseData implements XMLable,Serializable(Code) | |
Represents the returned data from a stimulator request
Sample output is :
|
buckets | public int[] buckets(Code) | | Response-time histogram buckets *
|
maxBucket | public int maxBucket(Code) | | The maximum used bucket number *
|
minBucket | public int minBucket(Code) | | The minimum used bucket number *
|
addTaskAndTime | public void addTaskAndTime(String uid, String time, long elapsed)(Code) | | Record the time to handle a task.
Parameters: uid - the task UID Parameters: time - the time string to be printed Parameters: elapsed - the numeric elapsed time for histogram |
toXML | public void toXML(XMLWriter w) throws IOException(Code) | | Write this class out to the Writer in XML format
Parameters: w - output Writer |
|
|