|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentProgress
An interface for tracking the progress of a deployment upload to a profile via the profile service DeploymentManager spi.
Method Summary | |
---|---|
void |
addProgressListener(ProgressListener listener)
Add a progress listener |
void |
cancel()
Cancels the deployment |
DeploymentID |
getDeploymentID()
Get the identifier for the deployment the progress applies to |
DeploymentStatus |
getDeploymentStatus()
Retrieve the status of the deployment |
List<DeploymentTarget> |
getDeploymentTargets()
Retrieve the list of targets the deployment is distributed to |
void |
removeProgressListener(ProgressListener listener)
Remove a progress listener |
void |
run()
Begins the deployment command |
Method Detail |
---|
DeploymentStatus getDeploymentStatus()
DeploymentID getDeploymentID()
List<DeploymentTarget> getDeploymentTargets()
void run()
void cancel()
void addProgressListener(ProgressListener listener)
listener
- the listenervoid removeProgressListener(ProgressListener listener)
listener
- the listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |