Uses of Class
com.caucho.config.inject.AbstractBean

Packages that use AbstractBean
com.caucho.config.inject   
com.caucho.config.xml   
com.caucho.ejb.inject   
 

Uses of AbstractBean in com.caucho.config.inject
 

Subclasses of AbstractBean in com.caucho.config.inject
 class AbstractIntrospectedBean<T>
          Common bean introspection for Produces and ManagedBean.
 class AbstractSingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class BeanAdapter<X,T>
          Adapter from an internal bean to an external exposed bean as used by session beans.
 class BeanWrapper<T>
          Internal implementation for a Bean
 class InjectionBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class ManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.
 class ManagedSingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 class NewBean<X>
          NewBean represents the SimpleBean created through the @New interface.
 class ProducesFieldBean<X,T>
           
 class ProducesMethodBean<X,T>
           
 class SingletonBean<T>
          SingletonBean represents a singleton instance exported as a web beans.
 

Uses of AbstractBean in com.caucho.config.xml
 

Subclasses of AbstractBean in com.caucho.config.xml
 class XmlBean<X>
          Internal implementation for a Bean
 class XmlManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.
 

Uses of AbstractBean in com.caucho.ejb.inject
 

Subclasses of AbstractBean in com.caucho.ejb.inject
 class SessionRegistrationBean<X,T>
          Internal registration for the EJB.