public interface ServicePerformanceMBean
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
getAnalysisTime() |
double |
getCasDeserializationTime() |
double |
getCasPoolWaitTime() |
double |
getCasSerializationTime() |
double |
getIdleTime() |
long |
getNumberOfCASesProcessed() |
int |
getProcessThreadCount() |
int |
getReplyThreadCount() |
double |
getShadowCasPoolWaitTime() |
double |
getTimeSpentInCMGetNext() |
void |
reset() |
void |
setReplyThreadCount(int replyThreadCount) |
double getIdleTime()
void reset()
long getNumberOfCASesProcessed()
double getCasDeserializationTime()
double getCasSerializationTime()
double getAnalysisTime()
double getCasPoolWaitTime()
double getShadowCasPoolWaitTime()
double getTimeSpentInCMGetNext()
int getProcessThreadCount()
int getReplyThreadCount()
void setReplyThreadCount(int replyThreadCount)
Copyright © 2012. All Rights Reserved.