| java.lang.Object org.cougaar.tools.server.OutputBundle
Constructor Summary | |
public | OutputBundle() | public | OutputBundle(int initialIdleUpdatesSize, int initialDualStreamBufferSize) |
OutputBundle | public OutputBundle()(Code) | | |
OutputBundle | public OutputBundle(int initialIdleUpdatesSize, int initialDualStreamBufferSize)(Code) | | |
compareTo | public int compareTo(Object o)(Code) | | timestamp-based ordering |
getCreated | public boolean getCreated()(Code) | | true if the process was created; the first (andonly first) OutputBundle from the process shouldset this to true. |
getDestroyed | public boolean getDestroyed()(Code) | | true if the process was destroyed; the last (andonly last) OutputBundle from the process shouldset this to true. |
getIdleUpdates | public List getIdleUpdates()(Code) | | a List of "double:long" Strings, which may be empty |
getName | public String getName()(Code) | | the name of the process that created this output. |
getTimeStamp | public long getTimeStamp()(Code) | | the time (in milliseconds) when this OutputBundlewas created -- note that this depends upon thecreating machine's clock. |
setCreated | public void setCreated(boolean created)(Code) | | |
setDestroyed | public void setDestroyed(boolean destroyed)(Code) | | |
setTimeStamp | public void setTimeStamp(long timestamp)(Code) | | |
|
|