| java.lang.Object org.cougaar.core.blackboard.EnvelopeMetrics
Field Summary | |
final public static String | BLACKBOARD If "isBlackboard()" is true, then the "getName()" response
is == to this interned "<blackboard>" string constant. | final public static String | UNKNOWN If "isBlackboard()" is false, and the name is not known,
the then "getName()" response is == to the interned
"<unknown>" string constant. |
BLACKBOARD | final public static String BLACKBOARD(Code) | | If "isBlackboard()" is true, then the "getName()" response
is == to this interned "<blackboard>" string constant.
|
UNKNOWN | final public static String UNKNOWN(Code) | | If "isBlackboard()" is false, and the name is not known,
the then "getName()" response is == to the interned
"<unknown>" string constant.
|
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 |
isBlackboard | final public boolean isBlackboard()(Code) | | true if the envelope is from the blackboard (LPs) |
|
|