- Version:
- 2.1
- Author:
- SAP
Method Summary |
static SyncReplyType |
forString(java.lang.String typeString)
Returns a SyncReplyType instance for the specified string representation/ |
java.lang.String |
toString()
Returns SyncReplyType String representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SUCCESS
public static SyncReplyType SUCCESS
- A static reply type indicating that the message sent to the backend was
processed and handled successfully. The backend sends this "SUCCESS"
confirmation message with an inbound "replace" message.
TECHNICAL
public static SyncReplyType TECHNICAL
- Deprecated. type is not longer used.
- A static reply type indicating that the message sent to the backend was
not processed or handled successfully due to some technical-related
problems such as RFC connections. The backend sends this "TECHNICAL"
confirmation message with an inbound "replace" or "delete" message to
rollback the operation. Take note that with this problem, the application
will lost the original data.
CONFLICT
public static SyncReplyType CONFLICT
- A static reply type indicating that the message sent to the backend was
in conflict with other clients or devices. The backend sends this "CONFLICT"
confirmation message with an inbound "replace" or "delete" message to
rollback the operation. Take note that in this problem, the application
will lost the original data.
DISABLED
public static SyncReplyType DISABLED
- Deprecated.
- Deprecated.
ERROR
public static SyncReplyType ERROR
- Backend cannot handle an uploaded delta data successfully; backend returns
a SyncReply with the type is ERROR, with a replace "delete" rollback
SyncBoInDeltaData to client. This causes client loses its original SyncBo
data.
MERGE_ERROR
public static final SyncReplyType MERGE_ERROR
SyncReplyType
of MERGE_ERROR type. A MERGE_ERROR occurs
if MW has deteced a conflict on SyncBo level and tried to automatically
resolve this conflict by merging two versions of SyncBo on Row level. But
the merged version was not consistent because backend BAPI returned an error
for this merged SyncBo.
PARTIAL
public static SyncReplyType PARTIAL
- Deprecated.
- Deprecated.
RESET_SUCCESS
public static SyncReplyType RESET_SUCCESS
- Deprecated.
- Deprecated.
RESET_FAILURE
public static SyncReplyType RESET_FAILURE
- Deprecated.
- Deprecated.
forString
public static SyncReplyType forString(java.lang.String typeString)
- Returns a SyncReplyType instance for the specified string representation/
- Returns:
- SyncReplyType instance for the typeString
or null if there is no matching type.
toString
public java.lang.String toString()
- Returns SyncReplyType String representation.
- Returns:
- the String representation of this SyncReplyType instance
Copyright © 2005 SAP AG. All Rights Reserved.