Package com.intergral.deep.agent.tracepoint.handler
-
Interface Summary Interface Description 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.FrameProcessor.IFactory This defines a functional interface to allow for creating difference processors in the Callback. -
Class Summary Class Description Callback This type is the main entry point that is used to callback from injected code.FrameCollector This type allows the collection of frame data, ie stack frames, watchers and other tracepoint data.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.