static void |
ByteBuddyAgent.attach(java.io.File agentJar,
java.lang.String processId,
java.lang.String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(java.io.File agentJar,
java.lang.String processId,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(java.io.File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(java.io.File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(java.io.File agentLibrary,
java.lang.String processId,
java.lang.String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(java.io.File agentLibrary,
java.lang.String processId,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(java.io.File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(java.io.File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static java.lang.instrument.Instrumentation |
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Installs an agent on the currently running Java virtual machine using the supplied
attachment provider.
|
private static void |
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider,
java.lang.String processId,
java.lang.String argument,
ByteBuddyAgent.AgentProvider agentProvider,
boolean isNative) |
Installs a Java agent on a target VM.
|
static java.lang.instrument.Instrumentation |
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider,
ByteBuddyAgent.ProcessProvider processProvider) |
Installs an agent on the currently running Java virtual machine using the supplied
attachment provider and process provider.
|