Searched defs:moduleId (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/ |
H A D | GetHostAndPortCommand.java | 88 public String moduleId = null; field in class:GetHostAndPortCommand 145 if (moduleId == null) { 160 moduleId, target);
|
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/loader/util/ |
H A D | ASClassLoaderUtil.java | 85 * @param moduleId Module id of the module 92 (Habitat habitat, String moduleId, String deploymentLibs) { 96 "for module Id : " + moduleId); 106 addDeployParamLibrariesForModule(classpath, moduleId, deploymentLibs, habitat); 123 String moduleId, String deploymentLibs, Habitat habitat) { 124 if (moduleId.indexOf("#") != -1) { 125 moduleId = moduleId.substring(0, moduleId.indexOf("#")); 130 habitat.getComponent(ApplicationRegistry.class).get(moduleId); 91 getModuleClassPath(Habitat habitat, String moduleId, String deploymentLibs) argument 122 addDeployParamLibrariesForModule(StringBuilder sb, String moduleId, String deploymentLibs, Habitat habitat) argument [all...] |
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/ |
H A D | AbstractDeploymentFacility.java | 792 public HostAndPort getHostAndPort(String target, String moduleId, boolean securityEnabled) argument 794 return getHostAndPort(target, moduleId, null, securityEnabled); 797 private HostAndPort getHostAndPort(String target, String moduleId, argument 803 if (moduleId != null) { 804 commandParams.put("moduleId", moduleId);
|
Completed in 544 milliseconds