ParkNPark.interfaces
Class ClientManagerHolder
java.lang.Object
ParkNPark.interfaces.ClientManagerHolder
- All Implemented Interfaces:
- Streamable
public final class ClientManagerHolder
- extends Object
- implements Streamable
The interface that a single client uses to communicate with its server-side
client manager instance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public ClientManager value
ClientManagerHolder
public ClientManagerHolder()
ClientManagerHolder
public ClientManagerHolder(ClientManager initialValue)
_read
public void _read(InputStream i)
- Specified by:
_read
in interface Streamable
_write
public void _write(OutputStream o)
- Specified by:
_write
in interface Streamable
_type
public TypeCode _type()
- Specified by:
_type
in interface Streamable