Uses of Class
com.saperion.intf.SaSystemInfo.RMIFeatures
-
Packages that use SaSystemInfo.RMIFeatures Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaSystemInfo.RMIFeatures in com.saperion.intf
Methods in com.saperion.intf that return SaSystemInfo.RMIFeatures Modifier and Type Method Description static SaSystemInfo.RMIFeatures
SaSystemInfo.RMIFeatures. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaSystemInfo.RMIFeatures[]
SaSystemInfo.RMIFeatures. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.intf that return types with arguments of type SaSystemInfo.RMIFeatures Modifier and Type Method Description java.util.List<SaSystemInfo.RMIFeatures>
SaSystemInfo. getRunningFeatures()
-
Uses of SaSystemInfo.RMIFeatures in com.saperion.rmi
Methods in com.saperion.rmi that return types with arguments of type SaSystemInfo.RMIFeatures Modifier and Type Method Description java.util.List<SaSystemInfo.RMIFeatures>
SaSystemInfoImpl. getRunningFeatures()
Constructor parameters in com.saperion.rmi with type arguments of type SaSystemInfo.RMIFeatures Constructor Description SaSystemInfoImpl(int actJmxPort, int actSemaphoreCount, int actWrapperCount, int maximumThreads, java.util.List<SaSystemInfo.RMIFeatures> features, boolean multi, SaFailoverInfo failoverInfo)
Constructor.
-