FileDocCategorySizeDatePackage
ServerProxyOperations.javaAPI DocJava SE 6 API845Tue Jun 10 01:46:34 BST 2008com.sun.corba.se.PortableActivationIDL

ServerProxyOperations

public interface ServerProxyOperations
Server callback interface, passed to Activator in registerServer method.

Fields Summary
Constructors Summary
Methods Summary
public voidinstall()
Install the server. Returns after the install hook completes execution in the server.

public voidshutdown()
Shutdown this server. Returns after orb.shutdown() completes.

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