public abstract class ActivationMonitor extends Object
Local in-process API to an activation registry. Service implementations that want to check for cancellation should depend on this abstraction and not on a concrete activation registry flavor.
Constructor and Description |
---|
ActivationMonitor() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isCancelRequested(String activationId)
Returns whether cancellation is requested for the specified activation.
|
public abstract boolean isCancelRequested(String activationId)
activationId
- activation identifierCopyright © 2015. All Rights Reserved.