Uses of Class
com.saperion.config.SaAgentConfig
-
Packages that use SaAgentConfig Package Description com.saperion.config This package contains the JMX configuration part. -
-
Uses of SaAgentConfig in com.saperion.config
Methods in com.saperion.config that return SaAgentConfig Modifier and Type Method Description static SaAgentConfig
SaAgentConfig. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaAgentConfig[]
SaAgentConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-