Class _ServerStub

java.lang.Object
org.omg.CORBA.portable.ObjectImpl
com.sun.corba.se.spi.activation._ServerStub
All Implemented Interfaces:
Server, ServerOperations, Serializable, Object, IDLEntity

public class _ServerStub extends ObjectImpl implements Server
Server callback API, passed to Activator in active method.
See Also:
  • Constructor Details

    • _ServerStub

      public _ServerStub()
  • Method Details

    • shutdown

      public void shutdown()
      Shutdown this server. Returns after orb.shutdown() completes.
      Specified by:
      shutdown in interface ServerOperations
    • install

      public void install()
      Install the server. Returns after the install hook completes execution in the server.
      Specified by:
      install in interface ServerOperations
    • uninstall

      public void uninstall()
      Uninstall the server. Returns after the uninstall hook completes execution.
      Specified by:
      uninstall in interface ServerOperations
    • _ids

      public String[] _ids()
      Description copied from class: ObjectImpl
      Retrieves a string array containing the repository identifiers supported by this ObjectImpl object. For example, for a stub, this method returns information about all the interfaces supported by the stub.
      Specified by:
      _ids in class ObjectImpl
      Returns:
      the array of all repository identifiers supported by this ObjectImpl instance