| Package | Description |
|---|---|
| com.vmware.vapi.core | |
| com.vmware.vapi.provider | |
| com.vmware.vapi.provider.introspection | |
| com.vmware.vapi.provider.local | |
| com.vmware.vapi.std.activation.impl |
| Modifier and Type | Method and Description |
|---|---|
InterfaceIdentifier |
InterfaceDefinition.getIdentifier()
Returns the identifier of this interface.
|
InterfaceIdentifier |
MethodIdentifier.getInterfaceIdentifier()
Returns the identifier of the interface containing this method.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InterfaceIdentifier> |
ApiProviderStubImpl.getInterfaceIdentifiers() |
Set<InterfaceIdentifier> |
ApiProviderStubImpl.getInterfaceIdentifiers(ExecutionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceDefinition |
ApiProviderStubImpl.getInterface(ExecutionContext ctx,
InterfaceIdentifier iface) |
void |
ApiProviderStubImpl.getInterface(ExecutionContext ctx,
InterfaceIdentifier iface,
AsyncHandle<InterfaceDefinition> asyncHandle) |
InterfaceDefinition |
ApiProviderStubImpl.getInterface(InterfaceIdentifier iface) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiProviderStubImpl.getInterfaceIdentifiers(ExecutionContext ctx,
AsyncHandle<Set<InterfaceIdentifier>> asyncHandle) |
| Constructor and Description |
|---|
InterfaceDefinition(InterfaceIdentifier id,
Set<MethodIdentifier> methodIds)
Constructor.
|
MethodIdentifier(InterfaceIdentifier iface,
String method)
Creates a method identifier given an interface identifier
and a method name.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceIdentifier |
ApiMethodBasedApiInterface.getIdentifier() |
InterfaceIdentifier |
ApiInterface.getIdentifier()
Returns the identifier for this interface.
|
| Constructor and Description |
|---|
ApiMethodBasedApiInterface(InterfaceIdentifier iface)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static InterfaceIdentifier |
IntrospectionConstants.OPERATION_INTROSPECTION_SERVICE_ID |
static InterfaceIdentifier |
IntrospectionConstants.PROVIDER_INTROSPECTION_SERVICE_ID |
static InterfaceIdentifier |
IntrospectionConstants.SERVICE_INTROSPECTION_SERVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
Set<InterfaceIdentifier> |
ApiIntrospectionStub.getInterfaceIdentifiers()
Returns the set of interface identifiers supported by this provider.
|
Set<InterfaceIdentifier> |
SyncApiIntrospection.getInterfaceIdentifiers(ExecutionContext ctx)
Returns the set of interface identifiers supported by this provider.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceDefinition |
SyncApiIntrospection.getInterface(ExecutionContext ctx,
InterfaceIdentifier ifaceId)
Returns interface definition for a given interface identifier.
|
void |
ApiIntrospection.getInterface(ExecutionContext ctx,
InterfaceIdentifier ifaceId,
AsyncHandle<InterfaceDefinition> asyncHandle)
Returns interface definition for a given interface identifier.
|
InterfaceDefinition |
ApiIntrospectionStub.getInterface(InterfaceIdentifier ifaceId)
Returns interface definition for a given interface identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiIntrospection.getInterfaceIdentifiers(ExecutionContext ctx,
AsyncHandle<Set<InterfaceIdentifier>> asyncHandle)
Returns the set of interface identifiers supported by this provider.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InterfaceIdentifier> |
LocalProvider.getInterfaceIdentifiers(ExecutionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceDefinition |
LocalProvider.getInterface(ExecutionContext ctx,
InterfaceIdentifier iface) |
| Modifier and Type | Field and Description |
|---|---|
static InterfaceIdentifier |
ActivationFilter.ACTIVATION_MANAGER_ID
Interface identifier of the activation manager service.
|
Copyright © 2022. All rights reserved.