Package org.apache.openejb.config
Class VmDeploymentManager.DeploymentStatusImpl
java.lang.Object
org.apache.openejb.config.VmDeploymentManager.DeploymentStatusImpl
- All Implemented Interfaces:
javax.enterprise.deploy.spi.status.DeploymentStatus
- Enclosing class:
- VmDeploymentManager
public static class VmDeploymentManager.DeploymentStatusImpl
extends Object
implements javax.enterprise.deploy.spi.status.DeploymentStatus
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentStatusImpl
(javax.enterprise.deploy.shared.CommandType command) DeploymentStatusImpl
(javax.enterprise.deploy.shared.CommandType command, Exception exception) -
Method Summary
-
Constructor Details
-
Method Details
-
getCommand
public javax.enterprise.deploy.shared.CommandType getCommand()- Specified by:
getCommand
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
getAction
public javax.enterprise.deploy.shared.ActionType getAction()- Specified by:
getAction
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
getMessage
- Specified by:
getMessage
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
getState
public javax.enterprise.deploy.shared.StateType getState()- Specified by:
getState
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
isRunning
public boolean isRunning()- Specified by:
isRunning
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
isCompleted
public boolean isCompleted()- Specified by:
isCompleted
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
isFailed
public boolean isFailed()- Specified by:
isFailed
in interfacejavax.enterprise.deploy.spi.status.DeploymentStatus
-
toString
-