public abstract class AgentClassLoaderBaseInstrumentation
extends java.lang.Object
ClassLoaderClassTransformer| Modifier | Constructor and Description |
|---|---|
protected |
AgentClassLoaderBaseInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
loadClass(java.lang.String name)
Intercept all calls to loadClass() and delegate any class loads for agent, weave or API classes to use the agent's
ClassLoader.
|
protected java.lang.Class<?> |
loadClass(java.lang.String name,
boolean resolve)
Intercept all calls to loadClass() and delegate any class loads for agent, weave or API classes to use the agent's
ClassLoader.
|
protected AgentClassLoaderBaseInstrumentation()
public java.lang.Class<?> loadClass(java.lang.String name)
name - the name of the class we are loadingprotected java.lang.Class<?> loadClass(java.lang.String name,
boolean resolve)
name - the name of the class we are loading