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