public javax.enterprise.deploy.spi.status.ProgressObject | distribute(javax.enterprise.deploy.spi.Target[] targetList, com.sun.enterprise.deployment.deploy.shared.Archive moduleArchive, com.sun.enterprise.deployment.deploy.shared.Archive deploymentPlan, java.lang.Object deploymentOptions)The distribute method performs three tasks; it validates the
deployment configuration data, generates all container specific
classes and interfaces, and moves the fully baked archive to
the designated deployment targets.
|