public interface DirectoryRequest extends DirectoryMsg
DirectoryMsg| Modifier and Type | Method and Description |
|---|---|
void |
applyHasServiceId()
Applies the serviceId presence flag.
|
void |
applyStreaming()
Makes this request streaming request.
|
boolean |
checkHasServiceId()
Checks the presence of the serviceId field.
|
boolean |
checkStreaming()
Checks if this request is streaming or not.
|
int |
copy(DirectoryRequest destRequestMsg)
Performs a deep copy of
DirectoryRequest object. |
long |
filter()
A filter indicating which filters of information the Consumer is
interested in.
|
void |
filter(long filter)
A filter indicating which filters of information the Consumer is
interested in.
|
int |
flags()
The RDM Directory request flags.
|
void |
flags(int flags)
The RDM Directory request flags.
|
int |
serviceId()
serviceId - The ID of the service to request the directory from.
|
void |
serviceId(int serviceId)
The ID of the service to request the directory from.
|
rdmMsgType, rdmMsgTypeint copy(DirectoryRequest destRequestMsg)
DirectoryRequest object.destRequestMsg - Message to copy directory request object into. It cannot be null.int flags()
DirectoryRequestFlags.void flags(int flags)
DirectoryRequestFlags.flags - the flagsboolean checkStreaming()
flags()void applyStreaming()
flags(int)void applyHasServiceId()
flags(int)boolean checkHasServiceId()
flags()long filter()
Directory.ServiceFilterFlags.void filter(long filter)
Directory.ServiceFilterFlags.filter - the filterint serviceId()
void serviceId(int serviceId)
serviceId - the service idCopyright @ 2019 Thomson Reuters. All Rights Reserved.