Class JSPMappedBreakpoint
- java.lang.Object
-
- com.intergral.deep.agent.types.TracePointConfig
-
- com.intergral.deep.agent.tracepoint.inst.jsp.JSPMappedBreakpoint
-
public class JSPMappedBreakpoint extends TracePointConfig
This is a simple wrapper of the tracepoint config with the mapped line we need to use.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.intergral.deep.agent.types.TracePointConfig
TracePointConfig.EStage
-
-
Field Summary
-
Fields inherited from class com.intergral.deep.agent.types.TracePointConfig
ALL_FRAME_TYPE, COLLECT, CONDITION, FIRE_COUNT, FIRE_PERIOD, LINE, LINE_CAPTURE, LINE_END, LINE_START, LOG_MSG, METHOD, METHOD_CAPTURE, METHOD_END, METHOD_NAME, METHOD_START, NO_COLLECT, NO_FRAME_TYPE, SINGLE_FRAME_TYPE, SNAPSHOT, SPAN, STACK, STAGE
-
-
Constructor Summary
Constructors Constructor Description JSPMappedBreakpoint(TracePointConfig tp, int mappedLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLineNo()
Get the tracepoint line number.-
Methods inherited from class com.intergral.deep.agent.types.TracePointConfig
acceptStage, canFire, fired, frameTypeOrdinal, getArg, getArgs, getCondition, getFireCount, getFrameType, getId, getMetricDefinitions, getPath, getStackType, getWatches
-
-
-
-
Constructor Detail
-
JSPMappedBreakpoint
public JSPMappedBreakpoint(TracePointConfig tp, int mappedLine)
-
-
Method Detail
-
getLineNo
public int getLineNo()
Description copied from class:TracePointConfig
Get the tracepoint line number.- Overrides:
getLineNo
in classTracePointConfig
- Returns:
- the line number
-
-