com.liferay.portal.service
Class ServiceContextAdvice
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.service.ServiceContextAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class ServiceContextAdvice
- extends ChainableMethodAdvice
|
Method Summary |
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
void |
duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceContextAdvice
public ServiceContextAdvice()
before
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
- Overrides:
before in class ChainableMethodAdvice
duringFinally
public void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
- Overrides:
duringFinally in class ChainableMethodAdvice