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.
CacheRemoveEntryInterceptor for environments where the cache manager is
injected in a managed environment, e.g. application server.
- Author:
- Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncacheRemoveEntry(javax.interceptor.InvocationContext invocationContext) Deprecated.protected org.infinispan.jcache.logging.LoggetLog()Deprecated.
-
Constructor Details
-
InjectedCacheRemoveEntryInterceptor
@Inject public InjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.
-
-
Method Details
-
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
-
InjectedCacheResolverFactoryinstead.