Package com.saperion.intf
Interface SaSystemInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaSystemInfoImpl
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Features, that can run on RMI server. -
Method Summary
Modifier and TypeMethodDescriptionReads the failover informations.int
int
int
int
boolean
-
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
-