Uses of Interface
org.jboss.ha.client.loadbalance.AopLoadBalancePolicy

Packages that use AopLoadBalancePolicy
org.jboss.ha.client.loadbalance.aop   
 

Uses of AopLoadBalancePolicy in org.jboss.ha.client.loadbalance.aop
 

Classes in org.jboss.ha.client.loadbalance.aop that implement AopLoadBalancePolicy
 class FirstAvailable
          LoadBalancePolicy implementation that, once a target is chosen, always favors that same target; i.e.
 class FirstAvailableIdenticalAllProxies
          Extends the "sticky session" behavior of FirstAvailable by caching the favored target in the FamilyClusterInfo, thus allowing different proxies for the same family to use the same favored target.
 



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