| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| 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 |
|---|---|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface)
Calls
LocalStubFactory.createStub(ApiInterface, Class, StubConfigurationBase)
with no stub configuration. |
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config)
Creates a stub for the specified service implementation.
|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config,
ApiProvider provider) |
<T extends Service> |
StubFactory.createStub(Class<T> vapiIface) |
<T extends Service> |
StubCreator.createStub(Class<T> vapiIface)
Creates a stub for the specified interface.
|
<T extends Service> |
StubFactory.createStub(Class<T> vapiIface,
StubConfigurationBase config) |
<T extends Service> |
StubCreator.createStub(Class<T> vapiIface,
StubConfigurationBase config)
Creates a stub for the specified interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivationManager
WARNING: Use only as a sample.
|
interface |
ActivationManagerProvider
WARNING: Use only as a sample.
|
interface |
ActivationManagerSyncProvider
WARNING: Use only as a sample.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivationManagerStub
Remote stub implementation of the
ActivationManager
API service. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivationManagerImpl
WARNING: Use only as a sample.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Operation
The
Operation service provides
operations to retrieve information about the operations present in a vAPI
service. |
interface |
OperationProvider
The
OperationProvider service provides
operations to retrieve information about the operations present in a vAPI
service. |
interface |
OperationSyncProvider
The
OperationSyncProvider service
provides operations to retrieve information about the operations present in a
vAPI service. |
interface |
Provider
The
Provider service provides
operations to retrieve information about a vAPI Provider. |
interface |
ProviderProvider
The
ProviderProvider service provides
operations to retrieve information about a vAPI Provider. |
interface |
ProviderSyncProvider
The
ProviderSyncProvider service
provides operations to retrieve information about a vAPI Provider. |
interface |
Service
The
Service service provides
operations to retrieve information about the services exposed by a vAPI
provider. |
interface |
ServiceProvider
The
ServiceProvider service provides
operations to retrieve information about the services exposed by a vAPI
provider. |
interface |
ServiceSyncProvider
The
ServiceSyncProvider service
provides operations to retrieve information about the services exposed by a vAPI
provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationStub
Remote stub implementation of the
Operation
API service. |
class |
ProviderStub
Remote stub implementation of the
Provider
API service. |
class |
ServiceStub
Remote stub implementation of the
Service
API service. |
Copyright © 2022. All rights reserved.