Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides Jakarta EE Product Vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of all Jakarta EE application modules running
or not running on the identified targets.
|
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of Jakarta EE application modules distributed
to the identified targets and that are currently not
running on the associated server or servers.
|
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of Jakarta EE application modules distributed
to the identified targets and that are currently running
on the associated server or servers.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.