Package | Description |
---|---|
com.saperion.config |
This package contains the JMX configuration part.
|
Modifier and Type | Method and Description |
---|---|
SaJMXConstants.ConfigVariant |
SaJMXConfiguration.getConfigType()
Reads the configuration type.
|
static SaJMXConstants.ConfigVariant |
SaJMXConstants.ConfigVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaJMXConstants.ConfigVariant[] |
SaJMXConstants.ConfigVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SaJMXConstants.ConfigKey[] |
SaJMXConstants.getFileNames(SaJMXConstants.ConfigVariant cfgVariant)
Reads the default filenames for different configurations.
|
void |
SaJMXConfiguration.setConfigType(SaJMXConstants.ConfigVariant type,
Properties configuration)
Set the configuration type and properties.
|
void |
SaJMXConfiguration.setConfigType(SaJMXConstants.ConfigVariant type,
String mainFile)
Set the configuration type and main file.
|
void |
SaJMXConfiguration.setConfigTypeAndConfigDirectory(SaJMXConstants.ConfigVariant type,
String configurationDir)
Set the configuration type and configuration directory.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.