FileDocCategorySizeDatePackage
ServerProxyOperations.javaAPI DocJava SE 5 API840Fri Aug 26 17:56:50 BST 2005com.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.