|
|||||||||
| Version 1.5 | APIs subject to change! | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmultiverse.msgsys.Message
multiverse.msgsys.TargetMessage
multiverse.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 multiverse.msgsys.TargetMessage |
|---|
subject, target |
| Constructor Summary | |
|---|---|
InstanceClient.InstanceEntryReqMessage()
|
|
InstanceClient.InstanceEntryReqMessage(long oid)
Object instance entry. |
|
InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc)
Object instance entry to the given location. |
|
InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc,
int flags)
Object instance entry to the given location. |
|
InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc,
int flags,
BasicWorldNode restoreLoc)
Object instance entry to the given location with a restore location. |
|
InstanceClient.InstanceEntryReqMessage(long oid,
int flags)
Object instance entry. |
|
| Method Summary | |
|---|---|
int |
getFlags()
Get the flags. |
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 |
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 multiverse.msgsys.TargetMessage |
|---|
getSubject, getTarget, setSubject, setTarget, toString |
| Methods inherited from class multiverse.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(long,BasicWorldNode,int),
Constant Field Valuespublic static final int FLAG_POP
InstanceClient.objectInstanceEntry(long,BasicWorldNode,int),
Constant Field Values| Constructor Detail |
|---|
public InstanceClient.InstanceEntryReqMessage()
public InstanceClient.InstanceEntryReqMessage(long oid)
public InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc)
public InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc,
int flags)
public InstanceClient.InstanceEntryReqMessage(long oid,
BasicWorldNode instanceLoc,
int flags,
BasicWorldNode restoreLoc)
public InstanceClient.InstanceEntryReqMessage(long 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)
|
Copyright © 2008 The Multiverse Network, Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||