public static class ObjectSpace.InvokeMethod extends java.lang.Object implements FrameworkMessage, KryoSerializable
FrameworkMessage.DiscoverHost, FrameworkMessage.KeepAlive, FrameworkMessage.Ping, FrameworkMessage.RegisterTCP, FrameworkMessage.RegisterUDP
Modifier and Type | Field and Description |
---|---|
java.lang.Object[] |
args |
java.lang.reflect.Method |
method |
int |
objectID |
byte |
responseID |
keepAlive
Constructor and Description |
---|
ObjectSpace.InvokeMethod() |
public int objectID
public java.lang.reflect.Method method
public java.lang.Object[] args
public byte responseID
public void write(Kryo kryo, Output output)
write
in interface KryoSerializable
public void read(Kryo kryo, Input input)
read
in interface KryoSerializable