Java CAPS Management and Monitoring APIs

Configuration Service

The Configuration Service enables you:

Table 4 Configuration Service Method Names and Descriptions

API Method Name 

Description 

getRuntimeLoggerLevels 

Retrieves all the runtime loggers and their levels. 

getRuntimeLoggerLevel 

Looks up the level of one runtime logger. 

setRuntimeLoggerLevel 

Sets the log level for a given runtime logger. 

getComponentLoggerLevels 

Retrieves the component custom loggers and their levels. 

setComponentLoggerLevel 

Sets the component log level for a given custom logger 

getComponentExtensionMBeanObjectNames 

Retrieves the extension MBean object names. 

getComponentConfiguration 

Retrieves the component configuration. 

setComponentConfiguration 

Sets the component configuration. 

getRuntimeConfigurationMetaData 

Returns the runtime configuration metadata associated with the specified property. The metadata contain name-value pairs like default, descriptionID, descriptorType, displayName, displayNameId, isStatic, name, resourceBundleName, tooltip, tooltipId, etc. 

setRuntimeConfiguration 

Sets the runtime configuration. 

getRuntimeConfiguration 

Retrieves the runtime configuration. 

getDefaultRuntimeConfiguration 

Retrieves the default runtime configuration. 

isServerRestartRequired 

Checks if the server needs to be restarted to apply the changes made to some of the configuration parameters.