public abstract class DFProgressObject extends Object implements javax.enterprise.deploy.spi.status.ProgressObject
| Constructor and Description |
|---|
DFProgressObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract DFDeploymentStatus |
getCompletedStatus()
Once the progress object has reached a completed or
failed state, this API will permit to retrieve the
final status information for the deployment
|
DFDeploymentStatus |
waitFor()
Waits for the operation which this progress object is monitoring to
complete.
|
public abstract DFDeploymentStatus getCompletedStatus()
public DFDeploymentStatus waitFor()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.