public class ServiceBeanAopProxy extends Object implements AdvisedSupportProxy, com.liferay.portal.kernel.spring.aop.AopProxy, InvocationHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceBeanAopProxy.PACL |
| Constructor and Description |
|---|
ServiceBeanAopProxy(com.liferay.portal.kernel.spring.aop.AdvisedSupport advisedSupport,
org.aopalliance.intercept.MethodInterceptor methodInterceptor,
ServiceBeanAopCacheManager serviceBeanAopCacheManager) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.spring.aop.AdvisedSupport |
getAdvisedSupport() |
static com.liferay.portal.kernel.spring.aop.AdvisedSupport |
getAdvisedSupport(Object proxy) |
Object |
getProxy(ClassLoader classLoader) |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
public ServiceBeanAopProxy(com.liferay.portal.kernel.spring.aop.AdvisedSupport advisedSupport,
org.aopalliance.intercept.MethodInterceptor methodInterceptor,
ServiceBeanAopCacheManager serviceBeanAopCacheManager)
public static com.liferay.portal.kernel.spring.aop.AdvisedSupport getAdvisedSupport(Object proxy)
throws Exception
Exceptionpublic com.liferay.portal.kernel.spring.aop.AdvisedSupport getAdvisedSupport()
getAdvisedSupport in interface AdvisedSupportProxypublic Object getProxy(ClassLoader classLoader)
getProxy in interface com.liferay.portal.kernel.spring.aop.AopProxypublic Object invoke(Object proxy,
Method method,
Object[] arguments)
throws Throwable
invoke in interface InvocationHandlerThrowable