|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SyncBoOutDelta
because it reduces performance of outbound processing.
SyncBoOutDeltaNotifier
notifies the registered SyncBoOutDeltaObserver
s
when a SyncBoOutDelta
is set to be sent to the server during synchronization
i.e. . Notification takes place prior to data upload.
A registered SyncBoOutDeltaObserver
that implements the Serializable
interface will be persisted by the SmartSync layer. Any exception thrown by the observers during
its serialization or during the notification will not be ignored by the SmartSync layer.
A SyncBoOutDeltaNotifier
instance can be retrieved from the SmartSyncRuntime
.
//Register the observer
SmartSyncRuntime.getSyncBoOutDeltaNotifier().registerSyncBoOutDeltaObserver(MyOutDeltaOberver);
SyncBoOutDeltaObserver
Method Summary | |
void |
registerSyncBoOutDeltaObserver(SyncBoOutDeltaObserver syncBoOutDeltaObserver)
Deprecated. Registers a SyncBoOutDeltaObserver instance. |
void |
unregisterSyncBoOutDeltaObserver(SyncBoOutDeltaObserver syncBoOutDeltaObserver)
Deprecated. Unregisters a SyncBoOutDeltaObserver instance. |
Method Detail |
public void registerSyncBoOutDeltaObserver(SyncBoOutDeltaObserver syncBoOutDeltaObserver)
syncBoOutDeltaObserver
- an implementation of the SyncBoOutDeltaObserverpublic void unregisterSyncBoOutDeltaObserver(SyncBoOutDeltaObserver syncBoOutDeltaObserver)
syncBoOutDeltaObserver
- a SyncBoOutDeltaObserver implementation that is to be unregistered
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |