Package org.exolab.jms.common.util

Examples of org.exolab.jms.common.util.OrderedQueue


     * Create a new sorted tree set using the lease comparator as the
     * sorting functor.
     */
    public LeaseManager() {
        super("LeaseManager");
        _queue = new OrderedQueue(new LeaseComparator());
    }
View Full Code Here

TOP

Related Classes of org.exolab.jms.common.util.OrderedQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.