Defines the synchronization states that can be signaled to an observer.
public interface SyncObserver.States
All members of SyncObserver.States interface, including all inherited members.
Name | Description |
---|---|
Checking the status of the previous upload. | |
The downloaded rows are being committed to the database. | |
The synchronization stream is disconnecting. | |
Synchronization is complete. | |
Synchronization is complete but an error occurred. | |
The upload is finalizing. | |
A new table is being downloaded. | |
An upload acknowledged is being downloaded. | |
Synchronization is rolling back the download because an error was encountered during the download. | |
An acknowledgement of a complete download is being sent. | |
The synchronization stream has been opened and the header is about to be sent. | |
The schema is being sent. | |
A new table is being uploaded. | |
A synchronization is starting. |
CHECKING_LAST_UPLOAD variable
COMMITTING_DOWNLOAD variable
DISCONNECTING variable
DONE variable
ERROR variable
FINISHING_UPLOAD variable
RECEIVING_TABLE variable
RECEIVING_UPLOAD_ACK variable
ROLLING_BACK_DOWNLOAD variable
SENDING_DOWNLOAD_ACK variable
SENDING_HEADER variable
SENDING_SCHEMA variable
SENDING_TABLE variable
STARTING variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |