| Package | Description |
|---|---|
| com.vmware.vapi.activation | |
| com.vmware.vapi.bindings.server | |
| com.vmware.vapi.bindings.server.impl | |
| com.vmware.vapi.provider | |
| com.vmware.vapi.std.activation |
The
com.vmware.vapi.std.activation package provides interfaces that
TODO. |
| 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 String |
Activations.getActivationId(InvocationContext invocationContext)
Retrieves an activation identifier from the specified context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InvocationContext |
AsyncContext.getInvocationContext()
Returns context information about the method invocation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationContextImpl
Implementation of
InvocationContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiMethod.invoke(InvocationContext ctx,
DataValue input,
AsyncHandle<MethodResult> asyncHandle)
Invokes a method and returns the result of that method invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationManagerSyncProvider.cancel(String activationId,
InvocationContext invocationContext)
Asks for cancellation of a running activation.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderTypes.Info |
ProviderSyncProvider.get(InvocationContext invocationContext)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
ServiceTypes.Info |
ServiceSyncProvider.get(String id,
InvocationContext invocationContext)
Returns the
ServiceTypes.Info for the
specified service |
OperationTypes.Info |
OperationSyncProvider.get(String serviceId,
String operationId,
InvocationContext invocationContext)
Returns the
OperationTypes.Info for a
given vAPI operation. |
Set<String> |
ServiceSyncProvider.list(InvocationContext invocationContext)
Returns the set of service identifiers.
|
Set<String> |
OperationSyncProvider.list(String serviceId,
InvocationContext invocationContext)
Returns the set of operation identifiers for a given vAPI service.
|
Copyright © 2023. All rights reserved.