public class ProviderStub extends com.vmware.vapi.internal.bindings.Stub implements Provider
Provider
API service.
WARNING: Internal API, subject to change in future versions.
ProviderTypes.Info
Constructor and Description |
---|
ProviderStub(ApiProvider apiProvider,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
ProviderTypes.Info |
get()
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
get(AsyncCallback<ProviderTypes.Info> asyncCallback)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
get(AsyncCallback<ProviderTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
ProviderTypes.Info |
get(InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
public ProviderStub(ApiProvider apiProvider, StubConfigurationBase config)
public ProviderTypes.Info get()
Provider
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Provider
ProviderTypes.Info
describing the vAPI
provider on which the operation is invokedpublic ProviderTypes.Info get(InvocationConfig invocationConfig)
Provider
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface Provider
invocationConfig
- Configuration for the method invocation.ProviderTypes.Info
describing the vAPI
provider on which the operation is invokedpublic void get(AsyncCallback<ProviderTypes.Info> asyncCallback)
Provider
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Result:
ProviderTypes.Info
describing the vAPI
provider on which the operation is invoked
public void get(AsyncCallback<ProviderTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Provider
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Result:
ProviderTypes.Info
describing the vAPI
provider on which the operation is invoked
Copyright © 2015. All Rights Reserved.