Liferay 6.2-ce-ga5

com.liferay.portal.cluster
Class SPIClusterableAdvice

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

public class SPIClusterableAdvice
extends AnnotationChainableMethodAdvice<Clusterable>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
SPIClusterableAdvice()
           
 
Method Summary
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 Clusterable 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

SPIClusterableAdvice

public SPIClusterableAdvice()
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 Clusterable getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<Clusterable>

Liferay 6.2-ce-ga5