|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SyncBoInDeltaObserver
and SyncBoOutDeltaObserver
because it reduces
performance of synchronization.
This interface is the base interface to describe SyncBo delta change.
Application should not use the interface directly, instead, use its sub
interfaces - SyncBoInDelta, SyncBoOutDelta.
SyncBoChange and RowChange represent modification information on SyncBO and
Row basis. If a SyncBO has been changed, this might include multiple row
changes. Thus, an SyncBoChange instance may have multiple RowChange
instances and provide access to those. If a Row has been changed, the
belonging SyncBO is always sent together with the Row modification
information. Thus, Row modification operation never comes alone.
SyncBoChange and RowChange instances both contain following information:
SyncBoInDelta
,
SyncBoOutDelta
Method Summary | |
SyncBoChangeActionType |
getAction()
Deprecated. Gets the SyncBo change action attribute. |
MeIterator |
getRowChanges()
Deprecated. Gets the changed Row instances in an iterator. |
SyncBoDescriptor |
getSyncBoDescriptor()
Deprecated. Gets the syncBoDescriptor attribute. |
java.lang.Object |
getSyncKey()
Deprecated. Gets the SyncKey attribute. |
java.lang.String |
getTimeStamp()
Deprecated. Gets the timeStamp attribute of the SyncBoChange object |
Method Detail |
public SyncBoDescriptor getSyncBoDescriptor()
public SyncBoChangeActionType getAction()
SyncBoChangeActionType
public MeIterator getRowChanges()
RowChange
public java.lang.Object getSyncKey()
public java.lang.String getTimeStamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |