Searched refs:webURL (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DTargetOwner.java93 public void setWebURL(TargetModuleID tmid, String webURL); argument
H A DAbstractDeploymentFacility.java1109 public void setWebURL(TargetModuleID tmid, String webURL) { argument
1110 targetModuleWebURLs.put(tmid.getModuleID(), webURL);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DTargetModuleIDImpl.java130 * @param the webURL
132 public void setWebURL(String webURL) { argument
133 target.getOwner().setWebURL(this, webURL);
H A DSunDeploymentManager.java413 URL webURL = new URL("http", hostAndPort.getHost(),
415 childTmid.setWebURL(webURL.toExternalForm());
441 URL webURL = new URL("http", webHost.getHost(), webHost.getPort(), path); //NOI18N
443 ((TargetModuleIDImpl)tmid).setWebURL(webURL.toExternalForm());

Completed in 19 milliseconds