ParkNPark.interfaces
Class ClientManagerFactoryHolder
java.lang.Object
ParkNPark.interfaces.ClientManagerFactoryHolder
- All Implemented Interfaces:
- Streamable
public final class ClientManagerFactoryHolder
- extends Object
- implements Streamable
The main interface that the client uses to communicate with the server
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public ClientManagerFactory value
ClientManagerFactoryHolder
public ClientManagerFactoryHolder()
ClientManagerFactoryHolder
public ClientManagerFactoryHolder(ClientManagerFactory 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