public static class VmDeploymentManager.DeploymentStatusImpl extends Object implements javax.enterprise.deploy.spi.status.DeploymentStatus
| Constructor and Description |
|---|
VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command) |
VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.deploy.shared.ActionType |
getAction() |
javax.enterprise.deploy.shared.CommandType |
getCommand() |
String |
getMessage() |
javax.enterprise.deploy.shared.StateType |
getState() |
boolean |
isCompleted() |
boolean |
isFailed() |
boolean |
isRunning() |
String |
toString() |
public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command)
public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command,
Exception exception)
public javax.enterprise.deploy.shared.CommandType getCommand()
getCommand in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic javax.enterprise.deploy.shared.ActionType getAction()
getAction in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic String getMessage()
getMessage in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic javax.enterprise.deploy.shared.StateType getState()
getState in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic boolean isRunning()
isRunning in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic boolean isCompleted()
isCompleted in interface javax.enterprise.deploy.spi.status.DeploymentStatuspublic boolean isFailed()
isFailed in interface javax.enterprise.deploy.spi.status.DeploymentStatusCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.