public interface ServiceSyncProvider extends Service, ServiceTypes
ServiceSyncProvider
service
provides operations to retrieve information about the services exposed by a vAPI
provider. A provider is a container that exposes one or more vAPI services.ServiceTypes.Info
Modifier and Type | Method and Description |
---|---|
ServiceTypes.Info |
get(String id,
InvocationContext invocationContext)
Returns the
ServiceTypes.Info for the
specified service |
Set<String> |
list(InvocationContext invocationContext)
Returns the set of service identifiers.
|
Set<String> list(InvocationContext invocationContext)
invocationContext
- Information about a method invocation.com.vmware.vapi.service
.ServiceTypes.Info get(String id, InvocationContext invocationContext)
ServiceTypes.Info
for the
specified serviceid
- service identifier
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.invocationContext
- Information about a method invocation.ServiceTypes.Info
for the specified
serviceNotFound
- If the service identifier does not existCopyright © 2015. All Rights Reserved.