ParkNPark.interfaces
Class ClientManagerPOA
java.lang.Object
org.omg.PortableServer.Servant
ParkNPark.interfaces.ClientManagerPOA
- All Implemented Interfaces:
- InvokeHandler, ClientManagerOperations
- Direct Known Subclasses:
- ClientManagerImpl
public abstract class ClientManagerPOA
- extends Servant
- implements ClientManagerOperations, InvokeHandler
The interface that a single client uses to communicate with its server-side
client manager instance
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ParkNPark.interfaces.ClientManagerOperations |
closeClientManager, enterLot, exitLot, getClientID, getCurrentLevel, getLots, getMaxLevel, getMinLevel, getOtherLotAvailability, moveDownLevel, moveUpLevel |
_methods
private static Hashtable _methods
__ids
private static String[] __ids
ClientManagerPOA
public ClientManagerPOA()
_invoke
public OutputStream _invoke(String $method,
InputStream in,
ResponseHandler $rh)
- Specified by:
_invoke
in interface InvokeHandler
_all_interfaces
public String[] _all_interfaces(POA poa,
byte[] objectId)
- Specified by:
_all_interfaces
in class Servant
_this
public ClientManager _this()
_this
public ClientManager _this(ORB orb)