Package org.rioproject.monitor.service.selectors

Examples of org.rioproject.monitor.service.selectors.RoundRobinSelector


        /* Get the ServiceResourceSelector */
        selector = (ServiceResourceSelector)config.getEntry(CONFIG_COMPONENT,
                                                            "serviceResourceSelector",
                                                            ServiceResourceSelector.class,
                                                            new RoundRobinSelector());
        selector.setLandlordLessor(landlord);
        logger.trace("ServiceResourceSelector : {}", selector.getClass().getName());

        this.eventSource = eventSource;
        this.watch = watch;
View Full Code Here

TOP

Related Classes of org.rioproject.monitor.service.selectors.RoundRobinSelector

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.