Class LeafActionImpl
- java.lang.Object
-
- com.dynatrace.openkit.core.objects.OpenKitComposite
-
- com.dynatrace.openkit.core.objects.BaseActionImpl
-
- com.dynatrace.openkit.core.objects.LeafActionImpl
-
- All Implemented Interfaces:
Action,CancelableOpenKitObject,OpenKitObject,java.io.Closeable,java.lang.AutoCloseable
public class LeafActionImpl extends BaseActionImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActiongetParentAction()Get the parent Action, which might benullin case the parent does not implementAction.java.lang.StringtoString()-
Methods inherited from class com.dynatrace.openkit.core.objects.BaseActionImpl
cancel, cancelAction, close, getActionID, getDurationInMilliseconds, getEndSequenceNo, getEndTime, getID, getName, getParentID, getStartSequenceNo, getStartTime, leaveAction, reportError, reportError, reportError, reportEvent, reportValue, reportValue, reportValue, reportValue, traceWebRequest, traceWebRequest
-
-
-
-
Method Detail
-
getParentAction
protected Action getParentAction()
Description copied from class:BaseActionImplGet the parent Action, which might benullin case the parent does not implementAction.- Specified by:
getParentActionin classBaseActionImpl- Returns:
- The parent action object, or
nullif parent does not implementAction.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-