Uses of Package
com.intergral.deep.agent.tracepoint.handler
-
Packages that use com.intergral.deep.agent.tracepoint.handler Package Description com.intergral.deep.agent.tracepoint.cf com.intergral.deep.agent.tracepoint.handler -
Classes in com.intergral.deep.agent.tracepoint.handler used by com.intergral.deep.agent.tracepoint.cf Class Description FrameCollector This type allows the collection of frame data, ie stack frames, watchers and other tracepoint data.FrameProcessor This type deals with matching tracepoints to the current state and working out if we can collect the data.VariableProcessor This type deals with processing the variables. -
Classes in com.intergral.deep.agent.tracepoint.handler used by com.intergral.deep.agent.tracepoint.handler Class Description FrameCollector This type allows the collection of frame data, ie stack frames, watchers and other tracepoint data.FrameCollector.IExpressionResult The result of evaluating an expression.FrameCollector.IFrameResult The result of processing the frames.FrameCollector.ILogProcessResult The result of processing the tracepoint log message.FrameConfig This config holds the general config to use when processing a callback.FrameProcessor This type deals with matching tracepoints to the current state and working out if we can collect the data.VariableProcessor This type deals with processing the variables.VariableProcessor.VariableResponse This type is essentially a way to return theVariableID
and to indicate if we need to process the children of this variable.