public interface ConsumerStatusService
DirectoryConsumerStatus| Modifier and Type | Method and Description |
|---|---|
int |
action()
action - Action associated with this status.
|
void |
action(int action)
action - Action associated with this status.
|
void |
clear()
Clears a ConsumerStatusService.
|
int |
copy(ConsumerStatusService destConsumerStatusService)
Performs a deep copy of
ConsumerStatusService object. |
int |
decode(com.thomsonreuters.upa.codec.DecodeIterator dIter,
com.thomsonreuters.upa.codec.Msg msg)
Decode a UPA message into an RDM message.
|
int |
encode(com.thomsonreuters.upa.codec.EncodeIterator encodeIter)
Encode an RDM consumer status service object in to the encode iterator.
|
long |
serviceId()
serviceId - ID of the service this status concerns.
|
void |
serviceId(long serviceId)
serviceId - ID of the service this status concerns.
|
long |
sourceMirroringMode()
sourceMirroringMode - The Source Mirroring Mode for this service.
|
void |
sourceMirroringMode(long sourceMirroringMode)
sourceMirroringMode - The Source Mirroring Mode for this service.
|
void clear()
ConsumerStatusServiceint copy(ConsumerStatusService destConsumerStatusService)
ConsumerStatusService object.destConsumerStatusService - Message to copy consumer status service object into. It cannot be null.int decode(com.thomsonreuters.upa.codec.DecodeIterator dIter,
com.thomsonreuters.upa.codec.Msg msg)
dIter - The Decode Iteratormsg - the msgint encode(com.thomsonreuters.upa.codec.EncodeIterator encodeIter)
encodeIter - The Encode Iteratorlong serviceId()
void serviceId(long serviceId)
serviceId - the service idint action()
void action(int action)
action - the actionlong sourceMirroringMode()
Directory.SourceMirroringMode.void sourceMirroringMode(long sourceMirroringMode)
Directory.SourceMirroringMode.sourceMirroringMode - the source mirroring modeCopyright @ 2019 Thomson Reuters. All Rights Reserved.