Method Summary |
|
public DeploymentConfiguration | createConfiguration(DeployableObject dObj) Returns a configuration for the deployable object. |
public ProgressObject | distribute(Target[] targetList, File archive, File deploymentPlan) Deploys the object. |
public ProgressObject | distribute(Target[] targetList, InputStream archive, InputStream deploymentPlan) Deploys the object. |
public ProgressObject | distribute(Target[] targetList, ModuleType type, InputStream archive, InputStream deploymentPlan) Deploys the object. |
public TargetModuleID[] | getAvailableModules(ModuleType moduleType, Target[] targetList) Returns all available modules. |
public Locale | getCurrentLocale() Returns the current locale. |
public DConfigBeanVersionType | getDConfigBeanVersion() Returns the bean's J2EE version. |
public Locale | getDefaultLocale() Returns the default locale. |
public TargetModuleID[] | getNonRunningModules(ModuleType moduleType, Target[] targetList) Returns the current non-running modules. |
public TargetModuleID[] | getRunningModules(ModuleType moduleType, Target[] targetList) Returns the current running modules. |
public Locale[] | getSupportedLocales() Returns the supported locales. |
public Target[] | getTargets() Returns the targets supported by the manager. |
public boolean | isDConfigBeanVersionSupported(DConfigBeanVersionType version) Returns true if the given version is supported. |
public boolean | isLocaleSupported(Locale locale) Returns true if the locale is supported. |
public boolean | isRedeploySupported() Returns true if the redeploy is supported. |
public ProgressObject | redeploy(TargetModuleID[] targetList, File archive, File deploymentPlan) Redeploys the object. |
public ProgressObject | redeploy(TargetModuleID[] targetList, InputStream archive, InputStream deploymentPlan) Redeploys the object. |
public void | release() Frees any resources. |
public void | setDConfigBeanVersionSupported(DConfigBeanVersionType version) Sets true if the given version is supported. |
public void | setLocale(Locale locale) Sets the default locale. |
public ProgressObject | start(TargetModuleID[] moduleIDList) Starts the modules. |
public ProgressObject | stop(TargetModuleID[] moduleIDList) Stops the modules. |
public ProgressObject | undeploy(TargetModuleID[] moduleIDList) Undeploys the modules. |