NtpTypes.LocalizableMessage, NtpTypes.ServerStatus, NtpTypes.TestRunStatus
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
get()
Get the NTP configuration status.
|
void |
get(AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Get the NTP configuration status.
|
void |
get(AsyncCallback<java.util.List<java.lang.String>> asyncCallback,
InvocationConfig invocationConfig)
Get the NTP configuration status.
|
java.util.List<java.lang.String> |
get(InvocationConfig invocationConfig)
Get the NTP configuration status.
|
void |
set(java.util.List<java.lang.String> servers)
Set NTP servers.
|
void |
set(java.util.List<java.lang.String> servers,
AsyncCallback<java.lang.Void> asyncCallback)
Set NTP servers.
|
void |
set(java.util.List<java.lang.String> servers,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set NTP servers.
|
void |
set(java.util.List<java.lang.String> servers,
InvocationConfig invocationConfig)
Set NTP servers.
|
java.util.List<NtpTypes.TestRunStatus> |
test(java.util.List<java.lang.String> servers)
Test the connection to a list of ntp servers.
|
void |
test(java.util.List<java.lang.String> servers,
AsyncCallback<java.util.List<NtpTypes.TestRunStatus>> asyncCallback)
Test the connection to a list of ntp servers.
|
void |
test(java.util.List<java.lang.String> servers,
AsyncCallback<java.util.List<NtpTypes.TestRunStatus>> asyncCallback,
InvocationConfig invocationConfig)
Test the connection to a list of ntp servers.
|
java.util.List<NtpTypes.TestRunStatus> |
test(java.util.List<java.lang.String> servers,
InvocationConfig invocationConfig)
Test the connection to a list of ntp servers.
|
java.util.List<NtpTypes.TestRunStatus> test(java.util.List<java.lang.String> servers)
Synchronous method overload. Result of the invocation will be reported as a method return value.
servers
- List of host names or IP addresses of NTP servers.Error
- Generic errorjava.util.List<NtpTypes.TestRunStatus> test(java.util.List<java.lang.String> servers, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
servers
- List of host names or IP addresses of NTP servers.invocationConfig
- Configuration for the method invocation.Error
- Generic errorvoid test(java.util.List<java.lang.String> servers, AsyncCallback<java.util.List<NtpTypes.TestRunStatus>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of test run statuses.
Operation Errors:
Error
- Generic error
servers
- List of host names or IP addresses of NTP servers.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void test(java.util.List<java.lang.String> servers, AsyncCallback<java.util.List<NtpTypes.TestRunStatus>> asyncCallback, InvocationConfig invocationConfig)
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:
List of test run statuses.
Operation Errors:
Error
- Generic error
servers
- List of host names or IP addresses of NTP servers.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.void set(java.util.List<java.lang.String> servers)
Synchronous method overload. Result of the invocation will be reported as a method return value.
servers
- List of host names or ip addresses of ntp servers.Error
- Generic errorvoid set(java.util.List<java.lang.String> servers, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
servers
- List of host names or ip addresses of ntp servers.invocationConfig
- Configuration for the method invocation.Error
- Generic errorvoid set(java.util.List<java.lang.String> servers, AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Error
- Generic error
servers
- List of host names or ip addresses of ntp servers.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void set(java.util.List<java.lang.String> servers, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Error
- Generic error
servers
- List of host names or ip addresses of ntp servers.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.java.util.List<java.lang.String> get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error
- Generic errorjava.util.List<java.lang.String> get(InvocationConfig invocationConfig)
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.Error
- Generic errorvoid get(AsyncCallback<java.util.List<java.lang.String>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of NTP servers.
Operation Errors:
Error
- Generic error
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<java.util.List<java.lang.String>> asyncCallback, InvocationConfig invocationConfig)
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:
List of NTP servers.
Operation Errors:
Error
- Generic error
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.