TimeTypes.SystemTimeStruct
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
TimeStub(ApiProvider apiProvider,
StubConfigurationBase config) |
TimeStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
TimeTypes.SystemTimeStruct |
get()
Get system time.
|
void |
get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback)
Get system time.
|
void |
get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback,
InvocationConfig invocationConfig)
Get system time.
|
TimeTypes.SystemTimeStruct |
get(InvocationConfig invocationConfig)
Get system time.
|
public TimeStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public TimeStub(ApiProvider apiProvider, StubConfigurationBase config)
public TimeTypes.SystemTimeStruct get()
Time
Synchronous method overload. Result of the invocation will be reported as a method return value.
public TimeTypes.SystemTimeStruct get(InvocationConfig invocationConfig)
Time
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<TimeTypes.SystemTimeStruct> asyncCallback)
Time
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
System time
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback, InvocationConfig invocationConfig)
Time
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:
System time
Operation Errors:
Error
- Generic error