Java Doc for LogicalAction.java in » Net » Terracotta » com » tc » object » dna » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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 .
public LogicalAction(int method, Object[] parameters)(Code)
Construct a logical action with the method identifier and parameter values
Parameters: method - Method identifier, as defined in com.tc.object.SerializationUtil Parameters: parameters - Parameters to the method call, may be empty but not null