Package org.infinispan.jcache.annotation
Class AbstractCachePutInterceptor
- java.lang.Object
-
- org.infinispan.jcache.annotation.AbstractCachePutInterceptor
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CachePutInterceptor
,InjectedCachePutInterceptor
public abstract class AbstractCachePutInterceptor extends Object implements Serializable
BaseCachePut
interceptor implementation.- Author:
- Kevin Pollet
(C) 2011 SERLI, Galder ZamarreƱo - See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Object
cachePut(javax.interceptor.InvocationContext invocationContext)
protected abstract org.infinispan.jcache.logging.Log
getLog()
-
-
-
Constructor Detail
-
AbstractCachePutInterceptor
public AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-