Package | Description |
---|---|
javax.enterprise.deploy.spi.status |
Modifier and Type | Method and Description |
---|---|
void |
ProgressObject.cancel()
(optional) A cancel request on an in-process operation stops all further
processing of the operation and returns the environment to it original
state before the operation was executed.
|
void |
ProgressObject.stop()
(optional) A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but does
not process any of the remaining unprocessed TargetModuleID objects.
|
Copyright © 2013. All Rights Reserved.