Package org.jboss.ha.framework.interfaces

Interface Summary
HARMIProxy  
HARMIServer When using HA-RMI, the RMI communication end-point on the server-side is an instance of this class.
LoadBalancePolicy Extends the parent interface by adding support for passing in a legacy (i.e.
 

Class Summary
FirstAvailable LoadBalancingPolicy implementation that always favor the first available target i.e.
FirstAvailableIdenticalAllProxies LoadBalancingPolicy implementation that always favor the first available target i.e.
HARMIClient  
HARMIResponse When using HA-RMI, the result of an invocation is embedded in an instance of this class.
RandomRobin LoadBalancingPolicy implementation that always fully randomly select its target (without basing its decision on any historic).
RoundRobin LoadBalancingPolicy implementation that always favor the next available target load balancing always occurs.
SubPartitionInfo Holder class that knows about a particular HA(sub)Partition i.e.
SubPartitionsInfo Holder class that knows about a set of HA(sub)Partition currently building the overall cluster.
TransactionSticky Root transaction sticky load balance policy class that checks whether there's a sticky target associated with the current invocation and based on that returns the associated target or delegates to the given load balance policy to choose a new target if there's no target associated with the invocation.
TransactionStickyFirstAvailable First available transaction sticky load balance policy.
TransactionStickyFirstAvailableIdenticalAllProxies First available indentical all proxies transaction sticky load balance policy.
TransactionStickyRandomRobin Random robin transaction sticky load balace policy.
TransactionStickyRoundRobin Round robin transaction sticky load balance policy
 



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