|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.msgsys.Message
atavism.msgsys.TargetMessage
atavism.server.plugins.InstanceClient.InstanceEntryReqMessage
public static class InstanceClient.InstanceEntryReqMessage
Request object instance entry.
Field Summary | |
---|---|
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. |
Fields inherited from class atavism.msgsys.TargetMessage |
---|
subject, target |
Constructor Summary | |
---|---|
InstanceClient.InstanceEntryReqMessage()
|
|
InstanceClient.InstanceEntryReqMessage(OID oid)
Object instance entry. |
|
InstanceClient.InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc)
Object instance entry to the given location. |
|
InstanceClient.InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc,
int flags)
Object instance entry to the given location. |
|
InstanceClient.InstanceEntryReqMessage(OID oid,
BasicWorldNode instanceLoc,
int flags,
BasicWorldNode restoreLoc)
Object instance entry to the given location with a restore location. |
|
InstanceClient.InstanceEntryReqMessage(OID oid,
int flags)
Object instance entry. |
Method Summary | |
---|---|
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. |
Methods inherited from class atavism.msgsys.TargetMessage |
---|
getSubject, getTarget, setSubject, setTarget, toString |
Methods inherited from class atavism.msgsys.Message |
---|
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FLAG_NONE
public static final int FLAG_PUSH
InstanceClient.objectInstanceEntry(atavism.server.engine.OID,atavism.server.engine.BasicWorldNode,int)
,
Constant Field Valuespublic static final int FLAG_POP
InstanceClient.objectInstanceEntry(atavism.server.engine.OID,atavism.server.engine.BasicWorldNode,int)
,
Constant Field ValuesConstructor Detail |
---|
public InstanceClient.InstanceEntryReqMessage()
public InstanceClient.InstanceEntryReqMessage(OID oid)
public InstanceClient.InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc)
public InstanceClient.InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc, int flags)
public InstanceClient.InstanceEntryReqMessage(OID oid, BasicWorldNode instanceLoc, int flags, BasicWorldNode restoreLoc)
public InstanceClient.InstanceEntryReqMessage(OID oid, int flags)
Method Detail |
---|
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()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |