コード例 #1
0
ファイル: ProxyClient.java プロジェクト: summerpulse/openjdk7
 private void setParameters(JMXServiceURL url, String userName, String password) {
   this.jmxUrl = url;
   this.hostName = jmxUrl.getHost();
   this.port = jmxUrl.getPort();
   this.userName = userName;
   this.password = password;
 }