public interface DictionaryStatus extends DictionaryMsg
DictionaryMsg| Modifier and Type | Method and Description |
|---|---|
void |
applyClearCache()
Applies clear cache flag.
|
void |
applyHasState()
Applies state presence flag.
|
boolean |
checkClearCache()
Checks the presence of clear cache flag.
|
boolean |
checkHasState()
Checks the presence of state field.
|
int |
copy(DictionaryStatus destStatusMsg)
Performs a deep copy of
DictionaryStatus object. |
int |
flags()
The RDM Dictionary status flags.
|
void |
flags(int flags)
The RDM Dictionary status flags.
|
com.thomsonreuters.upa.codec.State |
state()
state - The current state of the stream.
|
void |
state(com.thomsonreuters.upa.codec.State state)
Sets the state field for the dictionary status message.
|
rdmMsgType, rdmMsgTypevoid flags(int flags)
DictionaryStatusFlags.flags - the flagsint flags()
DictionaryStatusFlags.boolean checkHasState()
flags()void applyHasState()
flags(int)com.thomsonreuters.upa.codec.State state()
void state(com.thomsonreuters.upa.codec.State state)
state - the stateint copy(DictionaryStatus destStatusMsg)
DictionaryStatus object.destStatusMsg - Message to copy dictionary status object into. It cannot be null.boolean checkClearCache()
flags()void applyClearCache()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.