|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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();
}
Copyright: Copyright (c) 2003
Company: SAP AG
ErrorConflictInbox,
SyncBoResolver,
SyncBoResponseType,
SyncBoResponse| Method Summary | |
java.lang.String |
getMessageClass()
Returns the messageClass from the server. |
int |
getMessageNumber()
Returns the messageNumber from the server. |
SyncBoResponseType |
getResponseType()
Returns the response type(Error or conflict) |
java.lang.String |
getText()
Returns the text message from the server. |
java.lang.String |
getTimeStamp()
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 | ||||||||||