| Interface | Description |
|---|---|
| ConfigurationBeanRepository |
Class provides public API for accessing a configuration bean, by name, from the repository.
|
| Class | Description |
|---|---|
| AbstractConfigurationBean |
The abstract base class that all configuration beans should extend if they
wish to have their configuration values centrally accessible from the AppConfiguration
replicated-cache; as well as persisted to the management/*.xml files from which they
originated.
|
| AbstractParentConfigurationBean<T extends AbstractConfigurationBean> |