Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targets)
Get the available modules both running and non running
|
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targets)
Get the non running modules
|
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targets)
Get the running modules
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.