|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteDestroyAdmin
Adds shutdown() and shutdownNow() methods that DO NOT
destroy the persistent state of the service (it may be restarted after
calling these methods) and extends Remote for RMI compatibility.
| Method Summary | |
|---|---|
void |
destroy()
This DESTROYS the persistent state of the service. YOU CAN NOT restart the service after calling this method. |
void |
shutdown()
Shutdown the service, but do not destroy its persistent data. |
void |
shutdownNow()
Immediate or fast shutdown for the service, but does not destroy its persistent data. |
| Method Detail |
|---|
void shutdown()
throws IOException
IOException
void shutdownNow()
throws IOException
IOException
void destroy()
throws RemoteException
destroy in interface com.sun.jini.admin.DestroyAdminRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||