|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMSourceChannelInfo
public class LBMSourceChannelInfo
Class representing a source channel.
Constructor Summary | |
---|---|
LBMSourceChannelInfo(LBMSource source,
long channel_number)
Instantiate an LBM Source Channel Info object associated with a given source. |
Method Summary | |
---|---|
void |
close()
Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMSourceChannelInfo(LBMSource source, long channel_number) throws LBMException
source
- The LBM Source that will be used to send messages on the channel to be created.channel_number
- A channel number in the range 0-4294967295.
LBMException
Method Detail |
---|
public void close() throws LBMException
LBMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |