|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
public abstract class LBMMonitorStatisticsCallbackObject
Abstract class for handling the reception of UM receiver statistics.
Constructor Summary | |
---|---|
LBMMonitorStatisticsCallbackObject()
|
Method Summary | |
---|---|
void |
onReceive(LBMContextStatistics lbmctxstats)
Context statistics callback. |
void |
onReceive(LBMEventQueueStatistics lbmevqstats)
Event queue statistics callback. |
void |
onReceive(LBMImmediateMessageReceiverStatistics lbmrcvimstats)
Immediate message receiver statistics callback. |
void |
onReceive(LBMImmediateMessageSourceStatistics lbmsrcimstats)
Immediate message source statistics callback. |
void |
onReceive(LBMReceiverStatistics lbmrcvstats)
Receiver statistics callback. |
void |
onReceive(LBMSourceStatistics lbmsrcstats)
Source statistics callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMMonitorStatisticsCallbackObject()
Method Detail |
---|
public void onReceive(LBMReceiverStatistics lbmrcvstats)
lbmrcvstats
- LBMReceiverStatistics object encapsulating
the received (UM receiver) statisticspublic void onReceive(LBMSourceStatistics lbmsrcstats)
lbmsrcstats
- LBMSourceStatistics object encapsulating
the received (UM source) statisticspublic void onReceive(LBMContextStatistics lbmctxstats)
lbmctxstats
- LBMContextStatistics object encapsulating
the received (UM context) statisticspublic void onReceive(LBMEventQueueStatistics lbmevqstats)
lbmevqstats
- LBMEventQueueStatistics object encapsulating
the received (UM event queue) statisticspublic void onReceive(LBMImmediateMessageSourceStatistics lbmsrcimstats)
lbmsrcimstats
- LBMImmediateMessageSourceStatistics object encapsulating
the received (UM immediate message source) statisticspublic void onReceive(LBMImmediateMessageReceiverStatistics lbmrcvimstats)
lbmrcvimstats
- LBMImmediateMessageReceiverStatistics object encapsulating
the received (UM immediate message receiver) statistics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |