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 SaSystemInfoSaSystemInfo.getJMXPort()public final int getSemaphoreCount()
getSemaphoreCount in interface SaSystemInfoSaSystemInfo.getSemaphoreCount()public final int getWrapperCount()
getWrapperCount in interface SaSystemInfoSaSystemInfo.getWrapperCount()public final int getMaxThreads()
getMaxThreads in interface SaSystemInfoSaSystemInfo.getMaxThreads()public final List<SaSystemInfo.RMIFeatures> getRunningFeatures()
getRunningFeatures in interface SaSystemInfoSaSystemInfo.getRunningFeatures()public final boolean isMultiMandant()
isMultiMandant in interface SaSystemInfoSaSystemInfo.isMultiMandant()public SaFailoverInfo getFailoverInfo()
getFailoverInfo in interface SaSystemInfoSaSystemInfo.getFailoverInfo()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.