added action field to let application code know the name of
the action being executed.
This commit is contained in:
parent
24b8f34382
commit
2574442456
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue