ParkNPark.interfaces
Class ClientManagerFactoryPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by ParkNPark.interfaces.ClientManagerFactoryPOA
All Implemented Interfaces:
InvokeHandler, ClientManagerFactoryOperations
Direct Known Subclasses:
ClientManagerFactoryImpl

public abstract class ClientManagerFactoryPOA
extends Servant
implements ClientManagerFactoryOperations, InvokeHandler

The main interface that the client uses to communicate with the server


Field Summary
private static String[] __ids
           
private static Hashtable _methods
           
 
Constructor Summary
ClientManagerFactoryPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
           
 ClientManagerFactory _this()
           
 ClientManagerFactory _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.ClientManagerFactoryOperations
exitServer, flushLogs, getClientManager, getExistingClientManager, hoseDatabaseConnection, killServer, poke
 

Field Detail

_methods

private static Hashtable _methods

__ids

private static String[] __ids
Constructor Detail

ClientManagerFactoryPOA

public ClientManagerFactoryPOA()
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 ClientManagerFactory _this()

_this

public ClientManagerFactory _this(ORB orb)