public static class InstanceClient.InstanceEntryReqMessage extends TargetMessage
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_NONE
No flags.
|
static int |
FLAG_POP
Instance to the top of instance restore stack.
|
static int |
FLAG_PUSH
Push current instance and location onto the instance restore
stack.
|
subject, target
Constructor and Description |
---|
InstanceEntryReqMessage() |
InstanceEntryReqMessage(OID oid)
Object instance entry.
|
InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc)
Object instance entry to the given location.
|
InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc,
int flags)
Object instance entry to the given location.
|
InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc,
int flags,
BasicWorldNode restoreLoc)
Object instance entry to the given location with a restore
location.
|
InstanceEntryReqMessage(OID oid,
int flags)
Object instance entry.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Get the flags.
|
boolean |
getManifestChecked() |
java.lang.Object |
getProcessingState()
Application defined processing state.
|
BasicWorldNode |
getRestoreNode()
Get the restore location override.
|
BasicWorldNode |
getWorldNode()
Get the destination instance and location.
|
void |
setFlags(int flags)
Set the flags.
|
void |
setManifestChecked(boolean checked) |
void |
setProcessingState(java.lang.Object state)
Set the application defined processing state.
|
void |
setRestoreNode(BasicWorldNode restoreLoc)
Set the restore location override.
|
void |
setWorldNode(BasicWorldNode instanceLoc)
Set the destination instance and location.
|
getSubject, getTarget, setSubject, setTarget, toString
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
public static final int FLAG_NONE
public static final int FLAG_PUSH
public static final int FLAG_POP
public InstanceEntryReqMessage()
public InstanceEntryReqMessage(OID oid)
public InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc)
public InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc, int flags)
public InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc, int flags, BasicWorldNode restoreLoc)
public InstanceEntryReqMessage(OID oid, int flags)
public BasicWorldNode getWorldNode()
public void setWorldNode(BasicWorldNode instanceLoc)
public int getFlags()
public void setFlags(int flags)
public BasicWorldNode getRestoreNode()
public void setRestoreNode(BasicWorldNode restoreLoc)
public java.lang.Object getProcessingState()
public void setProcessingState(java.lang.Object state)
public void setManifestChecked(boolean checked)
public boolean getManifestChecked()