Deprecated Methods |
com.latencybusters.lbm.LBMMonitorReceiver.addStatisticsCallback(LBMMonitorStatisticsCallback)
This method is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the LBMMonitorReceiver.addStatisticsCallback(LBMMonitorStatisticsCallbackObject) method instead. |
com.latencybusters.lbm.LBMTimer.cancel(boolean)
This method is provided for backwards compatibility with LBM 3.3.7/UME 2.0.5; please use the LBMTimer.cancel() method instead. |
com.latencybusters.lbm.LBMContext.createHotFailoverReceiver(LBMTopic)
After LBM 4.0, use
LBMContext.createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,Object) |
com.latencybusters.lbm.LBMContext.createHotFailoverReceiver(LBMTopic, LBMEventQueue)
After LBM 4.0, use
LBMContext.createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,Object,LBMEventQueue) |
com.latencybusters.lbm.LBMContext.createReceiver(LBMTopic)
After LBM 4.0, use
LBMContext.createReceiver(LBMTopic,LBMReceiverCallback,Object) |
com.latencybusters.lbm.LBMContext.createReceiver(LBMTopic, LBMEventQueue)
After LBM 4.0, use
LBMContext.createReceiver(LBMTopic,LBMReceiverCallback,Object,LBMEventQueue) |
com.latencybusters.lbm.LBMMessage.isFromGateway()
No replacement |
com.latencybusters.lbm.LBMMessage.originalSequenceNumber()
No replacement |
com.latencybusters.lbm.LBMMessage.originalSource()
No replacement |
com.latencybusters.lbm.LBMMessage.originalSourceAsCharArray()
No replacement |
com.latencybusters.lbm.LBMEventQueue.propertySize()
In LBM4.0. This API existed because there was an
LBMEventQueue.size() API which conflicted with java.util.Properties.
This has been removed so propertySize() is no longer required.
Use Hashtable.size() |
com.latencybusters.lbm.LBMMonitorReceiver.removeStatisticsCallback(LBMMonitorStatisticsCallback)
This method is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the LBMMonitorReceiver.removeStatisticsCallback(LBMMonitorStatisticsCallbackObject) method instead. |