|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Admin interface for controlling the location of a service's persistent storage. Administrable services are encouraged to have their admin object implement this interface.
Administrable.getAdmin()
Method Summary | |
String |
getStorageLocation()
Returns the location of the service's persistent storage. |
void |
setStorageLocation(String location)
Sets the location of the service's persistent storage, moving all current persistent storage from the current location to the specified new location. |
Method Detail |
public String getStorageLocation() throws RemoteException
RemoteException
public void setStorageLocation(String location) throws IOException, RemoteException
IOException
- if moving the persistent storage fails
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |