| |
|
| java.lang.Object org.cougaar.core.blackboard.Envelope org.cougaar.core.blackboard.TimestampedEnvelope
TimestampedEnvelope | public class TimestampedEnvelope extends Envelope (Code) | | An envelope that records the subscriber name, time of
"openTransaction()", and time of "closeTransaction()".
See Also: Subscriber See Also: option system property that must be enabled See Also: for these Envelopes to be used. |
TimestampedEnvelope | public TimestampedEnvelope()(Code) | | |
getName | final public String getName()(Code) | | the name of the subscriber that created this envelope |
getTransactionCloseTime | final public long getTransactionCloseTime()(Code) | | time in milliseconds when the transaction was closed |
getTransactionOpenTime | final public long getTransactionOpenTime()(Code) | | time in milliseconds when the transaction was opened |
get_isVisible | boolean get_isVisible()(Code) | | |
isBlackboard | public boolean isBlackboard()(Code) | | true if the envelope is from the blackboard (LPs) |
setTransactionCloseTime | final public void setTransactionCloseTime(long closeTime)(Code) | | |
setTransactionOpenTime | final public void setTransactionOpenTime(long openTime)(Code) | | |
|
|
|