ServerOperationspublic interface ServerOperations Server callback API, passed to Activator in active method. |
Methods Summary |
---|
public void | install()Install the server. Returns after the install hook completes
execution in the server.
| public void | shutdown()Shutdown this server. Returns after orb.shutdown() completes.
| public void | uninstall()Uninstall the server. Returns after the uninstall hook
completes execution.
|
|