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, unwrapgetAnnotations, getCacheAnnotation, getCacheName, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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–2016 The Apache Software Foundation. All rights reserved.