|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.tools.storemerge.ConflictResolver
public class ConflictResolver
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
ConflictResolver(StoreMergeParameters params)
|
|
| Method Summary | |
|---|---|
boolean |
canResolveAttributeConflict(String id,
String className,
String attName,
String value1,
String value2)
|
boolean |
canResolveUpdateDeleteConflict(String id,
String className)
|
List<StorableLogEntry> |
getResolutionOpList(String urid,
long time)
|
static void |
initLogger()
|
List<StorableLogEntry> |
resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public ConflictResolver(StoreMergeParameters params)
| Method Detail |
|---|
public static void initLogger()
public boolean canResolveAttributeConflict(String id,
String className,
String attName,
String value1,
String value2)
public boolean canResolveUpdateDeleteConflict(String id,
String className)
public List<StorableLogEntry> resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
public List<StorableLogEntry> getResolutionOpList(String urid,
long time)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||