oracle.lite.mSync
was
replaced by oracle.opensync.ose
and
oracle.opensync.syncagent
. This class may be removed from future
release.public class BGSyncStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
applyProgress
Deprecated.
Current progress of the apply task.
|
short |
applyState
Deprecated.
Current state of the apply task.
|
java.lang.String |
applyStateStr
Deprecated.
String describing the current state of the apply task.
|
int |
batteryPower
Deprecated.
Current power level.
|
java.lang.String |
clientId
Deprecated.
Client ID (User Name) for which automatic sync is currently running.
|
static int |
FINISHED
Deprecated.
Identifier for status "FINISHED".
|
static int |
IDLE
Deprecated.
Identifier for status "IDLE".
|
short |
lastApplyError
Deprecated.
Error of the last apply task or 0 if there were no apply tasks
or last apply task was successful.
|
java.lang.String |
lastApplyErrorMsg
Deprecated.
Error message of the last apply task. null if there were no
apply tasks, "no error" if the last sync task was successful.
|
java.util.Date |
lastApplyTime
Deprecated.
Date and time of the last apply task or null if there were
no apply tasks.
|
short |
lastSyncError
Deprecated.
Error of the last sync task or 0 if there were no sync tasks
or last sync task was successful.
|
java.lang.String |
lastSyncErrorMsg
Deprecated.
Error message of the last sync task. null if there were no
sync tasks, "no error" if the last sync task was successful.
|
java.util.Date |
lastSyncTime
Deprecated.
Date and time of the last sync task or null if there were no sync tasks.
|
short |
lastSyncType
Deprecated.
Type of the last sync task (if any).
|
java.lang.String |
networkName
Deprecated.
Name of the current network.
|
int |
networkSpeed
Deprecated.
Current network bandwidth in bits per second.
|
static int |
PREPARE_FINISH
Deprecated.
Identifier for status "PREPARE_FINISH".
|
static int |
PREPARE_START
Deprecated.
Identifier for status "PREPARE_START".
|
static int |
PREPARING
Deprecated.
Identifier for status "PREPARING".
|
static int |
PROCESS_FINISH
Deprecated.
Identifier for status "PROCESS_FINISH".
|
static int |
PROCESS_START
Deprecated.
Identifier for status "PROCESS_START".
|
static int |
PROCESSING
Deprecated.
Identifier for status "PROCESSING".
|
static int |
RECEIVE_START
Deprecated.
Identifier for status "RECEIVE_START".
|
static int |
RECEIVING
Deprecated.
Identifier for status "RECEIVING".
|
static int |
RESUMING
Deprecated.
Identifier for status "RESUMING".
|
static int |
SEND_FINISH
Deprecated.
Identifier for status "SEND_FINISH".
|
static int |
SEND_START
Deprecated.
Identifier for status "SEND_START".
|
static int |
SENDING
Deprecated.
Identifier for status "SENDING".
|
short |
syncProgress
Deprecated.
Current progress of the sync task.
|
short |
syncState
Deprecated.
Current state of the sync task.
|
java.lang.String |
syncStateStr
Deprecated.
String describing the current state of the sync task.
|
static int |
WAIT_COND
Deprecated.
Identifier for status "WAIT_COND".
|
static int |
WAIT_TASK
Deprecated.
Identifier for status "WAIT_TASK".
|
Constructor and Description |
---|
BGSyncStatus()
Deprecated.
|
public static final int IDLE
public static final int WAIT_COND
public static final int WAIT_TASK
public static final int PREPARE_START
public static final int PREPARING
public static final int PREPARE_FINISH
public static final int SEND_START
public static final int SENDING
public static final int SEND_FINISH
public static final int RECEIVE_START
public static final int RECEIVING
public static final int PROCESS_START
public static final int PROCESSING
public static final int PROCESS_FINISH
public static final int RESUMING
public static final int FINISHED
public java.lang.String clientId
public short syncState
public java.lang.String syncStateStr
public short syncProgress
public short lastSyncError
public java.lang.String lastSyncErrorMsg
public short lastSyncType
public java.util.Date lastSyncTime
public short applyState
public java.lang.String applyStateStr
public short applyProgress
public short lastApplyError
public java.lang.String lastApplyErrorMsg
public java.util.Date lastApplyTime
public java.lang.String networkName
public int networkSpeed
public int batteryPower