com.esotericsoftware.kryonet.rmi
Class ObjectSpace.InvokeMethod

java.lang.Object
  extended by com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
All Implemented Interfaces:
com.esotericsoftware.kryo.CustomSerialization, FrameworkMessage
Enclosing class:
ObjectSpace

public static class ObjectSpace.InvokeMethod
extends java.lang.Object
implements FrameworkMessage, com.esotericsoftware.kryo.CustomSerialization

Internal message to invoke methods remotely.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.esotericsoftware.kryonet.FrameworkMessage
FrameworkMessage.DiscoverHost, FrameworkMessage.KeepAlive, FrameworkMessage.Ping, FrameworkMessage.RegisterTCP, FrameworkMessage.RegisterUDP
 
Field Summary
 java.lang.Object[] args
           
 java.lang.reflect.Method method
           
 int objectID
           
 byte responseID
           
 
Fields inherited from interface com.esotericsoftware.kryonet.FrameworkMessage
keepAlive
 
Constructor Summary
ObjectSpace.InvokeMethod()
           
 
Method Summary
 void readObjectData(com.esotericsoftware.kryo.Kryo kryo, java.nio.ByteBuffer buffer)
           
 void writeObjectData(com.esotericsoftware.kryo.Kryo kryo, java.nio.ByteBuffer buffer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectID

public int objectID

method

public java.lang.reflect.Method method

args

public java.lang.Object[] args

responseID

public byte responseID
Constructor Detail

ObjectSpace.InvokeMethod

public ObjectSpace.InvokeMethod()
Method Detail

writeObjectData

public void writeObjectData(com.esotericsoftware.kryo.Kryo kryo,
                            java.nio.ByteBuffer buffer)
Specified by:
writeObjectData in interface com.esotericsoftware.kryo.CustomSerialization

readObjectData

public void readObjectData(com.esotericsoftware.kryo.Kryo kryo,
                           java.nio.ByteBuffer buffer)
Specified by:
readObjectData in interface com.esotericsoftware.kryo.CustomSerialization