com.sybase.persistence
Interface SyncStatusState


public interface SyncStatusState


Field Summary
static int APPLICATION_DATA_DOWNLOADING
          Application data is downloading.
static int APPLICATION_DATA_DOWNLOADING_DONE
          Application data downloading is done.
static int APPLICATION_DATA_UPLOADING
          Application data is uploading.
static int APPLICATION_DATA_UPLOADING_DONE
          Application data uploading done.
static int APPLICATION_SYNC_CANCELLED
          Application sync cancelled.
static int APPLICATION_SYNC_CONNECTING
          Application sync is connecting.
static int APPLICATION_SYNC_DISCONNECTING
          Application sync is disconnecting.
static int APPLICATION_SYNC_DONE
          Application sync is done.
static int APPLICATION_SYNC_ERROR
          Application sync error.
static int APPLICATION_SYNC_STARTING
          Application sync is starting.
static int META_DATA_DOWNLOADING
          META data is downloading.
static int META_DATA_DOWNLOADING_DONE
          META data downloading is done.
static int META_DATA_UPLOADING
          META data is uploading.
static int META_DATA_UPLOADING_DONE
          META data uploading done.
static int META_SYNC_CANCELLED
          META sync cancelled.
static int META_SYNC_CONNECTING
          META sync is connecting.
static int META_SYNC_DISCONNECTING
          META sync is disconnecting.
static int META_SYNC_DONE
          META sync is done.
static int META_SYNC_ERROR
          META sync error.
static int META_SYNC_STARTING
          META sync is starting.
static int SYNC_DONE
          Sync done.
static int SYNC_STARTING
          Sync starts.
 

Field Detail

SYNC_STARTING

static final int SYNC_STARTING
Sync starts.

See Also:
Constant Field Values

APPLICATION_SYNC_STARTING

static final int APPLICATION_SYNC_STARTING
Application sync is starting.

See Also:
Constant Field Values

APPLICATION_SYNC_CONNECTING

static final int APPLICATION_SYNC_CONNECTING
Application sync is connecting.

See Also:
Constant Field Values

APPLICATION_DATA_UPLOADING

static final int APPLICATION_DATA_UPLOADING
Application data is uploading.

See Also:
Constant Field Values

APPLICATION_DATA_UPLOADING_DONE

static final int APPLICATION_DATA_UPLOADING_DONE
Application data uploading done.

See Also:
Constant Field Values

APPLICATION_DATA_DOWNLOADING

static final int APPLICATION_DATA_DOWNLOADING
Application data is downloading.

See Also:
Constant Field Values

APPLICATION_DATA_DOWNLOADING_DONE

static final int APPLICATION_DATA_DOWNLOADING_DONE
Application data downloading is done.

See Also:
Constant Field Values

APPLICATION_SYNC_DISCONNECTING

static final int APPLICATION_SYNC_DISCONNECTING
Application sync is disconnecting.

See Also:
Constant Field Values

APPLICATION_SYNC_DONE

static final int APPLICATION_SYNC_DONE
Application sync is done.

See Also:
Constant Field Values

APPLICATION_SYNC_ERROR

static final int APPLICATION_SYNC_ERROR
Application sync error.

See Also:
Constant Field Values

APPLICATION_SYNC_CANCELLED

static final int APPLICATION_SYNC_CANCELLED
Application sync cancelled.

See Also:
Constant Field Values

META_SYNC_STARTING

static final int META_SYNC_STARTING
META sync is starting.

See Also:
Constant Field Values

META_SYNC_CONNECTING

static final int META_SYNC_CONNECTING
META sync is connecting.

See Also:
Constant Field Values

META_DATA_UPLOADING

static final int META_DATA_UPLOADING
META data is uploading.

See Also:
Constant Field Values

META_DATA_UPLOADING_DONE

static final int META_DATA_UPLOADING_DONE
META data uploading done.

See Also:
Constant Field Values

META_DATA_DOWNLOADING

static final int META_DATA_DOWNLOADING
META data is downloading.

See Also:
Constant Field Values

META_DATA_DOWNLOADING_DONE

static final int META_DATA_DOWNLOADING_DONE
META data downloading is done.

See Also:
Constant Field Values

META_SYNC_DISCONNECTING

static final int META_SYNC_DISCONNECTING
META sync is disconnecting.

See Also:
Constant Field Values

META_SYNC_DONE

static final int META_SYNC_DONE
META sync is done.

See Also:
Constant Field Values

META_SYNC_ERROR

static final int META_SYNC_ERROR
META sync error.

See Also:
Constant Field Values

META_SYNC_CANCELLED

static final int META_SYNC_CANCELLED
META sync cancelled.

See Also:
Constant Field Values

SYNC_DONE

static final int SYNC_DONE
Sync done.

See Also:
Constant Field Values