Package | Description |
---|---|
com.caucho.config.inject | |
com.caucho.config.xml | |
com.caucho.ejb.inject |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntrospectedBean<T>
Common bean introspection for Produces and ManagedBean.
|
class |
AbstractSingletonBean<T>
SingletonBean represents a singleton instance exported as a web beans.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlBean<X>
Internal implementation for a Bean
|
class |
XmlManagedBeanImpl<X>
SimpleBean represents a POJO Java bean registered as a WebBean.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanImpl<X,T>
Internal implementation for a Bean
|
class |
StatefulBeanImpl<X,T>
Internal implementation for a Bean
|
class |
StatelessBeanImpl<X,T>
Internal implementation for a Bean
|