Liferay 7.0-ga1 portal-impl

com.liferay.portal.cache.thread.local
Class ThreadLocalCacheAdvice

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

public class ThreadLocalCacheAdvice
extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
ThreadLocalCacheAdvice()
           
 
Method Summary
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable getNullAnnotation()
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterThrowing, duringFinally, invoke, 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

afterReturning

public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
                           Object result)
                    throws Throwable
Overrides:
afterReturning in class ChainableMethodAdvice
Throws:
Throwable

before

public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
Throwable

getNullAnnotation

public com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cache.thread.local.ThreadLocalCachable>

Liferay 7.0-ga1 portal-impl