Uses of Class
org.apache.webbeans.exception.WebBeansConfigurationException

Packages that use WebBeansConfigurationException
org.apache.webbeans.config   
org.apache.webbeans.exception   
org.apache.webbeans.plugins   
org.apache.webbeans.util   
 

Uses of WebBeansConfigurationException in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config that throw WebBeansConfigurationException
 void ManagedBeanConfigurator.checkManagedBeanCondition(Class<?> clazz)
           
<T> ManagedBean<T>
ManagedBeanConfigurator.define(Class<T> clazz, WebBeansType type)
          Deprecated.  
 boolean ManagedBeanConfigurator.isManagedBean(Class<?> clazz)
          Returns true if this class can be candidate for simple web bean, false otherwise.
static boolean EJBWebBeansConfigurator.isSessionBean(Class<?> clazz, WebBeansContext webBeansContext)
          Returns true if given class is an deployed ejb bean class, false otherwise.
 void OpenWebBeansConfiguration.parseConfiguration()
          (re)read the configuration from the resources in the classpath.
 

Uses of WebBeansConfigurationException in org.apache.webbeans.exception
 

Subclasses of WebBeansConfigurationException in org.apache.webbeans.exception
 class WebBeansPassivationException
           
 

Uses of WebBeansConfigurationException in org.apache.webbeans.plugins
 

Methods in org.apache.webbeans.plugins that throw WebBeansConfigurationException
 void PluginLoader.shutDown()
          Tell all the plugins to free up all locked resources.
 void PluginLoader.startUp()
          load and startup all registered plugins.
static void PluginLoader.throwsException(Exception e)
           
 

Uses of WebBeansConfigurationException in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util that throw WebBeansConfigurationException
<X> void
WebBeansUtil.checkManagedBeanCondition(javax.enterprise.inject.spi.AnnotatedType<X> type)
          Checks the implementation class for checking conditions.
<T> Constructor<T>
WebBeansUtil.defineConstructor(Class<T> clazz)
          Defines applicable constructor.
 boolean WebBeansUtil.isConstructureOk(Class<?> clazz)
          Check that simple web beans class has compatible constructor.
<T> T
WebBeansUtil.newInstanceForced(Class<T> clazz)
          Create a new instance of the given class using it's default constructor regardless if the constructor is visible or not.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.