public class Agent
extends java.lang.Object
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(java.lang.String options,
java.lang.instrument.Instrumentation instrumentation) |
static java.lang.instrument.Instrumentation |
getInstrumentation()
Returns the Instrumentation system level instance
|
static void |
premain(java.lang.String options,
java.lang.instrument.Instrumentation instrumentation)
JSR-163 preMain Agent entry method
|
public static void premain(java.lang.String options,
java.lang.instrument.Instrumentation instrumentation)
options - instrumentation - public static void agentmain(java.lang.String options,
java.lang.instrument.Instrumentation instrumentation)
public static java.lang.instrument.Instrumentation getInstrumentation()