public class CacheInvocationContextImpl<A extends Annotation> extends CacheMethodDetailsImpl<A> implements javax.cache.annotation.CacheInvocationContext<A>
delegate
Constructor and Description |
---|
CacheInvocationContextImpl(javax.interceptor.InvocationContext delegate,
A cacheAnnotation,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
javax.cache.annotation.CacheInvocationParameter[] |
getAllParameters() |
Object |
getTarget() |
<T> T |
unwrap(Class<T> cls) |
getAnnotations, getCacheAnnotation, getCacheName, getMethod
public Object getTarget()
getTarget
in interface javax.cache.annotation.CacheInvocationContext<A extends Annotation>
public javax.cache.annotation.CacheInvocationParameter[] getAllParameters()
getAllParameters
in interface javax.cache.annotation.CacheInvocationContext<A extends Annotation>
public <T> T unwrap(Class<T> cls)
unwrap
in interface javax.cache.annotation.CacheInvocationContext<A extends Annotation>
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.