public class DepthConflictResolver extends Object implements ConflictResolver, Externalizable
| Modifier and Type | Field and Description |
|---|---|
static DepthConflictResolver |
INSTANCE |
| Constructor and Description |
|---|
DepthConflictResolver() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Activation existing,
Activation adding) |
int |
compare(Object existing,
Object adding) |
static ConflictResolver |
getInstance() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static final DepthConflictResolver INSTANCE
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic static ConflictResolver getInstance()
public final int compare(Object existing, Object adding)
compare in interface ComparatorConflictResolverpublic final int compare(Activation existing, Activation adding)
compare in interface ConflictResolverCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.