Uses of Interface
net.bytebuddy.agent.VirtualMachine
-
Packages that use VirtualMachine Package Description net.bytebuddy.agent 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 VirtualMachine Modifier and Type Class Description static classVirtualMachine.AbstractBaseAn abstract base implementation for a virtual machine.static classVirtualMachine.ForHotSpotA virtual machine attachment implementation for a HotSpot VM or any compatible JVM.static classVirtualMachine.ForOpenJ9A virtual machine attachment implementation for OpenJ9 or any compatible JVM.Methods in net.bytebuddy.agent that return VirtualMachine Modifier and Type Method Description static VirtualMachineVirtualMachine.ForHotSpot. attach(java.lang.String processId, VirtualMachine.ForHotSpot.Connection.Factory connectionFactory)Attaches to the supplied process id using the supplied connection factory.static VirtualMachineVirtualMachine.ForOpenJ9. attach(java.lang.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 Modifier and Type Method Description java.lang.Class<? extends VirtualMachine>VirtualMachine.Resolver. run()
-