Uses of Interface
com.caucho.config.inject.PassivationSetter

Packages that use PassivationSetter
com.caucho.config.inject   
com.caucho.config.xml   
 

Uses of PassivationSetter in com.caucho.config.inject
 

Classes in com.caucho.config.inject that implement PassivationSetter
 class AbstractIntrospectedBean<T>
          Common bean introspection for Produces and ManagedBean.
 class InjectionTargetFilter<T>
          Adds behavior for an injection target.
 class ManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.
 class NewBean<X>
          NewBean represents the SimpleBean created through the @New interface.
 class ProducesFieldBean<X,T>
           
 class ProducesMethodBean<X,T>
           
 

Uses of PassivationSetter in com.caucho.config.xml
 

Classes in com.caucho.config.xml that implement PassivationSetter
 class XmlManagedBeanImpl<X>
          SimpleBean represents a POJO Java bean registered as a WebBean.