GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.admin.bean.BeanConfigNotFoundException

Packages that use BeanConfigNotFoundException
org.openspaces.admin.bean Support for managing admin Beans through the Admin API. 
org.openspaces.core.bean   
 

Uses of BeanConfigNotFoundException in org.openspaces.admin.bean
 

Methods in org.openspaces.admin.bean that throw BeanConfigNotFoundException
<T extends B>
void
BeanConfigManager.disableBean(Class<T> clazz)
          Disables a bean.
 void BeanConfigPropertiesManager.disableBean(String beanClassName)
          Disables a bean.
<T extends B>
void
BeanConfigManager.enableBean(Class<T> clazz)
          Enable a previously set bean configuration.
 void BeanConfigPropertiesManager.enableBean(String beanClassName)
          Disables a bean.
<T extends B>
T
BeanConfigManager.getBeanConfig(Class<T> clazz)
          Get the bean configuration represented by the specified configuration class.
 Map<String,String> BeanConfigPropertiesManager.getBeanConfig(String beanClassName)
          Get the bean configuration.
<T extends B>
boolean
BeanConfigManager.removeBeanConfig(Class<T> clazz)
          Removes a bean configuration.
 boolean BeanConfigPropertiesManager.removeBeanConfig(String beanClassName)
          Removes a bean configuration.
 

Uses of BeanConfigNotFoundException in org.openspaces.core.bean
 

Methods in org.openspaces.core.bean that throw BeanConfigNotFoundException
 T DefaultBeanFactory.create(String beanClassName, Map<String,String> properties, BeanServer<T> beanServer)
           
 void DefaultBeanServer.disableBean(String beanClassName)
           
 void DefaultBeanServer.enableBean(String beanClassName)
           
 Map<String,String> DefaultBeanServer.getBeanConfig(String beanClassName)
           
 boolean DefaultBeanServer.removeBeanConfig(String beanClassName)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.