站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

DeploymentStatus (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.enterprise.deploy.spi.status
Interface DeploymentStatus


public interface DeploymentStatus

The status of the deployment.

Version:
$Revision: 1.1 $
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

public StateType getState()
Get the state of the deployment

Returns:
the state

getCommand

public CommandType getCommand()
The deployment command

Returns:
the command

getAction

public ActionType getAction()
The action of this deployment

Returns:
the action

getMessage

public String getMessage()
Get the message

Returns:
the message

isCompleted

public boolean isCompleted()
Is the deployment complete

Returns:
true when complete, false otherwise

isFailed

public boolean isFailed()
Has the deployment failed

Returns:
true when failed, false otherwise

isRunning

public boolean isRunning()
Is the deployment in progress

Returns:
true when in progress, false otherwise


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