protected static interface ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
Modifier and Type | Interface and Description |
---|---|
static class |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForJava9CapableVm
A dispatcher for reading a process id of the current process via a process handle.
|
static class |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that cannot read the current process's id via a process handle.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor |
resolve(Class<?> virtualMachineType)
Resolves an accessor for the supplied virtual machine type.
|
ByteBuddyAgent.AttachmentProvider.Accessor resolve(Class<?> virtualMachineType)
virtualMachineType
- The virtual machine type to attach to.Copyright © 2014–2016. All rights reserved.