FileDocCategorySizeDatePackage
ServerOperations.javaAPI DocJava SE 5 API790Fri Aug 26 17:56:48 BST 2005com.sun.corba.se.spi.activation

ServerOperations

public interface ServerOperations
Server callback API, passed to Activator in active 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.