org.ow2.ishmael.deploy.spi.status
Class DeploymentStatusImpl
java.lang.Object
org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.status.DeploymentStatus
public class DeploymentStatusImpl
- extends java.lang.Object
- implements javax.enterprise.deploy.spi.status.DeploymentStatus
|
Constructor Summary |
DeploymentStatusImpl(javax.enterprise.deploy.shared.StateType state,
javax.enterprise.deploy.shared.CommandType command,
javax.enterprise.deploy.shared.ActionType action,
java.lang.String message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentStatusImpl
public DeploymentStatusImpl(javax.enterprise.deploy.shared.StateType state,
javax.enterprise.deploy.shared.CommandType command,
javax.enterprise.deploy.shared.ActionType action,
java.lang.String message)
getAction
public javax.enterprise.deploy.shared.ActionType getAction()
- Specified by:
getAction in interface javax.enterprise.deploy.spi.status.DeploymentStatus
getCommand
public javax.enterprise.deploy.shared.CommandType getCommand()
- Specified by:
getCommand in interface javax.enterprise.deploy.spi.status.DeploymentStatus
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface javax.enterprise.deploy.spi.status.DeploymentStatus
getState
public javax.enterprise.deploy.shared.StateType getState()
- Specified by:
getState in interface javax.enterprise.deploy.spi.status.DeploymentStatus
isCompleted
public boolean isCompleted()
- Specified by:
isCompleted in interface javax.enterprise.deploy.spi.status.DeploymentStatus
isFailed
public boolean isFailed()
- Specified by:
isFailed in interface javax.enterprise.deploy.spi.status.DeploymentStatus
isRunning
public boolean isRunning()
- Specified by:
isRunning in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Copyright ? 2007-2009 OW2 Consortium. All Rights Reserved.