Searched defs:VMOption (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DVMOption.java34 * {@link VMOption.Origin <i>origin</i>}.
45 * A <tt>VMOption</tt> contains the value of a VM option
46 * and the origin of that value at the time this <tt>VMOption</tt>
48 * may be changed after the <tt>VMOption</tt> object was constructed,
55 public class VMOption { class
104 * Constructs a <tt>VMOption</tt>.
114 public VMOption(String name, String value, boolean writeable, Origin origin) { method in class:VMOption
122 * Constructs a <tt>VMOption</tt> object from a
125 private VMOption(CompositeData cd) { method in class:VMOption
146 * this <tt>VMOption</t
[all...]

Completed in 771 milliseconds