Class RemoteInvocationHandler
- java.lang.Object
-
- de.hybris.platform.persistence.framework.RemoteInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class RemoteInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object orig_proxy, java.lang.reflect.Method orig_method, java.lang.Object[] args)java.lang.ObjectinvokeMethod(java.lang.Object orig_proxy, java.lang.reflect.Method orig_method, java.lang.Object[] args)
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object orig_proxy, java.lang.reflect.Method orig_method, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
invokein interfacejava.lang.reflect.InvocationHandler- Throws:
java.lang.Throwable
-
invokeMethod
public java.lang.Object invokeMethod(java.lang.Object orig_proxy, java.lang.reflect.Method orig_method, java.lang.Object[] args) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-