public class RootActionImpl extends BaseActionImpl implements RootAction
RootAction interface.| Modifier and Type | Method and Description |
|---|---|
Action |
enterAction(java.lang.String actionName)
Enters a (child) Action with a specified name on this Action.
|
protected Action |
getParentAction()
Get the parent Action, which might be
null in case the parent does not implement Action. |
java.lang.String |
toString() |
close, getActionID, 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 getParentAction()
BaseActionImplnull in case the parent does not implement Action.getParentAction in class BaseActionImplnull if parent does not implement Action.public java.lang.String toString()
toString in class java.lang.Object