Liferay 6.2.0

com.liferay.portal.cache
Class ThreadLocalCacheAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<ThreadLocalCachable>
          extended by com.liferay.portal.cache.ThreadLocalCacheAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ThreadLocalCacheAdvice
extends AnnotationChainableMethodAdvice<ThreadLocalCachable>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
ThreadLocalCacheAdvice()
           
 
Method Summary
 ThreadLocalCachable getNullAnnotation()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, before, duringFinally, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalCacheAdvice

public ThreadLocalCacheAdvice()
Method Detail

getNullAnnotation

public ThreadLocalCachable getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<ThreadLocalCachable>

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Overrides:
invoke in class ChainableMethodAdvice
Throws:
Throwable

Liferay 6.2.0