public class TracingAgent extends Object
| Constructor and Description |
|---|
TracingAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation inst) |
static void |
premain(String agentArgs,
Instrumentation inst) |
public static void premain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void agentmain(String agentArgs, Instrumentation inst) throws Exception
Exception