Spec-Zone .ru
спецификации, руководства, описания, API

Monitoring and Management Interface for the Java Platform

Uses of Class
com.sun.management.VMOption

Uses of VMOption in com.sun.management
 

Methods in com.sun.management that return VMOption
static VMOption VMOption.from(CompositeData cd)
          Returns a VMOption object represented by the given CompositeData.
 VMOption HotSpotDiagnosticMXBean.getVMOption(String name)
          Returns a VMOption object for a VM option of the given name.
 

Methods in com.sun.management that return types with arguments of type VMOption
 List<VMOption> HotSpotDiagnosticMXBean.getDiagnosticOptions()
          Returns a list of VMOption objects for all diagnostic options.
 


Monitoring and Management Interface for the Java Platform