@Deprecated public interface IJSpaceContainerAdmin extends Remote
| Modifier and Type | Method and Description |
|---|---|
com.j_spaces.core.admin.ContainerConfig |
getConfig()
Deprecated.
Get container configuration.
|
String |
getName()
Deprecated.
Returns name of Container Admin.
|
String |
getRuntimeConfigReport()
Deprecated.
Returns runtime configuration report: dump of the overall system configurations
(spaces, container, cluster), system env, sys properties.
|
void |
setConfig(com.j_spaces.core.admin.ContainerConfig config)
Deprecated.
Set new container configuration.
|
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.String getRuntimeConfigReport() throws RemoteException
RemoteException - Failed to get runtime configuration report.Copyright © GigaSpaces.