Class AbstractInterceptor
- java.lang.Object
-
- tech.rsqn.cacheservice.interceptors.AbstractInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
ConfiguredCacheInterceptor,InvalidatingInterceptor,ReadInterceptor,WriteInterceptor
public abstract class AbstractInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description protected TransparentCacheServicecacheService
-
Constructor Summary
Constructors Constructor Description AbstractInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T extends java.lang.annotation.Annotation>
java.lang.StringresolveTarget(org.aopalliance.intercept.MethodInvocation invocation, java.lang.Class<T> expected)voidsetCacheService(TransparentCacheService cacheService)
-
-
-
Field Detail
-
cacheService
protected TransparentCacheService cacheService
-
-
Method Detail
-
setCacheService
public void setCacheService(TransparentCacheService cacheService)
-
resolveTarget
protected <T extends java.lang.annotation.Annotation> java.lang.String resolveTarget(org.aopalliance.intercept.MethodInvocation invocation, java.lang.Class<T> expected)
-
-