Class MakeJCacheCDIInterceptorFriendly.HelperBean
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.MakeJCacheCDIInterceptorFriendly.HelperBean
- All Implemented Interfaces:
- Contextual<CDIJCacheHelper>,- Bean<CDIJCacheHelper>,- BeanAttributes<CDIJCacheHelper>,- PassivationCapable
- Enclosing class:
- MakeJCacheCDIInterceptorFriendly
public static class MakeJCacheCDIInterceptorFriendly.HelperBean
extends Object
implements Bean<CDIJCacheHelper>, PassivationCapable
- 
Constructor SummaryConstructorsConstructorDescriptionHelperBean(AnnotatedType<CDIJCacheHelper> annotatedType, InjectionTarget<CDIJCacheHelper> injectionTarget, String id) 
- 
Method SummaryModifier and TypeMethodDescriptioncreate(CreationalContext<CDIJCacheHelper> context) voiddestroy(CDIJCacheHelper instance, CreationalContext<CDIJCacheHelper> context) Class<?>getId()getName()Class<? extends Annotation>getScope()Set<Class<? extends Annotation>>getTypes()booleanboolean
- 
Constructor Details- 
HelperBeanpublic HelperBean(AnnotatedType<CDIJCacheHelper> annotatedType, InjectionTarget<CDIJCacheHelper> injectionTarget, String id) 
 
- 
- 
Method Details- 
getInjectionPoints- Specified by:
- getInjectionPointsin interface- Bean<CDIJCacheHelper>
 
- 
getBeanClass- Specified by:
- getBeanClassin interface- Bean<CDIJCacheHelper>
 
- 
isNullable- Specified by:
- isNullablein interface- Bean<CDIJCacheHelper>
 
- 
getTypes- Specified by:
- getTypesin interface- BeanAttributes<CDIJCacheHelper>
 
- 
getQualifiers- Specified by:
- getQualifiersin interface- BeanAttributes<CDIJCacheHelper>
 
- 
getScope- Specified by:
- getScopein interface- BeanAttributes<CDIJCacheHelper>
 
- 
getName- Specified by:
- getNamein interface- BeanAttributes<CDIJCacheHelper>
 
- 
getStereotypes- Specified by:
- getStereotypesin interface- BeanAttributes<CDIJCacheHelper>
 
- 
isAlternative- Specified by:
- isAlternativein interface- BeanAttributes<CDIJCacheHelper>
 
- 
create- Specified by:
- createin interface- Contextual<CDIJCacheHelper>
 
- 
destroy- Specified by:
- destroyin interface- Contextual<CDIJCacheHelper>
 
- 
getId- Specified by:
- getIdin interface- PassivationCapable
 
 
-