public interface ActivationManagerSyncProvider extends Service, ActivationManagerTypes
Activation tracking/management service.
An activation describes a method invocation in the runtime.
Modifier and Type | Method and Description |
---|---|
void |
cancel(String activationId,
InvocationContext invocationContext)
Asks for cancellation of a running activation.
|
void cancel(String activationId, InvocationContext invocationContext)
activationId
- activation identifierinvocationContext
- Information about a method invocation.NotFound
- there is no activation with the specified idCopyright © 2015. All Rights Reserved.