[jboss-dev-forums] [Design of POJO Server] - Re: Deploying Ears and Wars through ProfileService

scott.stark@jboss.org do-not-reply at jboss.com
Thu Mar 6 20:21:48 EST 2008


The TargetModuleID[] should be replaced with our ManagedDeployment though, but it would have to be a future object as it cannot be built until the deployment is complete.

The addition to ManagementView could just be:

  |    /**
  |     * 
  |     * @param name phase unique name
  |     * @param phase the phase this deployment applies to
  |     * @param contentURL content for obtaining the deployment archive
  |     * @return DeploymentProgress
  |     */
  |    public DeploymentProgress addDeployment(String name, DeploymentPhase phase,
  |          URL contentURL);
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134726#4134726

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134726



More information about the jboss-dev-forums mailing list