public class JVM extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
connect() |
String |
getDesc() |
String |
getPid() |
Properties |
getSystemProperties() |
com.sun.tools.attach.VirtualMachine |
getVM() |
boolean |
isConnected() |
public JVM(String pid)
public boolean isConnected()
public String getPid()
public boolean connect()
throws com.sun.tools.attach.AttachNotSupportedException,
IOException
com.sun.tools.attach.AttachNotSupportedExceptionIOExceptionpublic void close()
public Properties getSystemProperties() throws IOException
IOExceptionpublic com.sun.tools.attach.VirtualMachine getVM()
public String getDesc()
Copyright © 2021. All rights reserved.