| 
    UM Java API
    6.17
    
   | 
 
Public Member Functions | |
| LBMXSP | onTransportMapping (LBMContext context, LBMNewTransportInfo newTransportInfo, Object cbArg) | 
Interface for handling the transport mapping callback. For more information on XSP, see Transport Services Provider (XSP).
| LBMXSP com.latencybusters.lbm.LBMTransportMappingCallback.onTransportMapping | ( | LBMContext | context, | 
| LBMNewTransportInfo | newTransportInfo, | ||
| Object | cbArg | ||
| ) | 
Transport mapping callback method.
| context | The context that is joining the new transport. | 
| newTransportInfo | The LBMNewTransportInfo that describes the new transport. | 
| cbArg | The client data supplied in com.latencybusters.lbm.LBMContextAttributes#setTransportMappingCallback(com.latencybusters.lbm.LBMTransportMappingCallback, Object). | 
Referenced by com.latencybusters.lbm.LBMContext.requestTopicResolution().