added action field to let application code know the name of

the action being executed.
This commit is contained in:
hns 2001-12-07 12:37:34 +00:00
parent 24b8f34382
commit 2574442456

View file

@ -28,6 +28,9 @@ public class RequestTrans implements Externalizable {
// when was execution started on this request?
public transient long startTime;
// the name of the action being invoked
public transient String action;
static final long serialVersionUID = 5398880083482000580L;
/**