public interface StorageLocationAdmin
Administrable.getAdmin()
Modifier and Type | Method and Description |
---|---|
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.
|
String getStorageLocation() throws RemoteException
RemoteException
void setStorageLocation(String location) throws IOException, RemoteException
location
- of the service's persistent storage.IOException
- if moving the persistent storage failsRemoteException
Copyright © 2016–2018. All rights reserved.