Package com.sun.corba.se.spi.activation
Class ServerPOATie
java.lang.Object
org.omg.PortableServer.Servant
com.sun.corba.se.spi.activation.ServerPOA
com.sun.corba.se.spi.activation.ServerPOATie
- All Implemented Interfaces:
ServerOperations,InvokeHandler
Server callback API, passed to Activator in active method.
-
Constructor Summary
ConstructorsConstructorDescriptionServerPOATie(ServerOperations delegate) ServerPOATie(ServerOperations delegate, POA poa) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root POA from the ORB instance associated with the servant.void_delegate(ServerOperations delegate) voidinstall()Install the server.voidshutdown()Shutdown this server.voidUninstall the server.Methods inherited from class com.sun.corba.se.spi.activation.ServerPOA
_all_interfaces, _invoke, _this, _thisMethods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
Constructor Details
-
ServerPOATie
-
ServerPOATie
-
-
Method Details
-
_delegate
-
_delegate
-
_default_POA
Description copied from class:ServantReturns the root POA from the ORB instance associated with the servant. Subclasses may override this method to return a different POA.- Overrides:
_default_POAin classServant- Returns:
default_POAthe POA associated with theServant.
-
shutdown
public void shutdown()Shutdown this server. Returns after orb.shutdown() completes. -
install
public void install()Install the server. Returns after the install hook completes execution in the server. -
uninstall
public void uninstall()Uninstall the server. Returns after the uninstall hook completes execution.
-