org.jacorb.notification.queue
Class QueueUtil

java.lang.Object
  extended by org.jacorb.notification.queue.QueueUtil

public class QueueUtil
extends Object

Author:
Alphonse Bendt

Field Summary
static Comparator ASCENDING_INSERT_ORDER_COMPARATOR
           
static Comparator ASCENDING_PRIORITY_COMPARATOR
           
static Comparator ASCENDING_TIMEOUT_COMPARATOR
           
static Comparator DESCENDING_INSERT_ORDER_COMPARATOR
           
static Comparator DESCENDING_PRIORITY_COMPARATOR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCENDING_TIMEOUT_COMPARATOR

public static Comparator ASCENDING_TIMEOUT_COMPARATOR

ASCENDING_INSERT_ORDER_COMPARATOR

public static Comparator ASCENDING_INSERT_ORDER_COMPARATOR

DESCENDING_INSERT_ORDER_COMPARATOR

public static Comparator DESCENDING_INSERT_ORDER_COMPARATOR

ASCENDING_PRIORITY_COMPARATOR

public static Comparator ASCENDING_PRIORITY_COMPARATOR

DESCENDING_PRIORITY_COMPARATOR

public static Comparator DESCENDING_PRIORITY_COMPARATOR


Copyright © 2015 JacORB. All rights reserved.