|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tc.object.dna.api.LogicalAction
public class LogicalAction
A logical action representing a method invocation to be replayed elsewhere. The method
signatures can only come from a limited set, which are defined in com.tc.object.SerializationUtil
.
Constructor Summary | |
---|---|
LogicalAction(int method,
java.lang.Object[] parameters)
Construct a logical action with the method identifier and parameter values |
Method Summary | |
---|---|
int |
getMethod()
Get method identifier |
java.lang.Object[] |
getParameters()
Get parameter values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogicalAction(int method, java.lang.Object[] parameters)
method
- Method identifier, as defined in com.tc.object.SerializationUtil
parameters
- Parameters to the method call, may be empty but not nullMethod Detail |
---|
public int getMethod()
com.tc.object.SerializationUtil
public java.lang.Object[] getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |