|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageReplyType | |
com.sap.ip.me.api.smartsync |
Uses of MessageReplyType in com.sap.ip.me.api.smartsync |
Fields in com.sap.ip.me.api.smartsync declared as MessageReplyType | |
static MessageReplyType |
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 |
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 |
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 |
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 |
MessageReplyType.SYNC_BEGIN
MessageReplyType.SYNC_BEGIN is fired by the SmartSync client as soon as the synchronization starts. |
static MessageReplyType |
MessageReplyType.SYNC_END
MessageReplyType.SYNC_END is fired by the SmartSync client when all synchronization tasks are completed. |
Methods in com.sap.ip.me.api.smartsync that return MessageReplyType | |
static MessageReplyType |
MessageReplyType.forString(java.lang.String typeString)
Returns the corresponding MessageReplyType object for the specified type |
MessageReplyType[] |
MessageReplyObserver.observeMessageReplyTypes()
Specifies which MessageReplyTypes that application needs to monitor. |
MessageReplyType |
MessageReply.getType()
Gets the type of the MessageReply. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |