Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.aop
Class ServiceBeanAopProxy

java.lang.Object
  extended by com.liferay.portal.spring.aop.ServiceBeanAopProxy
All Implemented Interfaces:
InvocationHandler, org.springframework.aop.framework.AopProxy

public class ServiceBeanAopProxy
extends Object
implements org.springframework.aop.framework.AopProxy, InvocationHandler


Nested Class Summary
static interface ServiceBeanAopProxy.PACL
           
 
Constructor Summary
ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport, org.aopalliance.intercept.MethodInterceptor methodInterceptor)
           
 
Method Summary
static void clearMethodInterceptorCache()
           
 Object getProxy()
           
 Object getProxy(ClassLoader classLoader)
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
static void removeMethodInterceptor(org.aopalliance.intercept.MethodInvocation methodInvocation, org.aopalliance.intercept.MethodInterceptor methodInterceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanAopProxy

public ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport,
                           org.aopalliance.intercept.MethodInterceptor methodInterceptor)
Method Detail

clearMethodInterceptorCache

public static void clearMethodInterceptorCache()

removeMethodInterceptor

public static void removeMethodInterceptor(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                           org.aopalliance.intercept.MethodInterceptor methodInterceptor)

getProxy

public Object getProxy()
Specified by:
getProxy in interface org.springframework.aop.framework.AopProxy

getProxy

public Object getProxy(ClassLoader classLoader)
Specified by:
getProxy in interface org.springframework.aop.framework.AopProxy

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 6.1.2-ce-ga3