oracle.lite.mSync
was
replaced by oracle.opensync.ose
and
oracle.opensync.syncagent
. This class may be removed from future
release.public class BGSyncMsg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AGENT_ERROR
Deprecated.
Identifier for message id "AGENT_ERROR".
|
static int |
AGENT_STARTED
Deprecated.
Identifier for message id "AGENT_STARTED".
|
static int |
AGENT_STOPPED
Deprecated.
Identifier for message id "AGENT_STOPPED".
|
static int |
APPLY_FAILED
Deprecated.
Identifier for message id "APPLY_FAILED".
|
static int |
APPLY_STARTED
Deprecated.
Identifier for message id "APPLY_STARTED".
|
static int |
APPLY_SUCCEEDED
Deprecated.
Identifier for message id "APPLY_SUCCEEDED".
|
static int |
BATTERY_LOW
Deprecated.
Identifier for message id "BATTERY_LOW".
|
static int |
ERROR
Deprecated.
Identifier for message type "ERROR"
|
int |
id
Deprecated.
Message id.
|
static int |
INFO
Deprecated.
Identifier for message type "INFO"
|
static int |
MEMORY_LOW
Deprecated.
Identifier for message id "MEMORY_LOW".
|
java.lang.String |
msg
Deprecated.
Optional message string.
|
static int |
NETWORK_CHANGED
Deprecated.
Identifier for message id "NETWORK_CHANGED".
|
static int |
SVR_NOTIF
Deprecated.
Identifier for message id "SVR_NOTIF".
|
static int |
SYNC_FAILED
Deprecated.
Identifier for message id "SYNC_FAILED".
|
static int |
SYNC_STARTED
Deprecated.
Identifier for message id "SYNC_STARTED".
|
static int |
SYNC_SUCCEEDED
Deprecated.
Identifier for message id "SYNC_SUCCEEDED".
|
int |
type
Deprecated.
Message type.
|
static int |
WARNING
Deprecated.
Identifier for message type "WARNING"
|
Constructor and Description |
---|
BGSyncMsg()
Deprecated.
|
public static final int INFO
public static final int ERROR
public static final int WARNING
public static final int SYNC_STARTED
public static final int SYNC_SUCCEEDED
public static final int SYNC_FAILED
msg
field will contain the actual error message.public static final int APPLY_STARTED
public static final int APPLY_SUCCEEDED
public static final int APPLY_FAILED
msg
field will contain the actual error message.public static final int SVR_NOTIF
msg
field will contiain information
about the server notification, such as publication name, number of
modified records and the record priority (high priority or normal).public static final int BATTERY_LOW
public static final int MEMORY_LOW
public static final int NETWORK_CHANGED
msg
field will names of previous and current
networks. Either of those can be "NONE" meaning the network was gained/lost.public static final int AGENT_STARTED
public static final int AGENT_STOPPED
public static final int AGENT_ERROR
msg
field will contain
the actual error message. Examples would be failure to load a rule, failure
to process server notification, failure to evaluate system power, etc. Those
errors are usually not fatal, that is the sync agent will continue running.
Fatal errors will be written to a file ("olSyncAgent.err")public int type
public int id
public java.lang.String msg