Interface IJSpaceContainerAdmin

All Superinterfaces:
Remote
All Known Implementing Classes:
JSpaceContainerImpl, LRMIJSpaceContainer

@Deprecated public interface IJSpaceContainerAdmin extends Remote
Deprecated.
Since 8.0 - This interface is reserved for internal usage only.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get container configuration.
    Deprecated.
    Returns name of Container Admin.
    Deprecated.
    Returns runtime configuration report: dump of the overall system configurations (spaces, container, cluster), system env, sys properties.
    void
    Deprecated.
    Set new container configuration.
  • Method Details

    • getName

      String getName() throws RemoteException
      Deprecated.
      Returns name of Container Admin.
      Returns:
      String Container name
      Throws:
      RemoteException - Failed to retrieve container name.
    • getConfig

      ContainerConfig getConfig() throws RemoteException
      Deprecated.
      Get container configuration.
      Returns:
      ContainerConfig The container config structure.
      Throws:
      RemoteException - Failed to retrieve container configuration.
    • setConfig

      void setConfig(ContainerConfig config) throws RemoteException
      Deprecated.
      Set new container configuration.
      Parameters:
      config - The container config structure.
      Throws:
      RemoteException - Failed to set new container configuration.
    • getRuntimeConfigReport

      String getRuntimeConfigReport() throws RemoteException
      Deprecated.
      Returns runtime configuration report: dump of the overall system configurations (spaces, container, cluster), system env, sys properties.
      Returns:
      runtime configuration report
      Throws:
      RemoteException - Failed to get runtime configuration report.