Package net.sf.hajdbc.balancer.simple

Examples of net.sf.hajdbc.balancer.simple.SimpleBalancerFactory


*/
public class SimpleBalancerTest extends AbstractBalancerTest
{
  public SimpleBalancerTest()
  {
    super(new SimpleBalancerFactory());
  }
View Full Code Here

TOP

Related Classes of net.sf.hajdbc.balancer.simple.SimpleBalancerFactory

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.