@Deprecated public interface IJSpaceContainerAdmin extends Remote
| Modifier and Type | Method and Description | 
|---|---|
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(ContainerConfig config)
Deprecated.  
Set new container configuration. 
 | 
String getName() throws RemoteException
RemoteException - Failed to retrieve container name.ContainerConfig getConfig() throws RemoteException
RemoteException - Failed to retrieve container configuration.void setConfig(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.