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
BaseCachePutinterceptor implementation.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver defaultCacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ObjectcachePut(javax.interceptor.InvocationContext invocationContext)protected abstract org.infinispan.jcache.logging.LoggetLog()
-
-
-
Constructor Detail
-
AbstractCachePutInterceptor
public AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver defaultCacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-