public class ActivationManagerStub extends com.vmware.vapi.internal.bindings.Stub implements ActivationManager
ActivationManager
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ActivationManagerStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ActivationManagerStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String activationId)
Asks for cancellation of a running activation.
|
void |
cancel(String activationId,
AsyncCallback<Void> asyncCallback)
Asks for cancellation of a running activation.
|
void |
cancel(String activationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asks for cancellation of a running activation.
|
void |
cancel(String activationId,
InvocationConfig invocationConfig)
Asks for cancellation of a running activation.
|
public ActivationManagerStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ActivationManagerStub(ApiProvider apiProvider, StubConfigurationBase config)
public void cancel(String activationId)
ActivationManagerSynchronous method overload. Result of the invocation will be reported as a method return value.
cancel in interface ActivationManageractivationId - activation identifierpublic void cancel(String activationId, InvocationConfig invocationConfig)
ActivationManagerSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
cancel in interface ActivationManageractivationId - activation identifierinvocationConfig - Configuration for the method invocation.public void cancel(String activationId, AsyncCallback<Void> asyncCallback)
ActivationManagerAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
NotFound - there is no activation with the specified id
cancel in interface ActivationManageractivationId - activation identifierasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void cancel(String activationId, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
ActivationManagerAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
NotFound - there is no activation with the specified id
cancel in interface ActivationManageractivationId - activation identifierasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2022. All rights reserved.