Searched refs:targetList (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DDeploymentManager.java84 * @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/dol/src/main/java/com/sun/enterprise/deployment/deploy/spi/
H A DDeploymentManager.java69 * @param targetList A list of server targets the user is specifying
88 public ProgressObject distribute(Target[] targetList, argument
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentManager.java185 * @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...]
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DDeployUtil.java191 List<String> targetList = new ArrayList<String> ();
193 targetList = getApplicationTarget(URLDecoder.decode(appName, "UTF-8"), ref);
197 for (String oneTarget : targetList) {
210 int numTargets = targetList.size();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListCommand.java160 List<Server> targetList = targetService.getInstances(targetName);
161 ClusterOperationUtil.replicateCommand("list", FailurePolicy.Error, FailurePolicy.Warn, targetList,
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/
H A DApplicationHandlers.java186 List<String> targetList = DeployUtil.getApplicationTarget(appName, "application-ref");
187 oneRow.put("hasAppClientLaunch", (targetList.isEmpty())? false: true);
385 List<String> targetList = DeployUtil.getApplicationTarget(appName, "application-ref");
386 for(String target : targetList) {
562 List<String> targetList = DeployUtil.getApplicationTarget(appName, "application-ref");
566 for(String oneTarget : targetList){
659 List<String> targetList = DeployUtil.getApplicationTarget(appID, "application-ref");
660 for(String target : targetList) {
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DFileUtils.java720 List targetList = null;
723 targetList = new ArrayList();
729 targetList.addAll(searchDir(list[i], ext));
733 targetList.add(list[i]);
739 return targetList;

Completed in 28 milliseconds