local.tomas.mobile.sync.synchronizer.conflicthandler
Class ConflictHandlerBase

java.lang.Object
  extended by local.tomas.mobile.sync.synchronizer.conflicthandler.ConflictHandlerBase
All Implemented Interfaces:
ConflictHandler
Direct Known Subclasses:
DesktopPriorityHandler, MobilePriorityHandler

public abstract class ConflictHandlerBase
extends java.lang.Object
implements ConflictHandler


Field Summary
 
Fields inherited from interface local.tomas.mobile.sync.synchronizer.ConflictHandler
CANCEL, NOOP, USE_DESKTOP, USE_MOBILE
 
Constructor Summary
ConflictHandlerBase()
           
 
Method Summary
 void configure(org.w3c.dom.Node config)
           
abstract  int resolve(SyncObject desktopObj, SyncObject mobileObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConflictHandlerBase

public ConflictHandlerBase()
Method Detail

resolve

public abstract int resolve(SyncObject desktopObj,
                            SyncObject mobileObj)
Specified by:
resolve in interface ConflictHandler

configure

public void configure(org.w3c.dom.Node config)
               throws SyncException
Throws:
SyncException


Copyright © 2007 null. All Rights Reserved.