Package com.sun.corba.se.spi.activation
Interface ServerOperations
- All Known Subinterfaces:
Server
- All Known Implementing Classes:
_ServerImplBase,_ServerStub,ServerPOA,ServerPOATie
public interface ServerOperations
Server callback API, passed to Activator in active method.
-
Method Summary
-
Method Details
-
shutdown
void shutdown()Shutdown this server. Returns after orb.shutdown() completes. -
install
void install()Install the server. Returns after the install hook completes execution in the server. -
uninstall
void uninstall()Uninstall the server. Returns after the uninstall hook completes execution.
-