UM Java API  6.16
com.latencybusters.lbm.LBMTransportMappingCallback Interface Reference

Public Member Functions

LBMXSP onTransportMapping (LBMContext context, LBMNewTransportInfo newTransportInfo, Object cbArg)
 

Detailed Description

Interface for handling the transport mapping callback. For more information on XSP, see Transport Services Provider (XSP).

Member Function Documentation

LBMXSP com.latencybusters.lbm.LBMTransportMappingCallback.onTransportMapping ( LBMContext  context,
LBMNewTransportInfo  newTransportInfo,
Object  cbArg 
)

Transport mapping callback method.

Parameters
contextThe context that is joining the new transport.
newTransportInfoThe LBMNewTransportInfo that describes the new transport.
cbArgThe client data supplied in com.latencybusters.lbm.LBMContextAttributes#setTransportMappingCallback(com.latencybusters.lbm.LBMTransportMappingCallback, Object).

Referenced by com.latencybusters.lbm.LBMContext.requestTopicResolution().


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