Package org.jboss.ha.framework.interfaces

Examples of org.jboss.ha.framework.interfaces.RandomRobin


      /** The serialVersionUID */
      private static final long serialVersionUID = -1626190092127048933L;
   
      public TraceRandomRobin()
      {
         super(new RandomRobin());
      }     
View Full Code Here

TOP

Related Classes of org.jboss.ha.framework.interfaces.RandomRobin

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.