|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMTopic
public class LBMTopic
LBM Topic class.
It is recommended that topic objects be instantiated from the
LBMContext
factory methods allocTopic
and
lookupTopic
(for sources and receivers respectively).
Warning: It is not safe to instantiate this object from a context thread callback.
Constructor Summary | |
---|---|
LBMTopic(LBMContext lbmctx,
java.lang.String symbol)
Turn a Topic string into an LBMTopic object usable by receivers. |
|
LBMTopic(LBMContext lbmctx,
java.lang.String symbol,
LBMReceiverAttributes lbmrattr)
Turn a Topic string into an LBMTopic object usable by receivers. |
|
LBMTopic(LBMContext lbmctx,
java.lang.String symbol,
LBMSourceAttributes lbmsattr)
Turn a Topic string into an LBMTopic object usable by sources. |
Method Summary | |
---|---|
boolean |
setReceiver()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMTopic(LBMContext lbmctx, java.lang.String symbol) throws LBMException
LBMContext
factory methods allocTopic
and
lookupTopic
(for sources and receivers respectively).
Warning: It is not safe to call this constructor from a context thread callback.
lbmctx
- LBMContext object for the topicsymbol
- Topic string (Topic strings should be limited in length to 246 characters, not including the final null).
LBMException
- if any topic lookup error occurs.LBMReceiver
public LBMTopic(LBMContext lbmctx, java.lang.String symbol, LBMReceiverAttributes lbmrattr) throws LBMException
LBMContext
factory methods allocTopic
and
lookupTopic
(for sources and receivers respectively).
Warning: It is not safe to call this constructor from a context thread callback.
lbmctx
- LBMContext object for the topicsymbol
- Topic string (Topic strings should be limited in length to 246 characters, not including the final null).lbmrattr
- LBMReceiverAttributes object used to initialize the
topic object.
LBMException
- if any topic lookup error occurs.LBMReceiver
public LBMTopic(LBMContext lbmctx, java.lang.String symbol, LBMSourceAttributes lbmsattr) throws LBMException
LBMContext
factory methods allocTopic
and
lookupTopic
(for sources and receivers respectively).
Warning: It is not safe to call this constructor from a context thread callback.
lbmctx
- LBMContext object for the topicsymbol
- Topic string (Topic strings should be limited in length to 246 characters, not including the final null).lbmsattr
- LBMSourceAttributes object used to initialize the
topic object.
LBMException
- if any topic allocation error occurs.LBMSource
Method Detail |
---|
public boolean setReceiver()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |