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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java356 String connectionName = getConnectionName();
449 String timerName = "Timer-" + getConnectionName();
469 msgExplanation = Resources.format(Messages.CONNECTING_TO2, getConnectionName());
473 msgExplanation = Resources.format(Messages.CONNECTION_INSECURE2, getConnectionName());
477 msgExplanation = Resources.format(Messages.CONNECTION_FAILED2, getConnectionName());
627 public String getConnectionName() { method in class:VMPanel
H A DProxyClient.java111 this.connectionName = getConnectionName(hostName, port, userName);
134 this.connectionName = getConnectionName(url, userName);
141 this.connectionName = getConnectionName(lvm);
435 public static String getConnectionName(LocalVirtualMachine lvm) { method in class:ProxyClient
458 public static String getConnectionName(String url, method in class:ProxyClient
489 public static String getConnectionName(String hostName, int port, method in class:ProxyClient

Completed in 33 milliseconds