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) |
static int |
doCompare(Activation existing,
Activation adding) |
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(Activation existing, Activation adding)
compare
in interface Comparator<Activation>
public static final int doCompare(Activation existing, Activation adding)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.