UM Java API  6.12.1
com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject Class Referenceabstract

Public Member Functions

void onReceive (LBMReceiverStatistics lbmrcvstats)
 
void onReceive (LBMSourceStatistics lbmsrcstats)
 
void onReceive (LBMContextStatistics lbmctxstats)
 
void onReceive (LBMEventQueueStatistics lbmevqstats)
 
void onReceive (LBMImmediateMessageSourceStatistics lbmsrcimstats)
 
void onReceive (LBMImmediateMessageReceiverStatistics lbmrcvimstats)
 

Detailed Description

Abstract class for handling the reception of UM receiver statistics.

Member Function Documentation

void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMReceiverStatistics  lbmrcvstats)

Receiver statistics callback.

Parameters
lbmrcvstatsLBMReceiverStatistics object encapsulating the received (UM receiver) statistics

Referenced by com.latencybusters.lbm.LBMMonitorReceiver.removeStatisticsCallback().

void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMSourceStatistics  lbmsrcstats)

Source statistics callback.

Parameters
lbmsrcstatsLBMSourceStatistics object encapsulating the received (UM source) statistics
void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMContextStatistics  lbmctxstats)

Context statistics callback.

Parameters
lbmctxstatsLBMContextStatistics object encapsulating the received (UM context) statistics
void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMEventQueueStatistics  lbmevqstats)

Event queue statistics callback.

Parameters
lbmevqstatsLBMEventQueueStatistics object encapsulating the received (UM event queue) statistics
void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMImmediateMessageSourceStatistics  lbmsrcimstats)

Immediate message source statistics callback.

Parameters
lbmsrcimstatsLBMImmediateMessageSourceStatistics object encapsulating the received (UM immediate message source) statistics
void com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject.onReceive ( LBMImmediateMessageReceiverStatistics  lbmrcvimstats)

Immediate message receiver statistics callback.

Parameters
lbmrcvimstatsLBMImmediateMessageReceiverStatistics object encapsulating the received (UM immediate message receiver) statistics

The documentation for this class was generated from the following file: