| Home >> All >> javax >> enterprise >> deploy >> spi >> [ status Javadoc ] |
javax.enterprise.deploy.spi.status: Javadoc index of package javax.enterprise.deploy.spi.status.
Package Samples:
javax.enterprise.deploy.spi.status
Classes:
ProgressObject: The ProgressObject interface tracks and reports the progress of the deployment activities: distribute, start, stop, undeploy. This class has an optional cancel method. The support of the cancel function can be tested by the isCancelSupported method. The ProgressObject structure allows the user the option of polling for status or to provide a callback.
ClientConfiguration: The ClientConfiguration object installs, configures and executes an Application Client. This class resolves the settings for installing and running the application client.
DeploymentStatus: The DeploymentStatus interface provides information about the progress of a deployment action.
ProgressEvent: An event which indicates that a deployment status change has occurred.
ProgressListener: The listener interface for receiving deployment progress events.
| Home | Contact Us | Privacy Policy | Terms of Service |