public final class Kanela
extends java.lang.Object
| Constructor and Description |
|---|
Kanela() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
Entry point when the Kanela agent is attached at runtime.
|
static void |
premain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
Entry point when the Kanela agent is added with the -javaagent command line option.
|
static void |
reload()
Removes all instrumentation modules already applied by Kanela and re-scans the instrumentation class path for
modules to apply them on the current JVM.
|
static void |
reload(boolean clearRegistry)
Removes all instrumentation modules already applied by Kanela and re-scans the instrumentation class path for
modules to apply them on the current JVM.
|
static void |
start(java.lang.String arguments,
java.lang.instrument.Instrumentation instrumentation,
boolean isRuntimeAttach)
Scans the instrumentation class path for modules and installs them on the JVM.
|
public static void premain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
public static void agentmain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
public static void start(java.lang.String arguments,
java.lang.instrument.Instrumentation instrumentation,
boolean isRuntimeAttach)
public static void reload()
public static void reload(boolean clearRegistry)