| Package | Description |
|---|---|
| com.vmware.vapi.activation | |
| com.vmware.vapi.std.activation |
The
com.vmware.vapi.std.activation package provides interfaces that
TODO. |
| com.vmware.vapi.std.activation.impl | |
| com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider. |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
Activations.getActivationId(AsyncContext<T> asyncContext)
Retrieves an activation identifier from the specified context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationManagerProvider.cancel(String activationId,
AsyncContext<Void> asyncContext)
Asks for cancellation of a running activation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationManagerImpl.cancel(String activationId,
AsyncContext<Void> asyncContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderProvider.get(AsyncContext<ProviderTypes.Info> asyncContext)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
ServiceProvider.get(String id,
AsyncContext<ServiceTypes.Info> asyncContext)
Returns the
ServiceTypes.Info for the
specified service |
void |
OperationProvider.get(String serviceId,
String operationId,
AsyncContext<OperationTypes.Info> asyncContext)
Returns the
OperationTypes.Info for a
given vAPI operation. |
void |
ServiceProvider.list(AsyncContext<Set<String>> asyncContext)
Returns the set of service identifiers.
|
void |
OperationProvider.list(String serviceId,
AsyncContext<Set<String>> asyncContext)
Returns the set of operation identifiers for a given vAPI service.
|
Copyright © 2022. All rights reserved.