Interface ServerOperations

All Known Subinterfaces:
Server
All Known Implementing Classes:
_ServerImplBase, _ServerStub, ServerPOA, ServerPOATie

public interface ServerOperations
Server callback API, passed to Activator in active method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Install the server.
    void
    Shutdown this server.
    void
    Uninstall the server.
  • Method Details

    • shutdown

      void shutdown()
      Shutdown this server. Returns after orb.shutdown() completes.
    • install

      void install()
      Install the server. Returns after the install hook completes execution in the server.
    • uninstall

      void uninstall()
      Uninstall the server. Returns after the uninstall hook completes execution.