org.enableit.db.darrt.resolvers
Class LoggingConflictResolver

java.lang.Object
  |
  +--org.enableit.db.darrt.resolvers.LoggingConflictResolver
All Implemented Interfaces:
ConflictResolver

public class LoggingConflictResolver
extends java.lang.Object
implements ConflictResolver

Does nothing to the row set except log it to this class' logger.

Author:
Tim Stephenson

Field Summary
static java.lang.String about
          CVS info ABOUT this class and its current version
 
Constructor Summary
LoggingConflictResolver()
          Default Constructor
 
Method Summary
 org.enableit.db.beans.RowSet resolve(org.enableit.db.beans.Provider target, org.enableit.db.beans.RowSet rows)
          Does nothing to the row set except log it to this class' logger, provided that the logger has 'DEBUG' enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

about

public static final java.lang.String about
CVS info ABOUT this class and its current version

See Also:
Constant Field Values
Constructor Detail

LoggingConflictResolver

public LoggingConflictResolver()
Default Constructor

Method Detail

resolve

public org.enableit.db.beans.RowSet resolve(org.enableit.db.beans.Provider target,
                                            org.enableit.db.beans.RowSet rows)
Does nothing to the row set except log it to this class' logger, provided that the logger has 'DEBUG' enabled.

Specified by:
resolve in interface ConflictResolver


Copyright © 1999-2004 enableIT.org. All Rights Reserved.