org.apache.openejb.config
Class OpenEJBDeploymentManager.ProgressObjectImpl
java.lang.Object
org.apache.openejb.config.OpenEJBDeploymentManager.ProgressObjectImpl
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.status.ProgressObject
- Enclosing class:
- OpenEJBDeploymentManager
public class OpenEJBDeploymentManager.ProgressObjectImpl
- extends java.lang.Object
- implements javax.enterprise.deploy.spi.status.ProgressObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenEJBDeploymentManager.ProgressObjectImpl
public OpenEJBDeploymentManager.ProgressObjectImpl(javax.enterprise.deploy.shared.CommandType command,
java.util.Set<javax.enterprise.deploy.spi.TargetModuleID> targetModuleIds)
OpenEJBDeploymentManager.ProgressObjectImpl
public OpenEJBDeploymentManager.ProgressObjectImpl(javax.enterprise.deploy.shared.CommandType command,
java.lang.Exception exception)
getResultTargetModuleIDs
public javax.enterprise.deploy.spi.TargetModuleID[] getResultTargetModuleIDs()
- Specified by:
getResultTargetModuleIDs
in interface javax.enterprise.deploy.spi.status.ProgressObject
getDeploymentStatus
public javax.enterprise.deploy.spi.status.DeploymentStatus getDeploymentStatus()
- Specified by:
getDeploymentStatus
in interface javax.enterprise.deploy.spi.status.ProgressObject
getClientConfiguration
public javax.enterprise.deploy.spi.status.ClientConfiguration getClientConfiguration(javax.enterprise.deploy.spi.TargetModuleID id)
- Specified by:
getClientConfiguration
in interface javax.enterprise.deploy.spi.status.ProgressObject
isCancelSupported
public boolean isCancelSupported()
- Specified by:
isCancelSupported
in interface javax.enterprise.deploy.spi.status.ProgressObject
cancel
public void cancel()
throws javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
- Specified by:
cancel
in interface javax.enterprise.deploy.spi.status.ProgressObject
- Throws:
javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
isStopSupported
public boolean isStopSupported()
- Specified by:
isStopSupported
in interface javax.enterprise.deploy.spi.status.ProgressObject
stop
public void stop()
throws javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
- Specified by:
stop
in interface javax.enterprise.deploy.spi.status.ProgressObject
- Throws:
javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
addProgressListener
public void addProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
- Specified by:
addProgressListener
in interface javax.enterprise.deploy.spi.status.ProgressObject
removeProgressListener
public void removeProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
- Specified by:
removeProgressListener
in interface javax.enterprise.deploy.spi.status.ProgressObject
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.