| Constructor and Description |
|---|
RPCMethodDelegate(java.lang.Class<T> interfaceClass,
int methodId,
T delegate)
Initialize this instance with the interface class and method id
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public RPCMethodDelegate(java.lang.Class<T> interfaceClass, int methodId, T delegate)
interfaceClass - The class of interface.methodId - Method id, defined in the generated Proxy class.delegate - The instance to which this method needs to be delegated.