public class RootActionImpl extends ActionImpl implements RootAction
RootAction interface.logger| Modifier and Type | Method and Description |
|---|---|
protected Action |
doLeaveAction() |
Action |
enterAction(java.lang.String actionName)
Enters a (child) Action with a specified name on this Action.
|
java.lang.String |
toString() |
close, getEndSequenceNo, getEndTime, getID, getName, getParentID, getStartSequenceNo, getStartTime, leaveAction, reportError, reportEvent, reportValue, reportValue, reportValue, traceWebRequest, traceWebRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitleaveAction, reportError, reportEvent, reportValue, reportValue, reportValue, traceWebRequest, traceWebRequestpublic Action enterAction(java.lang.String actionName)
RootAction
If the given actionName is null or an empty string,
no reporting will happen on that RootAction.
enterAction in interface RootActionactionName - name of the Actionprotected Action doLeaveAction()
doLeaveAction in class ActionImplpublic java.lang.String toString()
toString in class ActionImpl