Interface ThroughputInterceptorMBean
- 
- All Known Implementing Classes:
- ThroughputInterceptor
 
 public interface ThroughputInterceptorMBean
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInterval()doublegetLastCnt()doublegetMbAppTx()doublegetMbRx()doublegetMbTx()java.util.concurrent.atomic.AtomicLonggetMsgRxCnt()java.util.concurrent.atomic.AtomicLonggetMsgTxCnt()java.util.concurrent.atomic.AtomicLonggetMsgTxErr()intgetOptionFlag()longgetRxStart()doublegetTimeTx()longgetTxStart()voidreport(double timeTx)voidsetInterval(int interval)
 
- 
- 
- 
Method Detail- 
getOptionFlagint getOptionFlag() 
 - 
getIntervalint getInterval() 
 - 
setIntervalvoid setInterval(int interval) 
 - 
getLastCntdouble getLastCnt() 
 - 
getMbAppTxdouble getMbAppTx() 
 - 
getMbRxdouble getMbRx() 
 - 
getMbTxdouble getMbTx() 
 - 
getMsgRxCntjava.util.concurrent.atomic.AtomicLong getMsgRxCnt() 
 - 
getMsgTxCntjava.util.concurrent.atomic.AtomicLong getMsgTxCnt() 
 - 
getMsgTxErrjava.util.concurrent.atomic.AtomicLong getMsgTxErr() 
 - 
getRxStartlong getRxStart() 
 - 
getTimeTxdouble getTimeTx() 
 - 
getTxStartlong getTxStart() 
 - 
reportvoid report(double timeTx) 
 
- 
 
-