public abstract class CMIPReqMessage extends CMIPMessage
actionType, efilterId, efilterScope, flatAttrids, flatAttrs, flatEfilter, flatIfilter, ifilterId, ifilterScope, MAX_ERRS, msgAttrids, msgAttrs, msgEfilter, msgErrs, msgErrType, msgHdrAttrs, msgIfilter, msgInstance, msgLinkid, msgMaxMsgs, msgMode, msgObjClass, msgPacking, msgScope, msgSynch, msgTime, msgTree, msgType
Constructor and Description |
---|
CMIPReqMessage() |
CMIPReqMessage(Attribute instance) |
CMIPReqMessage(java.lang.String instanceId) |
Modifier and Type | Method and Description |
---|---|
short |
getContainmentTree()
Get the containment tree (used in association with scoping).
|
ObjectQ.ConfirmationMode |
getMessageMode()
Get the mode of the message (CONFIRMED, NON_CONFIRMED).
|
ObjectQ.Scope |
getMessageScope()
Get the scope of the message (BASE_ONLY, WHOLE_TREE, ...).
|
ObjectQ.Synchronization |
getMessageSynch()
Get the synchronization of the message (ATOMIC, BEST_EFFORT).
|
void |
setContainmentTree(short tree)
Set the containment tree (used in association with scoping).
|
void |
setMessageMode(ObjectQ.ConfirmationMode mode)
Set the mode of the message (CONFIRMED, NON_CONFIRMED).
|
void |
setMessageScope(ObjectQ.Scope scope)
Set the scope of the message (BASE_ONLY, WHOLE_TREE, ...).
|
void |
setMessageSynch(ObjectQ.Synchronization synch)
Set the synchronization of the message (ATOMIC, BEST_EFFORT).
|
java.lang.String |
toString() |
addHdrAttr, addHdrAttrOct, clear, flattenAttrs, getInstance, getInstanceId, getLinkid, getMessageType, getObjClass, getObjClassString, getTime, getVersion, isLast, last, reset, restore, save, setInstance, setInstanceId, setLinkid, setObjClass, setObjClassString, setTime, unflattenAttrs
public CMIPReqMessage()
public CMIPReqMessage(Attribute instance)
public CMIPReqMessage(java.lang.String instanceId)
public short getContainmentTree()
public ObjectQ.ConfirmationMode getMessageMode()
public ObjectQ.Scope getMessageScope()
public ObjectQ.Synchronization getMessageSynch()
public void setContainmentTree(short tree)
tree
- The tree id.public void setMessageMode(ObjectQ.ConfirmationMode mode)
mode
- Mode (CONFIRMED, NON_CONFIRMED).public void setMessageScope(ObjectQ.Scope scope)
scope
- Scope (BASE_ONLY, WHOLE_TREE, ...).public void setMessageSynch(ObjectQ.Synchronization synch)
synch
- Synchronization (ATOMIC, BEST_EFFORT).public java.lang.String toString()
toString
in class CMIPMessage