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
Base CachePut interceptor implementation.
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
See Also:
  • Constructor Details

    • AbstractCachePutInterceptor

      public AbstractCachePutInterceptor(javax.cache.annotation.CacheResolver defaultCacheResolver, CacheKeyInvocationContextFactory contextFactory)
  • Method Details

    • cachePut

      public Object cachePut(javax.interceptor.InvocationContext invocationContext) throws Exception
      Throws:
      Exception
    • getLog

      protected abstract org.infinispan.jcache.logging.Log getLog()