Package org.infinispan.jcache.annotation
Class CachePutInterceptor
- java.lang.Object
-
- org.infinispan.jcache.annotation.AbstractCachePutInterceptor
-
- org.infinispan.jcache.annotation.CachePutInterceptor
-
- All Implemented Interfaces:
Serializable
@Interceptor public class CachePutInterceptor extends AbstractCachePutInterceptor
CachePut
interceptor implementation.- Author:
- Kevin Pollet
(C) 2011 SERLI, Galder ZamarreƱo - See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachePutInterceptor(DefaultCacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
cachePut(javax.interceptor.InvocationContext invocationContext)
protected org.infinispan.jcache.logging.Log
getLog()
-
-
-
Constructor Detail
-
CachePutInterceptor
@Inject public CachePutInterceptor(DefaultCacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-
Method Detail
-
cachePut
public Object cachePut(javax.interceptor.InvocationContext invocationContext) throws Exception
- Overrides:
cachePut
in classAbstractCachePutInterceptor
- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()
- Specified by:
getLog
in classAbstractCachePutInterceptor
-
-