Package | Description |
---|---|
net.bytebuddy.agent |
The Byte Buddy agent allows the redefinition of classes at runtime.
|
Modifier and Type | Class and Description |
---|---|
static class |
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
A factory for attaching via a socket file.
|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory
A factory for a POSIX socket connection to a JVM using JNA.
|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory
A factory for establishing a connection to a JVM using a Solaris door in JNA.
|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory
A factory for establishing a connection to a JVM using a named pipe in JNA.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachine.ForHotSpot.Connection.Factory |
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.withDefaultTemporaryFolder(int attempts,
long pause,
TimeUnit timeUnit)
Creates a connection factory for a POSIX socket using JNA while locating the default temporary directory used on the
current platform.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachine |
VirtualMachine.ForHotSpot.attach(String processId,
VirtualMachine.ForHotSpot.Connection.Factory connectionFactory)
Attaches to the supplied process id using the supplied connection factory.
|
Copyright © 2014–2025. All rights reserved.