|
||||||||||
| 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.SerializationUtilparameters - Parameters to the method call, may be empty but not null| Method Detail |
|---|
public int getMethod()
com.tc.object.SerializationUtilpublic java.lang.Object[] getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||