public interface Provider extends Service, ProviderTypes
Provider
service provides
operations to retrieve information about a vAPI Provider. A provider is a
container that exposes one or more vAPI services.ProviderTypes.Info
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 |
ProviderTypes.Info get()
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.
ProviderTypes.Info
describing the vAPI
provider on which the operation is invokedProviderTypes.Info get(InvocationConfig invocationConfig)
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.
invocationConfig
- Configuration for the method invocation.ProviderTypes.Info
describing the vAPI
provider on which the operation is invokedvoid get(AsyncCallback<ProviderTypes.Info> asyncCallback)
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
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<ProviderTypes.Info> asyncCallback, InvocationConfig invocationConfig)
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
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.Copyright © 2015. All Rights Reserved.