ParkNPark.interfaces
Class ClientManagerFactoryHolder

java.lang.Object
  extended by 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


Field Summary
 ClientManagerFactory value
           
 
Constructor Summary
ClientManagerFactoryHolder()
           
ClientManagerFactoryHolder(ClientManagerFactory initialValue)
           
 
Method Summary
 void _read(InputStream i)
           
 TypeCode _type()
           
 void _write(OutputStream o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public ClientManagerFactory value
Constructor Detail

ClientManagerFactoryHolder

public ClientManagerFactoryHolder()

ClientManagerFactoryHolder

public ClientManagerFactoryHolder(ClientManagerFactory initialValue)
Method Detail

_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