public class RMIServiceDelegator extends Object implements InvocationHandler, Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) RemoteEndpoint |
endpoint
The final remote endpoint for invocation
|
(package private) static org.slf4j.Logger |
log |
private static long |
serialVersionUID
The unique class ID
|
| Constructor and Description |
|---|
RMIServiceDelegator(RemoteEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
static String |
computeSignature(Method m) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
private static final long serialVersionUID
static org.slf4j.Logger log
final RemoteEndpoint endpoint
public RMIServiceDelegator(RemoteEndpoint endpoint)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableInvocationHandler.invoke(java.lang.Object,
java.lang.reflect.Method, java.lang.Object[])Copyright © 2018. All rights reserved.