javax.enterprise.deploy.spi.status
Interface DeploymentStatus


public interface DeploymentStatus

The status of the deployment.

Version:
$Revision: 57196 $
Author:
Adrian Brock

Method Summary
 ActionType getAction()
          The action of this deployment
 CommandType getCommand()
          The deployment command
 String getMessage()
          Get the message
 StateType getState()
          Get the state of the deployment
 boolean isCompleted()
          Is the deployment complete
 boolean isFailed()
          Has the deployment failed
 boolean isRunning()
          Is the deployment in progress
 

Method Detail

getState

StateType getState()
Get the state of the deployment

Returns:
the state

getCommand

CommandType getCommand()
The deployment command

Returns:
the command

getAction

ActionType getAction()
The action of this deployment

Returns:
the action

getMessage

String getMessage()
Get the message

Returns:
the message

isCompleted

boolean isCompleted()
Is the deployment complete

Returns:
true when complete, false otherwise

isFailed

boolean isFailed()
Has the deployment failed

Returns:
true when failed, false otherwise

isRunning

boolean isRunning()
Is the deployment in progress

Returns:
true when in progress, false otherwise


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.