public class ApplmgmtStub extends com.vmware.vapi.internal.bindings.Stub implements Applmgmt
Applmgmt
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ApplmgmtStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ApplmgmtStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get()
Get health status of applmgmt services.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback)
Get health status of applmgmt services.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Get health status of applmgmt services.
|
java.lang.String |
get(InvocationConfig invocationConfig)
Get health status of applmgmt services.
|
public ApplmgmtStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ApplmgmtStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String get()
Applmgmt
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.lang.String get(InvocationConfig invocationConfig)
Applmgmt
Synchronous 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(AsyncCallback<java.lang.String> asyncCallback)
Applmgmt
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
health status
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
Applmgmt
Asynchronous 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
Operation Errors:
Error
- Generic error