org.gridkit.lab.jvm.attach
Interface JavaProcessDetails
public interface JavaProcessDetails
- Author:
- Alexey Ragozin ([email protected])
getPid
long getPid()
getDescription
String getDescription()
getJavaProcId
JavaProcessId getJavaProcId()
getSystemProperties
Properties getSystemProperties()
getAgentProperties
Properties getAgentProperties()
getVmFlag
String getVmFlag(String flag)
jcmd
void jcmd(String command,
Appendable output)
sendAttachCommand
void sendAttachCommand(String command,
Object[] args,
OutputStream output,
long timeoutMS)
getMBeans
MBeanServerConnection getMBeans()
Copyright © 2019. All Rights Reserved.