Uses of Class
com.sun.management.VMOption
Packages that use VMOption
包
描述
This package contains the JDK's extension to
the standard implementation of the
java.lang.management API and also defines the management
interface for some other components of the platform.-
Uses of VMOption in com.sun.management
Methods in com.sun.management that return VMOption修饰符和类方法描述static VMOptionVMOption.from(CompositeData cd) Returns aVMOptionobject represented by the givenCompositeData.HotSpotDiagnosticMXBean.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修饰符和类方法描述HotSpotDiagnosticMXBean.getDiagnosticOptions()Returns a list ofVMOptionobjects for all diagnostic options.