Liferay 6.1.10-ee-ga1

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 afterPropertiesSet()
           
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 boolean afterThrowing(org.aopalliance.intercept.MethodInvocation methodInvocation, Throwable throwable)
           
 Clusterable getNullAnnotation()
           
 void setServletContextName(String servletContextName)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, registerAnnotationClass
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
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

afterPropertiesSet

public void afterPropertiesSet()
Overrides:
afterPropertiesSet in class AnnotationChainableMethodAdvice<Clusterable>

afterReturning

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

afterThrowing

public boolean afterThrowing(org.aopalliance.intercept.MethodInvocation methodInvocation,
                             Throwable throwable)
                      throws Throwable
Overrides:
afterThrowing in class ChainableMethodAdvice
Throws:
Throwable

getNullAnnotation

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

setServletContextName

public void setServletContextName(String servletContextName)

Liferay 6.1.10-ee-ga1