multiverse.server.worldmgr
Class LoginPlugin.CharacterDeleteResponseMessage

java.lang.Object
  extended by multiverse.server.worldmgr.LoginPlugin.CharacterDeleteResponseMessage
Enclosing class:
LoginPlugin

public class LoginPlugin.CharacterDeleteResponseMessage
extends Object

Message to return new character properties. The properties should contain a Boolean "status" indicating success or failure. On success, the properties should include at least a "characterId" with the new character OID. On failure, the properties should contain an "errorMessage".


Field Summary
private  Map<String,Serializable> props
           
 
Constructor Summary
LoginPlugin.CharacterDeleteResponseMessage()
           
 
Method Summary
(package private)  ByteBuffer getEncodedMessage()
           
 Map<String,Serializable> getProperties()
          Get the character properties.
 void setProperties(Map<String,Serializable> props)
          Set the character properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

private Map<String,Serializable> props
Constructor Detail

LoginPlugin.CharacterDeleteResponseMessage

public LoginPlugin.CharacterDeleteResponseMessage()
Method Detail

setProperties

public void setProperties(Map<String,Serializable> props)
Set the character properties.


getProperties

public Map<String,Serializable> getProperties()
Get the character properties. Defaults to null.


getEncodedMessage

ByteBuffer getEncodedMessage()