public interface DirectoryRefresh extends DirectoryMsg
DirectoryMsg,
ServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
applyClearCache()
Applies clear cache flag.
|
void |
applyHasSequenceNumber()
Applies the sequence number flag.
|
void |
applyHasServiceId()
Applies the service id flag.
|
void |
applySolicited()
Applies solicited flag.
|
boolean |
checkClearCache()
Checks the presence of clear cache flag.
|
boolean |
checkHasSequenceNumber()
Checks the presence of sequence number field.
|
boolean |
checkHasServiceId()
Checks the presence of service id field.
|
boolean |
checkSolicited()
Checks the presence of solicited flag.
|
int |
copy(DirectoryRefresh destRefreshMsg)
Performs a deep copy of
DirectoryRefresh object. |
long |
filter()
Filter indicating which filters may appear on this stream.
|
void |
filter(long filter)
Filter indicating which filters may appear on this stream.
|
int |
flags()
The RDM Directory refresh flags.
|
void |
flags(int flags)
The RDM Directory refresh flags.
|
long |
sequenceNumber()
sequenceNumber - Sequence number of this message.
|
void |
sequenceNumber(long sequenceNumber)
sequenceNumber - Sequence number of this message.
|
int |
serviceId()
serviceId - The ID of the service whose information is provided by this stream(if not
present, all services should be provided).
|
void |
serviceId(int serviceId)
serviceId - The ID of the service whose information is provided by this stream(if not
present, all services should be provided).
|
java.util.List<Service> |
serviceList()
List of service entries.
|
void |
serviceList(java.util.List<Service> serviceList)
Sets service entries to the directory refresh message.
|
com.thomsonreuters.upa.codec.State |
state()
Returns the current state of the stream.
|
void |
state(com.thomsonreuters.upa.codec.State state)
Sets state for the directory refresh message.
|
rdmMsgType, rdmMsgTypevoid flags(int flags)
DirectoryRefreshFlags.flags - the flagsint flags()
DirectoryRefreshFlags.int copy(DirectoryRefresh destRefreshMsg)
DirectoryRefresh object.destRefreshMsg - Message to copy directory refresh object into. It cannot be null.java.util.List<Service> serviceList()
void serviceList(java.util.List<Service> serviceList)
serviceList - -list of service entries.long filter()
Directory.ServiceFilterFlags.void filter(long filter)
Directory.ServiceFilterFlags.filter - the filterlong sequenceNumber()
void sequenceNumber(long sequenceNumber)
sequenceNumber - the sequence numberboolean checkHasSequenceNumber()
flags().void applyHasSequenceNumber()
flags(int).flags(int)int serviceId()
void serviceId(int serviceId)
serviceId - the service idboolean checkHasServiceId()
flags().void applyHasServiceId()
flags(int).boolean checkClearCache()
flags().void applyClearCache()
flags(int).boolean checkSolicited()
void applySolicited()
flags(int).com.thomsonreuters.upa.codec.State state()
void state(com.thomsonreuters.upa.codec.State state)
state - the stateCopyright @ 2019 Thomson Reuters. All Rights Reserved.