org.jboss.ha.framework.interfaces
Class TransactionStickyRandomRobin

java.lang.Object
  extended by org.jboss.ha.framework.interfaces.TransactionSticky
      extended by org.jboss.ha.framework.interfaces.TransactionStickyRandomRobin
All Implemented Interfaces:
Serializable, org.jboss.ha.client.loadbalance.LoadBalancePolicy

public class TransactionStickyRandomRobin
extends TransactionSticky

Random robin transaction sticky load balace policy.

Author:
Galder Zamarreno
See Also:
Serialized Form

Constructor Summary
TransactionStickyRandomRobin()
          Create a new TransactionStickyRandomRobin.
 
Method Summary
 
Methods inherited from class org.jboss.ha.framework.interfaces.TransactionSticky
chooseNewTarget, chooseTarget, chooseTarget, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionStickyRandomRobin

public TransactionStickyRandomRobin()
Create a new TransactionStickyRandomRobin.



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.