Home » jboss-javaee-sources » javax.enterprise.deploy » spi » status » [javadoc | source]
javax.enterprise.deploy.spi.status
public interface: ProgressObject [javadoc | source] Tracks the progress of a deployment
Method from javax.enterprise.deploy.spi.status.ProgressObject Summary:
addProgressListener,   cancel,   getClientConfiguration,   getDeploymentStatus,   getResultTargetModuleIDs,   isCancelSupported,   isStopSupported,   removeProgressListener,   stop
Method from javax.enterprise.deploy.spi.status.ProgressObject Detail:
 public  void addProgressListener(ProgressListener listener)
    Add a progress listener
 public  void cancel() throws OperationUnsupportedException
    Cancels the deployment
 public ClientConfiguration getClientConfiguration(TargetModuleID id)
    Return the client configuration associated with the module
 public DeploymentStatus getDeploymentStatus()
    Retrieve the status of the deployment
 public TargetModuleID[] getResultTargetModuleIDs()
    Retrieve the resulting target module ids
 public boolean isCancelSupported()
    Is cancel supported
 public boolean isStopSupported()
    Is stop supported
 public  void removeProgressListener(ProgressListener listener)
    Remove a progress listener
 public  void stop() throws OperationUnsupportedException
    Stops the deployment