| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StorageLocationAdmin
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 | 
|---|
String getStorageLocation()
                          throws RemoteException
RemoteException
void setStorageLocation(String location)
                        throws IOException,
                               RemoteException
IOException - if moving the persistent storage fails
RemoteException
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||