Searched defs:targetList (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/deploy/spi/ |
H A D | DeploymentManager.java | 69 * @param targetList A list of server targets the user is specifying 88 public ProgressObject distribute(Target[] targetList, argument
|
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/ |
H A D | DeploymentManager.java | 84 * @param targetList A list of deployment Target designators 98 Target[] targetList) throws TargetException, 109 * @param targetList A list of deployment Target designators 123 Target[] targetList) throws TargetException, 133 * @param targetList A list of deployment Target designators 147 Target[] targetList) throws TargetException, 170 * @param targetList A list of server targets the user is specifying 183 public ProgressObject distribute(Target[] targetList, argument 193 * @param targetList A list of server targets the user is specifying 207 public ProgressObject distribute(Target[] targetList, argument 97 getRunningModules(ModuleType moduleType, Target[] targetList) argument 122 getNonRunningModules(ModuleType moduleType, Target[] targetList) argument 146 getAvailableModules(ModuleType moduleType, Target[] targetList) argument 232 distribute(Target[] targetList, ModuleType type, InputStream moduleArchive, InputStream deploymentPlan) argument [all...] |
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/ |
H A D | SunDeploymentManager.java | 185 * @param targetList A list of deployment Target designators 199 Target[] targetList) throws TargetException, IllegalStateException { 201 return getModules(moduleType, targetList, DFDeploymentProperties.RUNNING); 212 * @param targetList A list of deployment Target designators 226 Target[] targetList) throws TargetException, IllegalStateException { 227 return getModules(moduleType, targetList, DFDeploymentProperties.NON_RUNNING); 237 * @param targetList A list of deployment Target designators 251 Target[] targetList) throws TargetException, 254 return getModules(moduleType, targetList, DFDeploymentProperties.ALL); 291 private TargetModuleID[] getModules(ModuleType moduleType, Target[] targetList, Strin argument 198 getRunningModules(ModuleType moduleType, Target[] targetList) argument 225 getNonRunningModules(ModuleType moduleType, Target[] targetList) argument 250 getAvailableModules(ModuleType moduleType, Target[] targetList) argument 491 distribute(Target[] targetList, File moduleArchive, File deploymentPlan) argument 517 distribute(Target[] targetList, InputStream moduleArchive, InputStream deploymentPlan) argument 545 distribute(Target[] targetList, ModuleType type, InputStream moduleArchive, InputStream deploymentPlan) argument 945 deploy(Target[] targetList, InputStream moduleStream, InputStream deploymentPlanStream, Properties presetOptions) argument 984 deploy(Target[] targetList, File moduleArchive, File deploymentPlan, Properties presetOptions) argument 1034 deploy(Target[] targetList, ReadableArchive moduleArchive, ReadableArchive planArchive, Properties presetOptions) argument 1274 distribute(Target[] targetList, Archive moduleArchive, Archive deploymentPlan, Object deploymentOptions) argument [all...] |
Completed in 30 milliseconds