public class CacheKeyInvocationContextImpl<A extends Annotation> extends CacheInvocationContextImpl<A> implements javax.cache.annotation.CacheKeyInvocationContext<A>
delegate
Constructor and Description |
---|
CacheKeyInvocationContextImpl(javax.interceptor.InvocationContext delegate,
A annotation,
String name) |
Modifier and Type | Method and Description |
---|---|
javax.cache.annotation.CacheInvocationParameter[] |
getKeyParameters() |
javax.cache.annotation.CacheInvocationParameter |
getValueParameter() |
getAllParameters, getTarget, unwrap
getAnnotations, getCacheAnnotation, getCacheName, getMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public javax.cache.annotation.CacheInvocationParameter[] getKeyParameters()
getKeyParameters
in interface javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
public javax.cache.annotation.CacheInvocationParameter getValueParameter()
getValueParameter
in interface javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.