Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.enterprise.deploy.spi.status.DeploymentStatus

Uses of DeploymentStatus in javax.enterprise.deploy.spi.status
 

Fields in javax.enterprise.deploy.spi.status declared as DeploymentStatus
private  DeploymentStatus ProgressEvent.deploymentStatus
           
 

Methods in javax.enterprise.deploy.spi.status that return DeploymentStatus
 DeploymentStatus ProgressObject.getDeploymentStatus()
          Retrieve the status of this activity.
 DeploymentStatus ProgressEvent.getDeploymentStatus()
          Retrieves the status information for this event.
 

Constructors in javax.enterprise.deploy.spi.status with parameters of type DeploymentStatus
ProgressEvent(java.lang.Object source, javax.enterprise.deploy.spi.TargetModuleID targetModuleID, DeploymentStatus sCode)
          Creates a new object representing a deployment progress event.