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

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DVmIdentifier.java32 * The VmIdentifier, or vmid, provides a convenient string representation
37 * a VmIdentifier string is:
43 * Java Virtual Machine on a host. The optional components of the VmIdentifier
46 * <li><p><tt>protocol</tt> - The communications protocol. A VmIdentifier
51 * host. A VmIdentifier omitting the protocol must be resolved
56 * (protocol) specific. A VmIdentifier omitting the protocol should
61 * Fragment components of the VmIdentifier are implementation
62 * (protocol) dependent. A VmIdentifier omitting the protocol should
68 * All VmIdentifier instances are constructed as absolute, hierarchical URIs.
74 * With the exception of <em>file:</em> based VmIdentifier string
128 public class VmIdentifier { class
195 public VmIdentifier(String uriString) throws URISyntaxException { method in class:VmIdentifier
224 public VmIdentifier(URI uri) throws URISyntaxException { method in class:VmIdentifier
[all...]

Completed in 30 milliseconds