public class Agent extends Object
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation instrumentation) |
static String |
getAgentArgs() |
static Instrumentation |
getInstrumentation()
Gets the instrumentation instance.
|
static void |
premain(String agentArgs,
Instrumentation instrumentation) |
public static void premain(String agentArgs, Instrumentation instrumentation)
public static void agentmain(String agentArgs, Instrumentation instrumentation)
public static String getAgentArgs()
public static Instrumentation getInstrumentation()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.