org.apache.openejb.config
Class VmDeploymentManager.DeploymentStatusImpl

java.lang.Object
  extended by 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
VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command)
           
VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command, Exception exception)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VmDeploymentManager.DeploymentStatusImpl

public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command)

VmDeploymentManager.DeploymentStatusImpl

public VmDeploymentManager.DeploymentStatusImpl(javax.enterprise.deploy.shared.CommandType command,
                                                Exception exception)
Method Detail

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-2013 The Apache OpenEJB development community. All Rights Reserved.