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
VmDeploymentManager.DeploymentStatusImpl
public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command)
VmDeploymentManager.DeploymentStatusImpl
public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command,
Exception exception)
getCommand
public javax.enterprise.deploy.shared.CommandType getCommand()
- Specified by:
getCommand
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
getAction
public javax.enterprise.deploy.shared.ActionType getAction()
- Specified by:
getAction
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
getMessage
public 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
isRunning
public boolean isRunning()
- Specified by:
isRunning
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
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.