|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMResolverEventAdvertisement
public class LBMResolverEventAdvertisement
Constructor Summary | |
---|---|
LBMResolverEventAdvertisement()
|
Method Summary | |
---|---|
int |
getCapabilityFlags()
Returns capability_flags |
long |
getDomainID()
Returns source_domain_id |
long |
getInfoFlags()
Returns info_flags |
byte[] |
getOTID()
Returns otid |
long |
getSenderDomainId()
Returns domain_id of sender |
byte[] |
getSourceId()
Returns source_id |
byte |
getSourceIdType()
Returns source_id_type |
int |
getSourceType()
Returns source_type |
long |
getTopicIndex()
Returns Topic Index |
java.lang.String |
getTopicString()
Returns topic_string |
java.lang.String |
getTransportString()
Returns transport_string |
long |
getVersion()
Returns version |
void |
setEventParameters(java.lang.String tstring,
java.lang.String transport,
long tidx,
long doidx,
byte[] otidx,
int stype,
long iflags,
long did,
int cap_flags,
long ver,
byte src_id_type,
byte[] src_id)
Set the private members of the LBMResolverEventAdvertisement objects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMResolverEventAdvertisement()
Method Detail |
---|
public void setEventParameters(java.lang.String tstring, java.lang.String transport, long tidx, long doidx, byte[] otidx, int stype, long iflags, long did, int cap_flags, long ver, byte src_id_type, byte[] src_id)
tstring
- Topic name to send message to or null for non-topictransport
- Transport stringtidx
- Topic indexdoidx
- Source domain IDotidx
- Source OTIDstype
- Type of source (ULB, UMQ, UME, ...)info_flags
- Infomation about available optionsdomain_id
- Sender's domain IDcapability_flag
- Capabilities of the source (UME,UMQ)version
- UM Version of the sourcesource_id_type
- Type of the source IDsource_id
- Source ID
See next section for possible OR'd set of values.public long getTopicIndex()
public long getDomainID()
public byte[] getOTID()
public int getSourceType()
public java.lang.String getTopicString()
public java.lang.String getTransportString()
public long getInfoFlags()
public long getSenderDomainId()
public int getCapabilityFlags()
public long getVersion()
public byte getSourceIdType()
public byte[] getSourceId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |