Package com.saperion.rmi
Class SaSystemInfoImpl
- java.lang.Object
- 
- com.saperion.rmi.SaSystemInfoImpl
 
- 
- All Implemented Interfaces:
- SaSystemInfo,- java.io.Serializable
 
 public class SaSystemInfoImpl extends java.lang.Object implements SaSystemInfo Implementation of theSaSystemInfointerface.- Author:
- rbo
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.saperion.intf.SaSystemInfoSaSystemInfo.RMIFeatures
 
- 
 - 
Constructor SummaryConstructors Constructor Description SaSystemInfoImpl(int actJmxPort, int actSemaphoreCount, int actWrapperCount, int maximumThreads, java.util.List<SaSystemInfo.RMIFeatures> features, boolean multi, SaFailoverInfo failoverInfo)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SaFailoverInfogetFailoverInfo()Reads the failover informations.intgetJMXPort()intgetMaxThreads()java.util.List<SaSystemInfo.RMIFeatures>getRunningFeatures()intgetSemaphoreCount()intgetWrapperCount()booleanisMultiMandant()
 
- 
- 
- 
Constructor Detail- 
SaSystemInfoImplpublic SaSystemInfoImpl(int actJmxPort, int actSemaphoreCount, int actWrapperCount, int maximumThreads, java.util.List<SaSystemInfo.RMIFeatures> features, boolean multi, SaFailoverInfo failoverInfo)Constructor.- Parameters:
- actJmxPort- Actual JMX port
- actSemaphoreCount- Actual semaphore count
- actWrapperCount- Actual wrapper count
- maximumThreads- maximumThreads
- features- list of running features
- multi- Multi mandant
- failoverInfo- Failover info
 
 
- 
 - 
Method Detail- 
getJMXPortpublic final int getJMXPort() - Specified by:
- getJMXPortin interface- SaSystemInfo
- Returns:
- JMX port
- See Also:
- SaSystemInfo.getJMXPort()
 
 - 
getSemaphoreCountpublic final int getSemaphoreCount() - Specified by:
- getSemaphoreCountin interface- SaSystemInfo
- Returns:
- Semaphore count
- See Also:
- SaSystemInfo.getSemaphoreCount()
 
 - 
getWrapperCountpublic final int getWrapperCount() - Specified by:
- getWrapperCountin interface- SaSystemInfo
- Returns:
- Wrapper count
- See Also:
- SaSystemInfo.getWrapperCount()
 
 - 
getMaxThreadspublic final int getMaxThreads() - Specified by:
- getMaxThreadsin interface- SaSystemInfo
- Returns:
- Max threads
- See Also:
- SaSystemInfo.getMaxThreads()
 
 - 
getRunningFeaturespublic final java.util.List<SaSystemInfo.RMIFeatures> getRunningFeatures() - Specified by:
- getRunningFeaturesin interface- SaSystemInfo
- Returns:
- Running features on RMI server
- See Also:
- SaSystemInfo.getRunningFeatures()
 
 - 
isMultiMandantpublic final boolean isMultiMandant() - Specified by:
- isMultiMandantin interface- SaSystemInfo
- Returns:
- true if system is a multimandant system, otherwise false.
- See Also:
- SaSystemInfo.isMultiMandant()
 
 - 
getFailoverInfopublic SaFailoverInfo getFailoverInfo() Reads the failover informations.- Specified by:
- getFailoverInfoin interface- SaSystemInfo
- Returns:
- Failover informations
- See Also:
- SaSystemInfo.getFailoverInfo()
 
 
- 
 
-