public class SaSystemInfoImpl extends Object implements SaSystemInfo
SaSystemInfo
interface.SaSystemInfo.RMIFeatures
Constructor and Description |
---|
SaSystemInfoImpl(int actJmxPort,
int actSemaphoreCount,
int actWrapperCount,
int maximumThreads,
List<SaSystemInfo.RMIFeatures> features,
boolean multi,
SaFailoverInfo failoverInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SaFailoverInfo |
getFailoverInfo()
Reads the failover informations.
|
int |
getJMXPort() |
int |
getMaxThreads() |
List<SaSystemInfo.RMIFeatures> |
getRunningFeatures() |
int |
getSemaphoreCount() |
int |
getWrapperCount() |
boolean |
isMultiMandant() |
public SaSystemInfoImpl(int actJmxPort, int actSemaphoreCount, int actWrapperCount, int maximumThreads, List<SaSystemInfo.RMIFeatures> features, boolean multi, SaFailoverInfo failoverInfo)
actJmxPort
- Actual JMX portactSemaphoreCount
- Actual semaphore countactWrapperCount
- Actual wrapper countmaximumThreads
- maximumThreadsfeatures
- list of running featuresmulti
- Multi mandantfailoverInfo
- Failover infopublic final int getJMXPort()
getJMXPort
in interface SaSystemInfo
SaSystemInfo.getJMXPort()
public final int getSemaphoreCount()
getSemaphoreCount
in interface SaSystemInfo
SaSystemInfo.getSemaphoreCount()
public final int getWrapperCount()
getWrapperCount
in interface SaSystemInfo
SaSystemInfo.getWrapperCount()
public final int getMaxThreads()
getMaxThreads
in interface SaSystemInfo
SaSystemInfo.getMaxThreads()
public final List<SaSystemInfo.RMIFeatures> getRunningFeatures()
getRunningFeatures
in interface SaSystemInfo
SaSystemInfo.getRunningFeatures()
public final boolean isMultiMandant()
isMultiMandant
in interface SaSystemInfo
SaSystemInfo.isMultiMandant()
public SaFailoverInfo getFailoverInfo()
getFailoverInfo
in interface SaSystemInfo
SaSystemInfo.getFailoverInfo()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.