Uses of Class
com.sun.management.VMOption
| Package | Description | 
|---|---|
| com.sun.management | This package contains the JDK's extension to
 the standard implementation of the
  java.lang.managementAPI and also defines the management
 interface for some other components of the platform. | 
- 
Uses of VMOption in com.sun.managementMethods in com.sun.management that return VMOption Modifier and Type Method Description static VMOptionVMOption. from(CompositeData cd)Returns aVMOptionobject represented by the givenCompositeData.VMOptionHotSpotDiagnosticMXBean. getVMOption(String name)Returns aVMOptionobject for a VM option of the given name.Methods in com.sun.management that return types with arguments of type VMOption Modifier and Type Method Description List<VMOption>HotSpotDiagnosticMXBean. getDiagnosticOptions()Returns a list ofVMOptionobjects for all diagnostic options.