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)
           
 void jcmd(String command, Appendable output)
           
 void sendAttachCommand(String command, Object[] args, OutputStream output, long timeoutMS)
           
 

Method Detail

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.