org.apache.openejb.config
Class OpenEJBDeploymentManager.DeploymentStatusImpl
java.lang.Object
org.apache.openejb.config.OpenEJBDeploymentManager.DeploymentStatusImpl
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.status.DeploymentStatus
- Enclosing class:
- OpenEJBDeploymentManager
public static class OpenEJBDeploymentManager.DeploymentStatusImpl
- extends Object
- implements javax.enterprise.deploy.spi.status.DeploymentStatus
OpenEJBDeploymentManager.DeploymentStatusImpl
public OpenEJBDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command)
OpenEJBDeploymentManager.DeploymentStatusImpl
public OpenEJBDeploymentManager.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-2012 The Apache Software Foundation. All Rights Reserved.