public class DatabaseStub extends com.vmware.vapi.internal.bindings.Stub implements Database
Database
API service.
WARNING: Internal class, subject to change in future versions.
DatabaseTypes.Info, DatabaseTypes.MessageapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
DatabaseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DatabaseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseTypes.Info |
get()
Returns the health status of the database.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<DatabaseTypes.Info> asyncCallback)
Returns the health status of the database.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<DatabaseTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the health status of the database.
|
DatabaseTypes.Info |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the health status of the database.
|
public DatabaseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DatabaseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DatabaseTypes.Info get()
DatabaseSynchronous method overload. Result of the invocation will be reported as a method return value.
public DatabaseTypes.Info get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DatabaseSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(com.vmware.vapi.bindings.client.AsyncCallback<DatabaseTypes.Info> asyncCallback)
DatabaseAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Health status of the database
Operation Errors:
Error - if issue in retrieving health of the database
public void get(com.vmware.vapi.bindings.client.AsyncCallback<DatabaseTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DatabaseAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
Health status of the database
Operation Errors:
Error - if issue in retrieving health of the database