|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJSpaceContainerAdmin
| Method Summary | |
|---|---|
com.j_spaces.core.admin.ContainerConfig |
getConfig()
Get container configuration. |
String |
getName()
Returns name of Container Admin. |
String |
getRuntimeConfigReport()
Returns runtime configuration report: dump of the overall system configurations (spaces, container, cluster), system env, sys properties. |
void |
restart()
Restart Container. |
void |
setConfig(com.j_spaces.core.admin.ContainerConfig config)
Set new container configuration. |
| Methods inherited from interface com.gigaspaces.grid.zone.GridZoneProvider |
|---|
getZones |
| Method Detail |
|---|
String getName()
throws RemoteException
RemoteException - Failed to retrieve container name.
com.j_spaces.core.admin.ContainerConfig getConfig()
throws RemoteException
RemoteException - Failed to retrieve container configuration.
void setConfig(com.j_spaces.core.admin.ContainerConfig config)
throws RemoteException
config - The container config structure.
RemoteException - Failed to set new container configuration.
void restart()
throws RemoteException
RemoteException - Failed to restart container.
String getRuntimeConfigReport()
throws RemoteException
RemoteException - Failed to get runtime configuration report.
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||