| Methods in javax.enterprise.deploy.spi.status that throw OperationUnsupportedException |
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. |