com.sun.jini.admin
Interface DestroyAdmin
- All Known Subinterfaces:
- RegistrarAdmin
- public abstract interface DestroyAdmin
Admin interface for destroying a service. Administrable services are
encouraged to have their admin object implement this interface.
- See Also:
Administrable.getAdmin()
Method Summary |
void |
destroy()
Destroy the service, if possible, including its persistent storage. |
destroy
public void destroy()
throws java.rmi.RemoteException
- Destroy the service, if possible, including its persistent storage.
This method will typically spawn a separate thread to do the
actual work asynchronously, so a successful return from this
method usually does not mean that the service has been destroyed.
Copyright © 1999 Sun Microsystems, Inc. All rights reserved