Package org.rioproject.impl.event

Examples of org.rioproject.impl.event.RoundRobinEventHandler


        void createDEH() throws Exception {
            eventHandler = new DispatchEventHandler(getEventDescriptor());
        }

        void createRoundRobin() throws Exception {
            eventHandler = new RoundRobinEventHandler(getEventDescriptor());
        }
View Full Code Here

TOP

Related Classes of org.rioproject.impl.event.RoundRobinEventHandler

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.