Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForOpenJ9.Dispatcher
Packages that use VirtualMachine.ForOpenJ9.Dispatcher
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of VirtualMachine.ForOpenJ9.Dispatcher in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine.ForOpenJ9.DispatcherModifier and TypeClassDescriptionstatic class
A connector implementation for a POSIX environment using JNA.static class
A connector implementation for a Windows environment using JNA.Methods in net.bytebuddy.agent with parameters of type VirtualMachine.ForOpenJ9.DispatcherModifier and TypeMethodDescriptionstatic VirtualMachine
VirtualMachine.ForOpenJ9.attach
(String processId, int timeout, VirtualMachine.ForOpenJ9.Dispatcher dispatcher) Attaches to the supplied process id.