GenerateWrapper and implement
InstrumentableNode.createWrapper(ProbeNode) instead.@Deprecated public static interface InstrumentableFactory.WrapperNode
Instrumentable guest language nodes and their parents) for the purpose of interposing
on execution events and reporting them via the instrumentation framework.InstrumentableFactory.createWrapper(Node, ProbeNode)| Modifier and Type | Method and Description |
|---|---|
Node |
getDelegateNode()
Deprecated.
The
Instrumentable guest language node, adopted as a child, whose execution
events the wrapper reports to the instrumentation framework. |
ProbeNode |
getProbeNode()
Deprecated.
A child of the wrapper, through which the wrapper reports execution events related to the
guest language delegate node.
|
Node getDelegateNode()
Instrumentable guest language node, adopted as a child, whose execution
events the wrapper reports to the instrumentation framework.ProbeNode getProbeNode()