Interface RemoteMethodExecutor
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteMethodExecutorImpl
This class will act as an InvocationHandler except that it is distributed.
- Author:
- Arnaud Thimel - thimel@codelutin.com
-
Method Summary
-
Method Details
-
execute
Acts like an InvocationHandler.- Parameters:
methodName- name of the method to invokeparametersType- parameters type to reliably identify the methodargs- method arguments to process the effective call- Returns:
- the result of the delegate method
- Throws:
RemoteException- for any error. Business exceptions will be wrapped.
-