Package org.infinispan.jcache.annotation
Class CacheKeyInvocationContextImpl<A extends Annotation>
- java.lang.Object
-
- org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl<A>
-
- All Implemented Interfaces:
javax.cache.annotation.CacheInvocationContext<A>
,javax.cache.annotation.CacheKeyInvocationContext<A>
,javax.cache.annotation.CacheMethodDetails<A>
public class CacheKeyInvocationContextImpl<A extends Annotation> extends Object implements javax.cache.annotation.CacheKeyInvocationContext<A>
TheCacheKeyInvocationContext
implementation.- Author:
- Kevin Pollet
(C) 2011 SERLI
-
-
Constructor Summary
Constructors Constructor Description CacheKeyInvocationContextImpl(javax.interceptor.InvocationContext invocationContext, MethodMetaData<A> methodMetaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.cache.annotation.CacheInvocationParameter[]
getAllParameters()
Set<Annotation>
getAnnotations()
A
getCacheAnnotation()
javax.cache.annotation.CacheKeyGenerator
getCacheKeyGenerator()
String
getCacheName()
javax.cache.annotation.CacheInvocationParameter[]
getKeyParameters()
Method
getMethod()
Object
getTarget()
javax.cache.annotation.CacheInvocationParameter
getValueParameter()
String
toString()
<T> T
unwrap(Class<T> clazz)
-
-
-
Constructor Detail
-
CacheKeyInvocationContextImpl
public CacheKeyInvocationContextImpl(javax.interceptor.InvocationContext invocationContext, MethodMetaData<A> methodMetaData)
-
-
Method Detail
-
getTarget
public Object getTarget()
- Specified by:
getTarget
in interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
getAllParameters
public javax.cache.annotation.CacheInvocationParameter[] getAllParameters()
- Specified by:
getAllParameters
in interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
getKeyParameters
public javax.cache.annotation.CacheInvocationParameter[] getKeyParameters()
- Specified by:
getKeyParameters
in interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-
getValueParameter
public javax.cache.annotation.CacheInvocationParameter getValueParameter()
- Specified by:
getValueParameter
in interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-
unwrap
public <T> T unwrap(Class<T> clazz)
- Specified by:
unwrap
in interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
getMethod
public Method getMethod()
- Specified by:
getMethod
in interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getAnnotations
public Set<Annotation> getAnnotations()
- Specified by:
getAnnotations
in interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getCacheAnnotation
public A getCacheAnnotation()
- Specified by:
getCacheAnnotation
in interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheName
in interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getCacheKeyGenerator
public javax.cache.annotation.CacheKeyGenerator getCacheKeyGenerator()
-
-