Package org.openspaces.admin.bean
package org.openspaces.admin.bean
Support for managing admin Beans through the Admin API.
-
ClassDescriptionA weakly typed configuration API based on String key-value pairs to configure an admin Bean.Base class for all admin Bean configuration exceptions.BeanConfigManager<B extends BeanConfig>A strongly typed bean configuration manager using the strongly typed implementation of a
BeanConfig.Exception indicating that a configuration for a bean by this name can't be found (has not been added or has been removed).A weakly typed properties manager for managing admin bean configurations by their name.Indicates the bean does not implement the required interfaces.Exception indicating that a misconfiguration occurred when initializing a bean (such as failure to set an essential property).BeanConfigurer<T extends BeanConfig>A weakly-typed configuration API based on the 'builder' patterns for a more convenient code-fluent approach to configuring aBeanConfig.Exception indicating that an initialization of a bean failed.Exception indicating that a configuration for an already enabled bean can't be changed unless first disabled.