@Deprecated public class InstrumentationRuntimeFactory extends Object
| Constructor and Description |
|---|
InstrumentationRuntimeFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation instrumentation)
Deprecated.
This method is called by the JVM to set the instrumentation.
|
static Instrumentation |
getInstrumentation()
Deprecated.
This method returns the Instrumentation object provided by the JVM.
|
public static void agentmain(String agentArgs, Instrumentation instrumentation)
agentArgs - instrumentation - public static Instrumentation getInstrumentation()
Copyright © 2022. All rights reserved.