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...] |