org.gridkit.lab.jvm.attach
Interface JavaProcessDetails


public interface JavaProcessDetails

Author:
Alexey Ragozin ([email protected])

Method Summary
 Properties getAgentProperties()
           
 String getDescription()
           
 JavaProcessId getJavaProcId()
           
 MBeanServerConnection getMBeans()
           
 long getPid()
           
 Properties getSystemProperties()
           
 String getVmFlag(String flag)
           
 

Method Detail

getPid

long getPid()

getDescription

String getDescription()

getJavaProcId

JavaProcessId getJavaProcId()

getSystemProperties

Properties getSystemProperties()

getAgentProperties

Properties getAgentProperties()

getVmFlag

String getVmFlag(String flag)

getMBeans

MBeanServerConnection getMBeans()


Copyright © 2018. All Rights Reserved.