|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.gateway.GatewayComparators
public class GatewayComparators
A collection of Comparators to handle sorting various objects.
Field Summary | |
---|---|
static java.util.Comparator |
GATEWAY_AVERAGE_TIME
Compares two Gateway objects, based on their average run time. |
static java.util.Comparator |
GATEWAY_FAILED_MESSAGES
Compares two Gateway objects, based on their total number of failed messages. |
static java.util.Comparator |
GATEWAY_FORUM
Compares two Gateway objects, based on their forum name. |
static java.util.Comparator |
GATEWAY_MESSAGES_ADDED
Compares two Gateway objects, based on their number of messages added. |
static java.util.Comparator |
GATEWAY_TIMES_RAN
Compares two Gateway objects, based on their number of times ran. |
static java.util.Comparator |
GATEWAY_TOTAL_MESSAGES
Compares two Gateway objects, based on their total number of messages. |
static java.util.Comparator |
GATEWAY_TYPE
Compares two Gateway objects, based on their type. |
Constructor Summary | |
---|---|
GatewayComparators()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.Comparator GATEWAY_FORUM
public static final java.util.Comparator GATEWAY_TYPE
public static final java.util.Comparator GATEWAY_AVERAGE_TIME
public static final java.util.Comparator GATEWAY_TIMES_RAN
public static final java.util.Comparator GATEWAY_MESSAGES_ADDED
public static final java.util.Comparator GATEWAY_FAILED_MESSAGES
public static final java.util.Comparator GATEWAY_TOTAL_MESSAGES
Constructor Detail |
---|
public GatewayComparators()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |