UM Java API  6.16
com.latencybusters.lbm.LBMSourceChannelInfo Class Reference

Public Member Functions

 LBMSourceChannelInfo (LBMSource source, long channel_number) throws LBMException
 
void close () throws LBMException
 

Detailed Description

Class representing a source channel.

Constructor & Destructor Documentation

com.latencybusters.lbm.LBMSourceChannelInfo.LBMSourceChannelInfo ( LBMSource  source,
long  channel_number 
) throws LBMException

Instantiate an LBM Source Channel Info object associated with a given source. The application is responsible for calling close() or LBMSource.deleteChannel on any LBMSourceChannelInfo object allocated via the LBMSourceChannelInfo constructor or the LBMSource.createChannel method once it is no longer being used. Failure to do so will result in unmanaged resources not being reclaimed.

Parameters
sourceThe LBM Source that will be used to send messages on the channel to be created.
channel_numberA channel number in the range 0-4294967295.

Member Function Documentation

void com.latencybusters.lbm.LBMSourceChannelInfo.close ( ) throws LBMException

Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used.


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