Searched refs:HostIdentifier (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitoredHost.java45 * @see HostIdentifier
51 private static Map<HostIdentifier, MonitoredHost> monitoredHosts =
52 new HashMap<HostIdentifier, MonitoredHost>();
59 * this mechanism is used, the HostIdentifier scheme name, which
61 * the protocol specific package. However, the HostIdentifier is
113 * The HostIdentifier for this MonitoredHost instance.
115 protected HostIdentifier hostId;
131 * @param hostIdString a String representation of a {@link HostIdentifier}
142 HostIdentifier hostId = new HostIdentifier(hostIdStrin
[all...]
H A DHostIdentifier.java32 * protocol. The HostIdentifier, or hostid, provides a convenient string
36 * for a target host. The format for a HostIdentifier string is:
43 * HostIdentifier are:
65 * Fragment components of the HostIdentifier are implementation
76 * All HostIdentifier objects are represented as absolute, hierarchical URIs.
79 * HostIdentifier differs from a URI in that certain contractions and
81 * valid HostIdentifier strings:
101 public class HostIdentifier { class
188 * Create a HostIdentifier instance from a string value.
200 public HostIdentifier(Strin method in class:HostIdentifier
219 public HostIdentifier(String scheme, String authority, String path, method in class:HostIdentifier
235 public HostIdentifier(VmIdentifier vmid) { method in class:HostIdentifier
[all...]
H A DVmIdentifier.java47 * omitting the protocol must be resolved against a HostIdentifier
48 * using {@link HostIdentifier#resolve}.
52 * against a HostIdentifier using {@link HostIdentifier#resolve}.
57 * be resolved against a HostIdentifier using
58 * {@link HostIdentifier#resolve}.
63 * be resolved against a HostIdentifier using
64 * {@link HostIdentifier#resolve}.
88 * HostIdentifier.
95 * a HostIdentifier
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jps/
H A DArguments.java52 private HostIdentifier hostId;
117 hostId = new HostIdentifier(hostname);
163 public HostIdentifier hostId() {
H A DJps.java57 HostIdentifier hostId = arguments.hostId();
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DMonitoredHostProvider.java49 * Create a MonitoredHostProvider instance using the given HostIdentifier.
53 public MonitoredHostProvider(HostIdentifier hostId) {
/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotAttachProvider.java40 import sun.jvmstat.monitor.HostIdentifier;
80 host = MonitoredHost.getMonitoredHost(new HostIdentifier((String)null));
/openjdk7/jdk/test/sun/jvmstat/monitor/VmIdentifier/
H A DVmIdentifierCreateResolve.java268 } else if (qName.compareTo("HostIdentifier") == 0) {
376 HostIdentifier test_hostid = null;
386 System.out.println("creating HostIdentifier");
390 test_hostid = new HostIdentifier(hostid);
392 test_hostid = new HostIdentifier(test_vmid);
414 System.out.println("comparing HostIdentifier result");
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java41 import sun.jvmstat.monitor.HostIdentifier;
135 host = MonitoredHost.getMonitoredHost(new HostIdentifier((String)null));
/openjdk7/jdk/test/sun/jvmstat/monitor/HostIdentifier/
H A DHostIdentifierCreate.java27 * @summary test that HostIdentifier objects get created as expected
247 } else if (qName.compareTo("HostIdentifier") == 0) {
310 "HostIdentifier not initialized");
313 HostIdentifier test_hostid = new HostIdentifier(hostid);
318 System.out.println("comparing HostIdentifier result");
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DMonitoredHostProvider.java50 * Create a MonitoredHostProvider instance using the given HostIdentifier.
54 public MonitoredHostProvider(HostIdentifier hostId) {
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DMonitoredHostProvider.java57 * Create a MonitoredHostProvider instance using the given HostIdentifier.
63 public MonitoredHostProvider(HostIdentifier hostId)

Completed in 40 milliseconds