Searched refs:setWebURL (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); method in interface:TargetOwner
H A DAbstractDeploymentFacility.java1109 public void setWebURL(TargetModuleID tmid, String webURL) { method in class:AbstractDeploymentFacility
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DTargetModuleIDImpl.java132 public void setWebURL(String webURL) { method in class:TargetModuleIDImpl
133 target.getOwner().setWebURL(this, webURL);
H A DSunDeploymentManager.java415 childTmid.setWebURL(webURL.toExternalForm());
443 ((TargetModuleIDImpl)tmid).setWebURL(webURL.toExternalForm());

Completed in 27 milliseconds