|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mobileservices.isync.midp.ConflictReader
This class serves as a reader for client rejected row information returned from the DB2 Everyplace Sync Server, in the event the client changes collided with changes made either to the source database or by other clients to the same rows in a non-compatiable way. Note that for ISync.OP_DELETE operation, only the primary key column(s) data are returned.
Method Summary | |
int |
getOperation()
Return the operation that generated the conflict. |
byte[] |
getRejectedRow()
Get the rejected row data in byte array format, identical in format to all MIDP rows for this table. |
java.lang.String |
getTableName()
Get the conflicted table name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final java.lang.String getTableName()
public final byte[] getRejectedRow()
public final int getOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |