Liferay 6.0.5

com.liferay.portal.cluster
Class ClusterableAdvice

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.ClusterableAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ClusterableAdvice
extends AnnotationChainableMethodAdvice<Clusterable>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult
 
Constructor Summary
ClusterableAdvice()
           
 
Method Summary
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 Clusterable getNullAnnotation()
           
 void setServletContextName(String servletContextName)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
buildMethodTargetClassKey, findAnnotation, getAnnotation
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterThrowing, before, duringFinally, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterableAdvice

public ClusterableAdvice()
Method Detail

afterReturning

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

getNullAnnotation

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

setServletContextName

public void setServletContextName(String servletContextName)

Liferay 6.0.5