public interface DirectoryStatus extends DirectoryMsg
DirectoryMsg| Modifier and Type | Method and Description |
|---|---|
void |
applyClearCache()
Applies clear cache flag.
|
void |
applyHasFilter()
Applies the presence of the filter field.
|
void |
applyHasServiceId()
Applies the service id flag.
|
void |
applyHasState()
Applies state presence flag.
|
boolean |
checkClearCache()
Checks the presence of clear cache flag.
|
boolean |
checkHasFilter()
Checks the presence of the filter field.
|
boolean |
checkHasServiceId()
Checks the presence of service id field.
|
boolean |
checkHasState()
Checks the presence of state field.
|
int |
copy(DirectoryStatus destStatusMsg)
Performs a deep copy of
DirectoryStatus 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 Update flags.
|
void |
flags(int flags)
The RDM Directory Status flags.
|
int |
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).
|
com.thomsonreuters.upa.codec.State |
state()
Returns current state of the stream.
|
void |
state(com.thomsonreuters.upa.codec.State state)
Sets state for the directory status message.
|
rdmMsgType, rdmMsgTypevoid flags(int flags)
flags - the flagsDirectoryStatusFlagsint flags()
DirectoryStatusFlagslong filter()
Directory.ServiceFilterFlags.void filter(long filter)
Directory.ServiceFilterFlags.filter - the filtervoid applyHasFilter()
flags().flags()boolean checkHasFilter()
flags(int).flags(int)int serviceId()
void serviceId(int serviceId)
serviceId - the service idvoid applyHasServiceId()
flags(int).boolean checkHasServiceId()
flags().com.thomsonreuters.upa.codec.State state()
void state(com.thomsonreuters.upa.codec.State state)
state - the statevoid applyHasState()
flags(int).boolean checkHasState()
flags().int copy(DirectoryStatus destStatusMsg)
DirectoryStatus object.destStatusMsg - Message to copy directory status object into. It cannot be null.boolean checkClearCache()
flags()void applyClearCache()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.