- java.lang.Object
-
- org.omg.PortableServer.Servant
-
- org.omg.PortableServer.ServantActivatorPOA
-
- All Implemented Interfaces:
InvokeHandler
,ServantActivatorOperations
,ServantManagerOperations
public abstract class ServantActivatorPOA extends Servant implements ServantActivatorOperations, InvokeHandler
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
-
-
Constructor Summary
Constructors Constructor Description ServantActivatorPOA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServantActivator
_this()
ServantActivator
_this(ORB orb)
-
Methods declared in interface org.omg.CORBA.portable.InvokeHandler
_invoke
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in class org.omg.PortableServer.Servant
_all_interfaces, _default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
Methods declared in interface org.omg.PortableServer.ServantActivatorOperations
etherealize, incarnate
-
-
-
-
Method Detail
-
_this
public ServantActivator _this()
-
_this
public ServantActivator _this(ORB orb)
-
-