com.latencybusters.lbm
Class LBMMonitorStatisticsCallbackObject

java.lang.Object
  extended by com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject

public abstract class LBMMonitorStatisticsCallbackObject
extends java.lang.Object

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

LBMMonitorStatisticsCallbackObject

public LBMMonitorStatisticsCallbackObject()
Method Detail

onReceive

public void onReceive(LBMReceiverStatistics lbmrcvstats)
Receiver statistics callback.

Parameters:
lbmrcvstats - LBMReceiverStatistics object encapsulating the received (UM receiver) statistics

onReceive

public void onReceive(LBMSourceStatistics lbmsrcstats)
Source statistics callback.

Parameters:
lbmsrcstats - LBMSourceStatistics object encapsulating the received (UM source) statistics

onReceive

public void onReceive(LBMContextStatistics lbmctxstats)
Context statistics callback.

Parameters:
lbmctxstats - LBMContextStatistics object encapsulating the received (UM context) statistics

onReceive

public void onReceive(LBMEventQueueStatistics lbmevqstats)
Event queue statistics callback.

Parameters:
lbmevqstats - LBMEventQueueStatistics object encapsulating the received (UM event queue) statistics

onReceive

public void onReceive(LBMImmediateMessageSourceStatistics lbmsrcimstats)
Immediate message source statistics callback.

Parameters:
lbmsrcimstats - LBMImmediateMessageSourceStatistics object encapsulating the received (UM immediate message source) statistics

onReceive

public void onReceive(LBMImmediateMessageReceiverStatistics lbmrcvimstats)
Immediate message receiver statistics callback.

Parameters:
lbmrcvimstats - LBMImmediateMessageReceiverStatistics object encapsulating the received (UM immediate message receiver) statistics


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.