Class ServerPOATie

All Implemented Interfaces:
ServerOperations, InvokeHandler

public class ServerPOATie extends ServerPOA
Server callback API, passed to Activator in active method.
  • Constructor Details

  • Method Details

    • _delegate

      public ServerOperations _delegate()
    • _delegate

      public void _delegate(ServerOperations delegate)
    • _default_POA

      public POA _default_POA()
      Description copied from class: Servant
      Returns the root POA from the ORB instance associated with the servant. Subclasses may override this method to return a different POA.
      Overrides:
      _default_POA in class Servant
      Returns:
      default_POA the POA associated with the Servant.
    • 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.