Interface SaSystemInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaSystemInfoImpl

public interface SaSystemInfo extends Serializable
This class holds information about the running system. Information are e.g. JMX port, number of maximal threads and if the system is a multi tenant system.
Author:
rbo
  • Method Details

    • getWrapperCount

      int getWrapperCount()
      Returns:
      Wrapper count
    • getSemaphoreCount

      int getSemaphoreCount()
      Returns:
      Semaphore count
    • getJMXPort

      int getJMXPort()
      Returns:
      JMX port
    • getMaxThreads

      int getMaxThreads()
      Returns:
      Max threads
    • getRunningFeatures

      List<SaSystemInfo.RMIFeatures> getRunningFeatures()
      Returns:
      Running features on RMI server
    • isMultiMandant

      boolean isMultiMandant()
      Returns:
      true if system is a multimandant system, otherwise false.
    • getFailoverInfo

      SaFailoverInfo getFailoverInfo()
      Reads the failover informations.
      Returns:
      Failover informations