|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.attach.VirtualMachine
sun.tools.attach.HotSpotVirtualMachine
sun.tools.attach.WindowsVirtualMachine
public final class WindowsVirtualMachine
Constructor Summary | |
---|---|
WindowsVirtualMachine(AttachProvider provider,
java.lang.String id)
|
Method Summary | |
---|---|
void |
detach()
Detach from the virtual machine. |
Methods inherited from class sun.tools.attach.HotSpotVirtualMachine |
---|
dumpHeap, getAgentProperties, getSystemProperties, heapHisto, loadAgent, loadAgentLibrary, loadAgentPath, localDataDump, printFlag, remoteDataDump, setFlag |
Methods inherited from class com.sun.tools.attach.VirtualMachine |
---|
attach, attach, equals, hashCode, id, list, loadAgent, loadAgentLibrary, loadAgentPath, provider, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WindowsVirtualMachine(AttachProvider provider, java.lang.String id) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void detach() throws java.io.IOException
VirtualMachine
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 VirtualMachine
java.io.IOException
- If an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |