|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.admin.deployment.MultiProgressObject
A ProgressObject which consolidates multiple ProgressObjects.
Constructor Summary | |
MultiProgressObject()
|
Method Summary | |
void |
addProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
|
void |
addProgressObject(javax.enterprise.deploy.spi.status.ProgressObject aProgObject)
Adds a ProgressObject. |
void |
cancel()
|
void |
consolidate()
Consolidates the ProgressObject registered until now. |
javax.enterprise.deploy.spi.status.ClientConfiguration |
getClientConfiguration(javax.enterprise.deploy.spi.TargetModuleID id)
|
javax.enterprise.deploy.spi.status.DeploymentStatus |
getDeploymentStatus()
Gets the deployment status. |
javax.enterprise.deploy.spi.TargetModuleID[] |
getResultTargetModuleIDs()
|
boolean |
isCancelSupported()
|
boolean |
isStopSupported()
|
void |
removeProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultiProgressObject()
Method Detail |
public void consolidate()
public void addProgressObject(javax.enterprise.deploy.spi.status.ProgressObject aProgObject)
aProgObject
- Progress to be added.public javax.enterprise.deploy.spi.status.DeploymentStatus getDeploymentStatus()
getDeploymentStatus
in interface javax.enterprise.deploy.spi.status.ProgressObject
public javax.enterprise.deploy.spi.TargetModuleID[] getResultTargetModuleIDs()
getResultTargetModuleIDs
in interface javax.enterprise.deploy.spi.status.ProgressObject
public javax.enterprise.deploy.spi.status.ClientConfiguration getClientConfiguration(javax.enterprise.deploy.spi.TargetModuleID id)
getClientConfiguration
in interface javax.enterprise.deploy.spi.status.ProgressObject
public boolean isCancelSupported()
isCancelSupported
in interface javax.enterprise.deploy.spi.status.ProgressObject
public void cancel() throws javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
cancel
in interface javax.enterprise.deploy.spi.status.ProgressObject
javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
public boolean isStopSupported()
isStopSupported
in interface javax.enterprise.deploy.spi.status.ProgressObject
public void stop() throws javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
stop
in interface javax.enterprise.deploy.spi.status.ProgressObject
javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
public void addProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
addProgressListener
in interface javax.enterprise.deploy.spi.status.ProgressObject
public void removeProgressListener(javax.enterprise.deploy.spi.status.ProgressListener pol)
removeProgressListener
in interface javax.enterprise.deploy.spi.status.ProgressObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |