Uses of Class
org.openspaces.admin.bean.EnabledBeanConfigCannotBeChangedException
Packages that use EnabledBeanConfigCannotBeChangedException
Package
Description
Support for managing admin Beans through the Admin API.
-
Uses of EnabledBeanConfigCannotBeChangedException in org.openspaces.admin.bean
Methods in org.openspaces.admin.bean that throw EnabledBeanConfigCannotBeChangedExceptionModifier and TypeMethodDescription<T extends B>
booleanBeanConfigManager.removeBeanConfig(Class<T> clazz) Removes a bean configuration.booleanBeanConfigPropertiesManager.removeBeanConfig(String beanClassName) Removes a bean configuration.voidBeanConfigManager.setBeanConfig(B config) Defines a configuration for the specified bean.voidBeanConfigPropertiesManager.setBeanConfig(String beanClassName, Map<String, String> properties) Defines a configuration for the specified bean. -
Uses of EnabledBeanConfigCannotBeChangedException in org.openspaces.core.bean
Methods in org.openspaces.core.bean that throw EnabledBeanConfigCannotBeChangedExceptionModifier and TypeMethodDescriptionvoidDefaultBeanServer.setBeanConfig(String beanClassName, Map<String, String> properties)