FileDocCategorySizeDatePackage
DeploymentStatus.javaAPI DocGlassfish v2 API3443Fri May 04 22:35:52 BST 2007javax.enterprise.deploy.spi.status

DeploymentStatus

public interface DeploymentStatus
The DeploymentStatus interface provides information about the progress status of a deployment action.

Fields Summary
Constructors Summary
Methods Summary
public javax.enterprise.deploy.shared.ActionTypegetAction()
Retrieve the deployment ActionType for this event.

return
the ActionType Object

public javax.enterprise.deploy.shared.CommandTypegetCommand()
Retrieve the deployment CommandType of this event.

return
the CommandType Object

public java.lang.StringgetMessage()
Retrieve any additional information about the status of this event.

return
message text

public javax.enterprise.deploy.shared.StateTypegetState()
Retrieve the StateType value.

return
the StateType object

public booleanisCompleted()
A convience method to report if the operation is in the completed state.

return
true if this command has completed successfully

public booleanisFailed()
A convience method to report if the operation is in the failed state.

return
true if this command has failed

public booleanisRunning()
A convience method to report if the operation is in the running state.

return
true if this command is still running