1. package com.sun.corba.se.PortableActivationIDL;
  2. /**
  3. * com/sun/corba/se/PortableActivationIDL/ServerProxyOperations.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
  6. * Wednesday, September 15, 2004 3:50:44 AM PDT
  7. */
  8. /** Server callback interface, passed to Activator in registerServer method.
  9. */
  10. public interface ServerProxyOperations
  11. {
  12. /** Shutdown this server. Returns after orb.shutdown() completes.
  13. */
  14. void shutdown ();
  15. /** Install the server. Returns after the install hook completes
  16. * execution in the server.
  17. */
  18. void install ();
  19. /** Uninstall the server. Returns after the uninstall hook
  20. * completes execution.
  21. */
  22. void uninstall ();
  23. } // interface ServerProxyOperations