|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.MessageReplyType
An enumeration of possible SmartSync message reply types.
List of the messages are
MessageReply
,
MessageReplyObserver
,
Serialized FormField Summary | |
static MessageReplyType |
ERROR
MessageReplyType.ERROR is fired for the following cases: the sync-layer between backend and device cannot deliver an upload message by trying multiple times. |
static MessageReplyType |
RESET_FAILURE
MessageReplyType.RESET_FAILURE is returned from the backend as a negative confirmation message to the device reset request message sent by the client device. |
static MessageReplyType |
RESET_SUCCESS
MessageReplyType.RESET_SUCCESS is fired from the backend as a positive confirmation message to the device reset request message sent by the client device. |
static MessageReplyType |
SUCCESS
MessageReplyType.SUCCESS is fired for the following cases: To response a download request message from device, and in case there is no delta data available on backend for the requested SyncBo, backend returns a MessageReply with the type is gSUCCESS h. |
static MessageReplyType |
SYNC_BEGIN
MessageReplyType.SYNC_BEGIN is fired by the SmartSync client as soon as the synchronization starts. |
static MessageReplyType |
SYNC_END
MessageReplyType.SYNC_END is fired by the SmartSync client when all synchronization tasks are completed. |
Method Summary | |
static MessageReplyType |
forString(java.lang.String typeString)
Returns the corresponding MessageReplyType object for the specified type |
java.lang.String |
toString()
Returns the text description of this MessageReplyType object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static MessageReplyType SUCCESS
public static MessageReplyType ERROR
SyncBoDeltaRequestFacade.setGlobalResetProcessing(GlobalResetProcessing)
.
public static MessageReplyType RESET_SUCCESS
MessageReplyType.RESET_SUCCESS
, SmartSync
removes all data in local data store. Application is ready to send a
download request message.
public static MessageReplyType RESET_FAILURE
MessageReplyType.RESET_FAILURE
, it is
recommended the application to reset data store in order to keep the
consistency between server and client.
public static MessageReplyType SYNC_BEGIN
public static MessageReplyType SYNC_END
Method Detail |
public static MessageReplyType forString(java.lang.String typeString)
typeString
- the text descrption of the MessageReplyType
object: either SUCCESS, ERROR, RESET_SUCCESS, RESET_FAILURE,
SYNC_BEGIN or SYNC_END
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |