public class PhreakConflictResolver extends Object implements ConflictResolver, Externalizable
Modifier and Type | Field and Description |
---|---|
static PhreakConflictResolver |
INSTANCE |
Constructor and Description |
---|
PhreakConflictResolver() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Activation existing,
Activation adding) |
int |
compare(Object existing,
Object adding)
11
|
static ConflictResolver |
getInstance() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final PhreakConflictResolver INSTANCE
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public static ConflictResolver getInstance()
public final int compare(Object existing, Object adding)
compare
in interface Comparator
ConflictResolver
public final int compare(Activation existing, Activation adding)
compare
in interface ConflictResolver
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.