|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SyncBoResponse.getMessageClass()
SyncBoResponse.getMessageNumber()
SyncBoResponse.getResponseType()
SyncBoResponse.getText()
Company: SAP AG
A log holder of the former response that was updated with a new one; holds the SyncBoResponse type, the semantic key and a message string. *
The SyncBoResponseLog
can be retrieve from the SyncBoResponse
Example: To get the current log
ErrorConflictInbox errorConflictInbox=
SmartSyncRuntime.getInstance().getErrorConflictInbox();
//For the all synbo.
MeIterator it = errorConflictInbox.getAllSyncBoResponses();
while(it.hasNext()){
SyncBoResponse resp = (SyncBoResponse)it.next();
SyncBoResponseLog currLog = resp.getCurrentLog();
}
ErrorConflictInbox
,
SyncBoResolver
,
SyncBoResponseType
,
SyncBoResponse
Method Summary | |
java.lang.String |
getMessageClass()
Deprecated. Returns the messageClass from the server. |
int |
getMessageNumber()
Deprecated. Returns the messageNumber from the server. |
SyncBoResponseType |
getResponseType()
Deprecated. Returns the response type(Error or conflict) |
java.lang.String |
getText()
Deprecated. Returns the text message from the server. |
java.lang.String |
getTimeStamp()
Deprecated. Returns the server timestamp. |
Method Detail |
public SyncBoResponseType getResponseType()
public java.lang.String getText()
public java.lang.String getMessageClass()
public int getMessageNumber()
public java.lang.String getTimeStamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |