org.jboss.jms.client.plugin
Class LoadBalancingFactory

java.lang.Object
  extended by org.jboss.jms.client.plugin.LoadBalancingFactory
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoLoadBalancingLoadBalancingFactory, RoundRobinLoadBalancingFactory

public abstract class LoadBalancingFactory
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 2977 $ $Id: LoadBalancingFactory.java 2977 2007-08-08 15:32:14Z timfox $
Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
LoadBalancingFactory()
           
 
Method Summary
abstract  LoadBalancingPolicy createLoadBalancingPolicy(ConnectionFactoryDelegate[] view)
          A LoadBalancingPolicy will work on top of ConnectionFactoryDelegate.
static LoadBalancingFactory getDefaultFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadBalancingFactory

public LoadBalancingFactory()
Method Detail

createLoadBalancingPolicy

public abstract LoadBalancingPolicy createLoadBalancingPolicy(ConnectionFactoryDelegate[] view)
A LoadBalancingPolicy will work on top of ConnectionFactoryDelegate.


getDefaultFactory

public static LoadBalancingFactory getDefaultFactory()


Copyright © 2006 JBoss Inc. All Rights Reserved.