public interface Update extends Service, UpdateTypes
Update interface provides methods Performs update repository
configuration.UpdateTypes.AutoUpdateNotification, UpdateTypes.UpdateDay, UpdateTypes.UpdateStructGet, UpdateTypes.UpdateStructSet| Modifier and Type | Method and Description |
|---|---|
UpdateTypes.UpdateStructGet |
get()
Get update repository configuration.
|
void |
get(AsyncCallback<UpdateTypes.UpdateStructGet> asyncCallback)
Get update repository configuration.
|
void |
get(AsyncCallback<UpdateTypes.UpdateStructGet> asyncCallback,
InvocationConfig invocationConfig)
Get update repository configuration.
|
UpdateTypes.UpdateStructGet |
get(InvocationConfig invocationConfig)
Get update repository configuration.
|
void |
set(UpdateTypes.UpdateStructSet config)
Set update repository configuration.
|
void |
set(UpdateTypes.UpdateStructSet config,
AsyncCallback<Void> asyncCallback)
Set update repository configuration.
|
void |
set(UpdateTypes.UpdateStructSet config,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Set update repository configuration.
|
void |
set(UpdateTypes.UpdateStructSet config,
InvocationConfig invocationConfig)
Set update repository configuration.
|
void set(UpdateTypes.UpdateStructSet config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - update related configurationError - Generic errorvoid set(UpdateTypes.UpdateStructSet config, 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.
config - update related configurationinvocationConfig - Configuration for the method invocation.Error - Generic errorvoid set(UpdateTypes.UpdateStructSet config, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
config - update related configurationasyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(UpdateTypes.UpdateStructSet config, AsyncCallback<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
config - update related configurationasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.UpdateTypes.UpdateStructGet get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorUpdateTypes.UpdateStructGet 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<UpdateTypes.UpdateStructGet> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
update related configuration
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<UpdateTypes.UpdateStructGet> 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 Result:
update related configuration
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2016. All Rights Reserved.