Liferay 7.0-ce-b4

com.liferay.portal.spring.aop
Class ServiceBeanAopProxy

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

public class ServiceBeanAopProxy
extends Object
implements AdvisedSupportProxy, 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
 org.springframework.aop.framework.AdvisedSupport getAdvisedSupport()
           
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

getAdvisedSupport

public org.springframework.aop.framework.AdvisedSupport getAdvisedSupport()
Specified by:
getAdvisedSupport in interface AdvisedSupportProxy

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 7.0-ce-b4