org.infinispan.jcache.annotation
Class CachePutInterceptor

java.lang.Object
  extended by org.infinispan.jcache.annotation.CachePutInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
public class CachePutInterceptor
extends Object
implements Serializable

CachePut interceptor implementation.

Author:
Kevin Pollet (C) 2011 SERLI
See Also:
Serialized Form

Constructor Summary
CachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)
           
 
Method Summary
 Object cachePut(InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachePutInterceptor

@Inject
public CachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver,
                                  CacheKeyInvocationContextFactory contextFactory)
Method Detail

cachePut

public Object cachePut(InvocationContext invocationContext)
                throws Exception
Throws:
Exception

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.