ParkNPark.interfaces
Class ReplicationManagerPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by ParkNPark.interfaces.ReplicationManagerPOA
All Implemented Interfaces:
InvokeHandler, ReplicationManagerOperations
Direct Known Subclasses:
ReplicationManager

public abstract class ReplicationManagerPOA
extends Servant
implements ReplicationManagerOperations, InvokeHandler

ParkNPark/interfaces/ReplicationManagerPOA.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from server.idl Thursday, May 4, 2006 8:07:47 AM EDT


Field Summary
private static String[] __ids
           
private static Hashtable _methods
           
 
Constructor Summary
ReplicationManagerPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
           
 ReplicationManager _this()
           
 ReplicationManager _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.ReplicationManagerOperations
serverRegistered
 

Field Detail

_methods

private static Hashtable _methods

__ids

private static String[] __ids
Constructor Detail

ReplicationManagerPOA

public ReplicationManagerPOA()
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 ReplicationManager _this()

_this

public ReplicationManager _this(ORB orb)