public static class EnginePlugin.TransferObjectMessage extends Message
| Constructor and Description |
|---|
TransferObjectMessage()
No-args constructor, required by marshalling.
|
TransferObjectMessage(java.util.HashMap<java.lang.String,java.io.Serializable> propMap,
Entity entity)
The normal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity()
Getter for the entity.
|
java.util.HashMap<java.lang.String,java.io.Serializable> |
getPropMap()
Getter for the propMap.
|
void |
setEntity(Entity entity)
Setter for the entity.
|
void |
setPropMap(java.util.HashMap<java.lang.String,java.io.Serializable> propMap)
Setter for the propMap.
|
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytespublic TransferObjectMessage()
public TransferObjectMessage(java.util.HashMap<java.lang.String,java.io.Serializable> propMap,
Entity entity)
propMap - A map of properties to be applied by the
target world manager.entity - The entity to be transferred.public java.util.HashMap<java.lang.String,java.io.Serializable> getPropMap()
public void setPropMap(java.util.HashMap<java.lang.String,java.io.Serializable> propMap)
propMap - The propMap value.public Entity getEntity()
public void setEntity(Entity entity)
entity - The entity value.