
public class WindowsVirtualMachine extends HotSpotVirtualMachine
| Modifier and Type | Method and Description |
|---|---|
void |
detach()
Detach from the virtual machine.
|
dumpHeap, executeJCmd, getAgentProperties, getSystemProperties, heapHisto, loadAgent, loadAgentLibrary, loadAgentPath, localDataDump, printFlag, remoteDataDump, setFlag, startLocalManagementAgent, startManagementAgentattach, attach, equals, hashCode, id, list, loadAgent, loadAgentLibrary, loadAgentPath, provider, toStringpublic void detach()
throws IOException
VirtualMachine After detaching from the virtual machine, any further attempt to invoke
operations on that virtual machine will cause an IOException to be thrown. If an operation (such as loadAgent for example) is in progress when this method is invoked then
the behaviour is implementation dependent. In other words, it is
implementation specific if the operation completes or throws
IOException.
If already detached from the virtual machine then invoking this method has no effect.
detach in class VirtualMachineIOException - If an I/O error occursCopyright © 2017–2018 earcam. All rights reserved.