Uses of Class
org.openspaces.admin.bean.BeanConfigNotFoundException
Packages that use BeanConfigNotFoundException
Package
Description
Support for managing admin Beans through the Admin API.
-
Uses of BeanConfigNotFoundException in org.openspaces.admin.bean
Methods in org.openspaces.admin.bean that throw BeanConfigNotFoundExceptionModifier and TypeMethodDescription<T extends B>
voidBeanConfigManager.disableBean(Class<T> clazz) Disables a bean.voidBeanConfigPropertiesManager.disableBean(String beanClassName) Disables a bean.<T extends B>
voidBeanConfigManager.enableBean(Class<T> clazz) Enable a previously set bean configuration.voidBeanConfigPropertiesManager.enableBean(String beanClassName) Disables a bean.<T extends B>
TBeanConfigManager.getBeanConfig(Class<T> clazz) Get the bean configuration represented by the specified configuration class.BeanConfigPropertiesManager.getBeanConfig(String beanClassName) Get the bean configuration.<T extends B>
booleanBeanConfigManager.removeBeanConfig(Class<T> clazz) Removes a bean configuration.booleanBeanConfigPropertiesManager.removeBeanConfig(String beanClassName) Removes a bean configuration. -
Uses of BeanConfigNotFoundException in org.openspaces.core.bean
Methods in org.openspaces.core.bean that throw BeanConfigNotFoundExceptionModifier and TypeMethodDescriptionDefaultBeanFactory.create(String beanClassName, Map<String, String> properties, BeanServer<T> beanServer) voidDefaultBeanServer.disableBean(String beanClassName) voidDefaultBeanServer.enableBean(String beanClassName) DefaultBeanServer.getBeanConfig(String beanClassName) booleanDefaultBeanServer.removeBeanConfig(String beanClassName)