com.esotericsoftware.kryonet.rmi
Class RmiTest.TestObjectImpl

java.lang.Object
  extended by com.esotericsoftware.kryonet.rmi.RmiTest.TestObjectImpl
All Implemented Interfaces:
RmiTest.TestObject
Enclosing class:
RmiTest

public static class RmiTest.TestObjectImpl
extends java.lang.Object
implements RmiTest.TestObject


Field Summary
 long value
           
 
Constructor Summary
RmiTest.TestObjectImpl(int other)
           
 
Method Summary
 void moo()
           
 void moo(java.lang.String value)
           
 float other()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public long value
Constructor Detail

RmiTest.TestObjectImpl

public RmiTest.TestObjectImpl(int other)
Method Detail

moo

public void moo()
Specified by:
moo in interface RmiTest.TestObject

moo

public void moo(java.lang.String value)
Specified by:
moo in interface RmiTest.TestObject

other

public float other()
Specified by:
other in interface RmiTest.TestObject