| |
|
| java.lang.Object com.sun.jbi.messaging.stats.METimestamps
METimestamps | public class METimestamps (Code) | | This is used to record a sequence of timestamps and the associated tag.
Used by the NMR performance monitoring system to capture timings information along
the primary send()->accept() codepaths.
author: Sun Microsystems, Inc. |
TAG_CACCEPT | final public static byte TAG_CACCEPT(Code) | | |
TAG_CQUEUE | final public static byte TAG_CQUEUE(Code) | | |
TAG_CSEND | final public static byte TAG_CSEND(Code) | | |
TAG_PACCEPT | final public static byte TAG_PACCEPT(Code) | | |
TAG_PQUEUE | final public static byte TAG_PQUEUE(Code) | | |
TAG_PSEND | final public static byte TAG_PSEND(Code) | | |
mConsumerChannelTime | public long mConsumerChannelTime(Code) | | |
mConsumerTime | public long mConsumerTime(Code) | | |
mNMRTime | public long mNMRTime(Code) | | |
mProviderChannelTime | public long mProviderChannelTime(Code) | | |
mProviderTime | public long mProviderTime(Code) | | |
mResponseTime | public long mResponseTime(Code) | | |
mStatusTime | public long mStatusTime(Code) | | |
METimestamps | public METimestamps()(Code) | | |
capture | public void capture(byte tag)(Code) | | |
compute | public void compute()(Code) | | |
|
|
|