KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > PortableActivationIDL > ServerProxyOperations


1 package com.sun.corba.se.PortableActivationIDL;
2
3
4 /**
5 * com/sun/corba/se/PortableActivationIDL/ServerProxyOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
8 * Saturday, February 9, 2008 2:04:41 AM PST
9 */

10
11
12 /** Server callback interface, passed to Activator in registerServer method.
13     */

14 public interface ServerProxyOperations
15 {
16
17   /** Shutdown this server. Returns after orb.shutdown() completes.
18     */

19   void shutdown ();
20
21   /** Install the server. Returns after the install hook completes
22     * execution in the server.
23     */

24   void install ();
25
26   /** Uninstall the server. Returns after the uninstall hook
27     * completes execution.
28     */

29   void uninstall ();
30 } // interface ServerProxyOperations
31
Popular Tags