TransactionInvokerImpl@Deprecated
public class ServiceBeanMethodInvocationFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactory
| Constructor and Description |
|---|
ServiceBeanMethodInvocationFactoryImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServiceBeanMethodInvocation |
create(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected java.util.List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(java.lang.String... methodInterceptorBeanIds)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
java.lang.Object |
proceed(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.String[] methodInterceptorBeanIds)
Deprecated.
|
public ServiceBeanMethodInvocationFactoryImpl()
public java.lang.Object proceed(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.String[] methodInterceptorBeanIds)
throws java.lang.Exception
proceed in interface com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryjava.lang.Exception@Deprecated protected ServiceBeanMethodInvocation create(java.lang.Object target, java.lang.Class<?> targetClass, java.lang.reflect.Method method, java.lang.Object[] arguments)
@Deprecated protected java.util.List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(java.lang.String... methodInterceptorBeanIds)