Package org.infinispan.jcache.annotation
Class InjectedCacheRemoveEntryInterceptor
- java.lang.Object
-
- org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
-
- org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
-
- All Implemented Interfaces:
Serializable
@Deprecated @Interceptor public class InjectedCacheRemoveEntryInterceptor extends AbstractCacheRemoveEntryInterceptor
Deprecated.Since 13.0, please useInjectedCacheResolverFactoryinstead.CacheRemoveEntryInterceptor for environments where the cache manager is injected in a managed environment, e.g. application server.- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectcacheRemoveEntry(javax.interceptor.InvocationContext invocationContext)Deprecated.protected org.infinispan.jcache.logging.LoggetLog()Deprecated.
-
-
-
Constructor Detail
-
InjectedCacheRemoveEntryInterceptor
@Inject public InjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory)Deprecated.
-
-
Method Detail
-
cacheRemoveEntry
public Object cacheRemoveEntry(javax.interceptor.InvocationContext invocationContext) throws Exception
Deprecated.- Overrides:
cacheRemoveEntryin classAbstractCacheRemoveEntryInterceptor- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()
Deprecated.- Specified by:
getLogin classAbstractCacheRemoveEntryInterceptor
-
-