ParkNPark.interfaces
Class ClientManagerPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by 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


Field Summary
private static String[] __ids
           
private static Hashtable _methods
           
 
Constructor Summary
ClientManagerPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
           
 ClientManager _this()
           
 ClientManager _this(ORB orb)
           
 
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
 

Field Detail

_methods

private static Hashtable _methods

__ids

private static String[] __ids
Constructor Detail

ClientManagerPOA

public ClientManagerPOA()
Method Detail

_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)