|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.blocks.MethodCall
org.jboss.cache.marshall.JBCMethodCall
public class JBCMethodCall
A subclass of the JGroups MethodCall class, which adds a method id.
NB: The reason for not using JGroups' MethodCall class directly, which does contain an id property since JGroups 2.2.9, is for backward compatibility with JGroups 2.2.7 and 2.2.8.
| Field Summary |
|---|
| Fields inherited from class org.jgroups.blocks.MethodCall |
|---|
args, ID, log, method, METHOD, method_id, method_name, mode, OLD, payload, signature, SIGNATURE, types, TYPES |
| Constructor Summary | |
|---|---|
JBCMethodCall()
|
|
JBCMethodCall(java.lang.reflect.Method method,
java.lang.Object[] arguments,
int methodId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getMethodId()
|
int |
hashCode()
|
void |
setMethodId(int methodId)
|
| Methods inherited from class org.jgroups.blocks.MethodCall |
|---|
get, getArgs, getId, getMethod, getMode, getName, invoke, invoke, put, readExternal, setArgs, setId, setMethod, setName, toString, toStringDetails, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JBCMethodCall()
public JBCMethodCall(java.lang.reflect.Method method,
java.lang.Object[] arguments,
int methodId)
| Method Detail |
|---|
public int getMethodId()
public void setMethodId(int methodId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||