public abstract class MessageComparatorSupport extends Object implements Comparator, Serializable
Message
objectsConstructor and Description |
---|
MessageComparatorSupport() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object object1,
Object object2) |
protected int |
compareComparators(Comparable comparable,
Comparable comparable2) |
protected abstract int |
compareMessages(javax.jms.Message message1,
javax.jms.Message message2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(Object object1, Object object2)
compare
in interface Comparator
protected abstract int compareMessages(javax.jms.Message message1, javax.jms.Message message2)
protected int compareComparators(Comparable comparable, Comparable comparable2)
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.