C G I M O R U 

C

ConfigManagementSupport - Class in org.apache.tamaya.management
Accessor singleton for the JMX configuration support module.

G

getConfiguration() - Method in class org.apache.tamaya.management.ManagedConfig
 
getConfiguration() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Accesses a configuration current a given type as Map.
getConfigurationInternal() - Method in class org.apache.tamaya.management.ManagedConfig
Evaluate the current configuration.
getJsonConfigurationInfo() - Method in class org.apache.tamaya.management.ManagedConfig
 
getJsonConfigurationInfo() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Get a general description of the configuration (context) in place, in JSON format: Configuration: { "class": "org.apache.tamaya.core.internal.DefaultConfiguration", "timestamp": 1440426409388, "data": { "ALLUSERSPROFILE": "C:\ProgramData", "APPDATA": "C:\Users\Anatole\AppData\Roaming", "COMPUTERNAME": "DEVBOX-WIN", "ComSpec": "C:\Windows\system32\cmd.exe", "CommonProgramFiles": "C:\Program Files\Common Files", "CommonProgramFiles(x86)": "C:\Program Files (x86)\Common Files", "CommonProgramW6432": "C:\Program Files\Common Files", "FP_NO_HOST_CHECK": "NO", "HOMEDRIVE": "C:", // ... } }
getSection(String, boolean) - Method in class org.apache.tamaya.management.ManagedConfig
 
getSection(String, boolean) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Accesses a configuration values for current a given config section as Map.
getSections() - Method in class org.apache.tamaya.management.ManagedConfig
 
getSections() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Access the defined sections for a given configuration.
getTransitiveSections() - Method in class org.apache.tamaya.management.ManagedConfig
 
getTransitiveSections() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Access the transitive sections for the current configuration.
getXmlConfigurationInfo() - Method in class org.apache.tamaya.management.ManagedConfig
 
getXmlConfigurationInfo() - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Get a general description of the configuration (context) in place, in JSON format: ConfigurationContext[gqContextClassName] { version = 2345-34334-2333-3434, config { key = "value", key2 = "value2" ... }, filters = [...], converters{...}, property-sources{...} }

I

isAreaEmpty(String) - Method in class org.apache.tamaya.management.ManagedConfig
 
isAreaEmpty(String) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Allows to determine if an section is empty.
isAreaExisting(String) - Method in class org.apache.tamaya.management.ManagedConfig
 
isAreaExisting(String) - Method in interface org.apache.tamaya.management.ManagedConfigMBean
Allows to determine if an section is existing.

M

ManagedConfig - Class in org.apache.tamaya.management
Default implementation of the ManagedConfigMBean interface.
ManagedConfig() - Constructor for class org.apache.tamaya.management.ManagedConfig
Constructor, which binds this instance to the current TCCL.
ManagedConfigMBean - Interface in org.apache.tamaya.management
Managed bean interface for accessing environment data.

O

org.apache.tamaya.management - package org.apache.tamaya.management
 

R

registerMBean() - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Registers a new instance of ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
registerMBean(String) - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Registers the ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.

U

unregisterMBean() - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Unregisters a new instance of ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
unregisterMBean(String) - Static method in class org.apache.tamaya.management.ConfigManagementSupport
Unegisters the ManagedConfigMBean mbean for accessing config documentation into the local platform mbean server.
C G I M O R U 

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.