Uses of Class
org.openspaces.admin.bean.BeanInitializationException
Packages that use BeanInitializationException
Package
Description
Support for managing admin Beans through the Admin API.
-
Uses of BeanInitializationException in org.openspaces.admin.bean
Methods in org.openspaces.admin.bean that throw BeanInitializationExceptionModifier and TypeMethodDescription<T extends B>
voidBeanConfigManager.enableBean(Class<T> clazz) Enable a previously set bean configuration.voidBeanConfigPropertiesManager.enableBean(String beanClassName) Disables a bean. -
Uses of BeanInitializationException in org.openspaces.core.bean
Methods in org.openspaces.core.bean that throw BeanInitializationExceptionModifier and TypeMethodDescriptionDefaultBeanFactory.create(String beanClassName, Map<String, String> properties, BeanServer<T> beanServer) voidDefaultBeanServer.enableBean(String beanClassName) booleanDefaultBeanServer.replaceBeanAssignableTo(Class<?>[] interfaceClasses, String newBeanClassName, Map<String, String> newBeanProperties)