See: Description
Interface | Description |
---|---|
BeanConfig |
A weakly typed configuration API based on String key-value pairs to configure an admin
Bean.
|
BeanConfigManager<B extends BeanConfig> |
A strongly typed bean configuration manager using the strongly typed implementation of a
BeanConfig . |
BeanConfigPropertiesManager |
A weakly typed properties manager for managing admin bean configurations by their name.
|
BeanConfigurer<T extends BeanConfig> |
A weakly-typed configuration API based on the 'builder' patterns for a more convenient
code-fluent approach to configuring a
BeanConfig . |
Exception | Description |
---|---|
BeanConfigException |
Base class for all admin Bean configuration exceptions.
|
BeanConfigNotFoundException |
Exception indicating that a configuration for a bean by this name can't be found (has not been
added or has been removed).
|
BeanConfigurationClassCastException |
Indicates the bean does not implement the required interfaces.
|
BeanConfigurationException |
Exception indicating that a misconfiguration occurred when initializing a bean (such as failure
to set an essential property).
|
BeanInitializationException |
Exception indicating that an initialization of a bean failed.
|
EnabledBeanConfigCannotBeChangedException |
Exception indicating that a configuration for an already enabled bean can't be changed unless
first disabled.
|
Copyright © GigaSpaces.