Class CacheInvocationContextImpl<A extends Annotation>
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpl<A>
org.apache.commons.jcs3.jcache.cdi.CacheInvocationContextImpl<A>
- All Implemented Interfaces:
- javax.cache.annotation.CacheInvocationContext<A>,- javax.cache.annotation.CacheMethodDetails<A>
- Direct Known Subclasses:
- CacheKeyInvocationContextImpl
public class CacheInvocationContextImpl<A extends Annotation>
extends CacheMethodDetailsImpl<A>
implements javax.cache.annotation.CacheInvocationContext<A>
- 
Field SummaryFields inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpldelegate, meta
- 
Constructor SummaryConstructorsConstructorDescriptionCacheInvocationContextImpl(InvocationContext delegate, A cacheAnnotation, String cacheName, CDIJCacheHelper.MethodMeta meta) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected javax.cache.annotation.CacheInvocationParameter[]doGetAllParameters(Integer[] indexes) javax.cache.annotation.CacheInvocationParameter[]<T> TMethods inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImplgetAnnotations, getCacheAnnotation, getCacheName, getMethodMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.cache.annotation.CacheMethodDetailsgetAnnotations, getCacheAnnotation, getCacheName, getMethod
- 
Constructor Details- 
CacheInvocationContextImplpublic CacheInvocationContextImpl(InvocationContext delegate, A cacheAnnotation, String cacheName, CDIJCacheHelper.MethodMeta meta) 
 
- 
- 
Method Details- 
getTarget- Specified by:
- getTargetin interface- javax.cache.annotation.CacheInvocationContext<A extends Annotation>
 
- 
getAllParameters- Specified by:
- getAllParametersin interface- javax.cache.annotation.CacheInvocationContext<A extends Annotation>
 
- 
unwrap- Specified by:
- unwrapin interface- javax.cache.annotation.CacheInvocationContext<A extends Annotation>
 
- 
doGetAllParameters
 
-