Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.gateway
Class GatewayComparators

java.lang.Object
  extended by com.jivesoftware.forum.gateway.GatewayComparators

public class GatewayComparators
extends java.lang.Object

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

GATEWAY_FORUM

public static final java.util.Comparator GATEWAY_FORUM
Compares two Gateway objects, based on their forum name.


GATEWAY_TYPE

public static final java.util.Comparator GATEWAY_TYPE
Compares two Gateway objects, based on their type.


GATEWAY_AVERAGE_TIME

public static final java.util.Comparator GATEWAY_AVERAGE_TIME
Compares two Gateway objects, based on their average run time.


GATEWAY_TIMES_RAN

public static final java.util.Comparator GATEWAY_TIMES_RAN
Compares two Gateway objects, based on their number of times ran.


GATEWAY_MESSAGES_ADDED

public static final java.util.Comparator GATEWAY_MESSAGES_ADDED
Compares two Gateway objects, based on their number of messages added.


GATEWAY_FAILED_MESSAGES

public static final java.util.Comparator GATEWAY_FAILED_MESSAGES
Compares two Gateway objects, based on their total number of failed messages.


GATEWAY_TOTAL_MESSAGES

public static final java.util.Comparator GATEWAY_TOTAL_MESSAGES
Compares two Gateway objects, based on their total number of messages.

Constructor Detail

GatewayComparators

public GatewayComparators()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.