Package | Description |
---|---|
javax.enterprise.deploy.spi.status |
Provides Jakarta EE Product Vendor deployment status implementation classes.
|
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 © 2019 Eclipse Foundation.
Use is subject to license terms.