ParkNPark.interfaces
Class ClientManagerHelper
java.lang.Object
ParkNPark.interfaces.ClientManagerHelper
public abstract class ClientManagerHelper
- extends Object
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 |
_id
private static String _id
__typeCode
private static TypeCode __typeCode
ClientManagerHelper
public ClientManagerHelper()
insert
public static void insert(Any a,
ClientManager that)
extract
public static ClientManager extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static ClientManager read(InputStream istream)
write
public static void write(OutputStream ostream,
ClientManager value)
narrow
public static ClientManager narrow(Object obj)
unchecked_narrow
public static ClientManager unchecked_narrow(Object obj)