Package org.infinispan.jcache.annotation
Class CacheKeyInvocationContextFactory
java.lang.Object
org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager) -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
CacheKeyInvocationContextImpl<A>getCacheKeyInvocationContext(javax.interceptor.InvocationContext invocationContext) Returns the cache key invocation context corresponding to the given invocation context.
-
Constructor Details
-
CacheKeyInvocationContextFactory
@Inject public CacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager) -
CacheKeyInvocationContextFactory
protected CacheKeyInvocationContextFactory()
-
-
Method Details
-
getCacheKeyInvocationContext
public <A extends Annotation> CacheKeyInvocationContextImpl<A> getCacheKeyInvocationContext(javax.interceptor.InvocationContext invocationContext) Returns the cache key invocation context corresponding to the given invocation context.- Parameters:
invocationContext- theInvocationContext.- Returns:
- an instance of
CacheKeyInvocationContextcorresponding to the givenInvocationContext.
-