ReplicableCommand
instances. Will be removed in 3.X.@Deprecated public class MethodCall extends org.jgroups.blocks.MethodCall
Modifier | Constructor and Description |
---|---|
|
MethodCall()
Deprecated.
|
protected |
MethodCall(Method method,
int methodIdInteger,
Object... arguments)
Deprecated.
|
protected |
MethodCall(Method method,
Object... arguments)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
short |
getId()
Deprecated.
|
int |
getMethodId()
Deprecated.
|
boolean |
isOnePhaseCommitPrepareMehod()
Deprecated.
This only works for prepare() and optimisticPrepare() method calls.
|
void |
setMethodId(int id)
Deprecated.
|
String |
toString()
Deprecated.
|
public boolean isOnePhaseCommitPrepareMehod()
public void setMethodId(int id)
public int getMethodId()
public short getId()
getId
in class org.jgroups.blocks.MethodCall
public String toString()
toString
in class org.jgroups.blocks.MethodCall
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.