Uses of Enum Class
com.saperion.intf.SaSystemInfo.RMIFeatures
Packages that use SaSystemInfo.RMIFeatures
Package
Description
This package contains the common used interfaces for the LARIX components.
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.RMIFeaturesModifier and TypeMethodDescriptionstatic SaSystemInfo.RMIFeatures
Returns the enum constant of this class with the specified name.static SaSystemInfo.RMIFeatures[]
SaSystemInfo.RMIFeatures.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.intf that return types with arguments of type SaSystemInfo.RMIFeatures -
Uses of SaSystemInfo.RMIFeatures in com.saperion.rmi
Methods in com.saperion.rmi that return types with arguments of type SaSystemInfo.RMIFeaturesModifier and TypeMethodDescriptionfinal List<SaSystemInfo.RMIFeatures>
SaSystemInfoImpl.getRunningFeatures()
Constructor parameters in com.saperion.rmi with type arguments of type SaSystemInfo.RMIFeaturesModifierConstructorDescriptionSaSystemInfoImpl
(int actJmxPort, int actSemaphoreCount, int actWrapperCount, int maximumThreads, List<SaSystemInfo.RMIFeatures> features, boolean multi, SaFailoverInfo failoverInfo) Constructor.