The Deployment Service enables you to deploy and un-deploy:
JBI Service Assemblies
Java EE artifacts, such as enterprise archives (EAR files), EJB modules, web archives (WAR files), and Java EE connectors, application clients, etc.
|
API Method Name |
Description |
|---|---|
|
deployServiceAssembly |
Deploys the service assembly. |
|
deployServiceAssemblyFromDomain |
Deploys the service assembly from the domain target. |
|
undeployServiceAssembly |
Undeploys the service assembly. |
|
deployJavaEEComponent |
Deploys a component to the given array of targets which can be domains, clusters, or standalone instances. Since there are restrictions around how clusters and standalone instances share deployments, the component bits are deployed only to the first target in the list and then application references are created for the rest of the targets in the array specified. |
|
undeployJavaEEComponent |
Undeploys a component to the given array of targets which can be domains, clusters, or standalone instances. Since there are restrictions around how clusters and standalone instances share deployments, the application references are removed for all the targets except for the first one in the array. After this, the component bits are undeployed from the first target in the array. |