Liferay 6.2-ce-ga5

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, ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
 
Method Summary
static org.springframework.aop.framework.AdvisedSupport getAdvisedSupport(Object proxy)
           
 Object getProxy()
           
 Object getProxy(ClassLoader classLoader)
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
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,
                           ServiceBeanAopCacheManager serviceBeanAopCacheManager)
Method Detail

getAdvisedSupport

public static org.springframework.aop.framework.AdvisedSupport getAdvisedSupport(Object proxy)
                                                                          throws Exception
Throws:
Exception

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.2-ce-ga5