- See Also:
- Top Examples, Source Code
public DeploymentConfiguration createConfiguration(DeployableObject dObj)
throws InvalidModuleException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject distribute(Target[] targetList,
File moduleArchive,
File deploymentPlan)
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject distribute(Target[] targetList,
InputStream moduleArchive,
InputStream deploymentPlan)
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TargetModuleID[] getAvailableModules(ModuleType moduleType,
Target[] targetList)
throws TargetException,
IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Locale getCurrentLocale()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DConfigBeanVersionType getDConfigBeanVersion()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Locale getDefaultLocale()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TargetModuleID[] getNonRunningModules(ModuleType moduleType,
Target[] targetList)
throws TargetException,
IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TargetModuleID[] getRunningModules(ModuleType moduleType,
Target[] targetList)
throws TargetException,
IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Locale[] getSupportedLocales()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Target[] getTargets()
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isDConfigBeanVersionSupported(DConfigBeanVersionType version)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isLocaleSupported(Locale locale)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isRedeploySupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject redeploy(TargetModuleID[] moduleIDList,
File moduleArchive,
File deploymentPlan)
throws UnsupportedOperationException,
IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject redeploy(TargetModuleID[] moduleIDList,
InputStream moduleArchive,
InputStream deploymentPlan)
throws UnsupportedOperationException,
IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void release()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDConfigBeanVersion(DConfigBeanVersionType version)
throws DConfigBeanVersionUnsupportedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLocale(Locale locale)
throws UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject start(TargetModuleID[] moduleIDList)
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject stop(TargetModuleID[] moduleIDList)
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProgressObject undeploy(TargetModuleID[] moduleIDList)
throws IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples