Package org.infinispan.jcache.annotation
Class InjectedCacheRemoveAllInterceptor
java.lang.Object
org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
- All Implemented Interfaces:
Serializable
@Deprecated
@Interceptor
public class InjectedCacheRemoveAllInterceptor
extends AbstractCacheRemoveAllInterceptor
Deprecated.
CacheRemoveAllInterceptor for environments where the cache manager is
injected in a managed environment, e.g. application server.
- Author:
- Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectedCacheRemoveAllInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncacheRemoveAll(javax.interceptor.InvocationContext invocationContext) Deprecated.protected org.infinispan.jcache.logging.LoggetLog()Deprecated.
-
Constructor Details
-
InjectedCacheRemoveAllInterceptor
@Inject public InjectedCacheRemoveAllInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.
-
-
Method Details
-
cacheRemoveAll
public Object cacheRemoveAll(javax.interceptor.InvocationContext invocationContext) throws Exception Deprecated.- Overrides:
cacheRemoveAllin classAbstractCacheRemoveAllInterceptor- Throws:
Exception
-
getLog
protected org.infinispan.jcache.logging.Log getLog()Deprecated.- Specified by:
getLogin classAbstractCacheRemoveAllInterceptor
-
InjectedCacheResolverFactoryinstead.