protected static class VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.DoorResponse extends Object implements VirtualMachine.ForHotSpot.Connection.Response
| Modifier | Constructor and Description |
|---|---|
protected |
DoorResponse(VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.SolarisLibrary library,
int handle)
Creates a response from a VM using a Solaris door.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buffer)
Reads a buffer from the target VM.
|
void |
release()
Releases this response.
|
protected DoorResponse(VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.SolarisLibrary library, int handle)
library - The Solaris library to use.handle - The door handle.public int read(byte[] buffer)
read in interface VirtualMachine.ForHotSpot.Connection.Responsebuffer - The buffer to read to.-1 if no more bytes could be read.public void release()
release in interface VirtualMachine.ForHotSpot.Connection.ResponseCopyright © 2014–2019. All rights reserved.