public class ClassOfService
extends java.lang.Object
CosCommon,
CosAuthentication,
CosDataIntegrity,
CosFlowControl,
CosGuarantee| Constructor and Description |
|---|
ClassOfService()
Instantiates a new class of service.
|
| Modifier and Type | Method and Description |
|---|---|
CosAuthentication |
authentication()
Returns the authentication class of service.
|
void |
clear()
Clears the ClassOfService for re-use.
|
CosCommon |
common()
Returns the common class of service properties.
|
int |
copy(ClassOfService destCos)
Performs a deep copy of a
ClassOfService object. |
CosDataIntegrity |
dataIntegrity()
Returns the data integrity class of service.
|
int |
encode(com.thomsonreuters.upa.codec.EncodeIterator eIter)
Encodes the class of service.
|
int |
filterFlags()
Returns the filter flags for this class of service.
|
CosFlowControl |
flowControl()
Returns the flow control class of service.
|
CosGuarantee |
guarantee()
Returns the guarantee class of service.
|
public CosCommon common()
ClassesOfServicepublic CosAuthentication authentication()
ClassesOfServicepublic CosFlowControl flowControl()
ClassesOfServicepublic CosDataIntegrity dataIntegrity()
ClassesOfServicepublic CosGuarantee guarantee()
ClassesOfServicepublic int filterFlags()
ClassesOfServicepublic int encode(com.thomsonreuters.upa.codec.EncodeIterator eIter)
eIter - the iterator to encode class of service intoCodecReturnCodespublic void clear()
public int copy(ClassOfService destCos)
ClassOfService object.destCos - ClassOfService to copy into. It cannot be null.ReactorReturnCodes indicating success or failureCopyright @ 2019 Thomson Reuters. All Rights Reserved.