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
CachePutinterceptor implementation.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (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 ObjectcachePut(javax.interceptor.InvocationContext invocationContext)protected org.infinispan.jcache.logging.LoggetLog()
-
-
-
Constructor Detail
-
CachePutInterceptor
@Inject public CachePutInterceptor(DefaultCacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
-
-
Method Detail
-
cachePut
public Object cachePut(javax.interceptor.InvocationContext invocationContext) throws Exception
- Overrides:
cachePutin classAbstractCachePutInterceptor- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()
- Specified by:
getLogin classAbstractCachePutInterceptor
-
-