Uses of Interface
net.bytebuddy.agent.VirtualMachine
Packages that use VirtualMachine
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of VirtualMachine in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachineModifier and TypeClassDescriptionstatic class
An abstract base implementation for a virtual machine.static class
A virtual machine attachment implementation for a HotSpot VM or any compatible JVM.static class
A virtual machine attachment implementation for OpenJ9 or any compatible JVM.Methods in net.bytebuddy.agent that return VirtualMachineModifier and TypeMethodDescriptionstatic VirtualMachine
Attaches to the supplied process id using the default JNA implementation.static VirtualMachine
VirtualMachine.ForHotSpot.attach
(String processId, VirtualMachine.ForHotSpot.Connection.Factory connectionFactory) Attaches to the supplied process id using the supplied connection factory.static VirtualMachine
Attaches to the supplied process id using the default JNA implementation.static VirtualMachine
VirtualMachine.ForOpenJ9.attach
(String processId, int timeout, VirtualMachine.ForOpenJ9.Dispatcher dispatcher) Attaches to the supplied process id.Methods in net.bytebuddy.agent that return types with arguments of type VirtualMachine