站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

Uses of Interface org.jboss.ha.framework.interfaces.LoadBalancePolicy (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


Uses of Interface
org.jboss.ha.framework.interfaces.LoadBalancePolicy

Packages that use LoadBalancePolicy
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
org.jboss.invocation   
org.jboss.invocation.http.interfaces   
org.jboss.invocation.http.server   
org.jboss.invocation.jrmp.interfaces   
org.jboss.invocation.jrmp.server   
org.jboss.invocation.pooled.server   
 

Uses of LoadBalancePolicy in org.jboss.ha.framework.interfaces
 

Classes in org.jboss.ha.framework.interfaces that implement LoadBalancePolicy
 class FirstAvailable
          LoadBalancingPolicy implementation that always favor the first available target i.e.
 class FirstAvailableIdenticalAllProxies
          LoadBalancingPolicy implementation that always favor the first available target i.e.
 class RandomRobin
          LoadBalancingPolicy implementation that always fully randomly select its target (without basing its decision on any historic).
 class RoundRobin
          LoadBalancingPolicy implementation that always favor the next available target load balancing always occurs.
 

Fields in org.jboss.ha.framework.interfaces declared as LoadBalancePolicy
protected  LoadBalancePolicy HARMIClient.loadBalancePolicy
           
 

Constructors in org.jboss.ha.framework.interfaces with parameters of type LoadBalancePolicy
HARMIClient(ArrayList targets, LoadBalancePolicy policy, String key)
           
HARMIClient(ArrayList targets, long initViewId, LoadBalancePolicy policy, String key, Object local)
           
 

Uses of LoadBalancePolicy in org.jboss.ha.framework.server
 

Methods in org.jboss.ha.framework.server with parameters of type LoadBalancePolicy
 Object HARMIServerImpl.createHAStub(LoadBalancePolicy policy)
          Once a HARMIServer implementation exists, it is possible to ask for a stub that can, for example, be bound in JNDI for client use.
 

Uses of LoadBalancePolicy in org.jboss.invocation
 

Methods in org.jboss.invocation with parameters of type LoadBalancePolicy
 org.jboss.invocation.Invoker InvokerHA.createProxy(javax.management.ObjectName targetName, LoadBalancePolicy policy, String proxyFamilyName)
           
 

Uses of LoadBalancePolicy in org.jboss.invocation.http.interfaces
 

Fields in org.jboss.invocation.http.interfaces declared as LoadBalancePolicy
protected  LoadBalancePolicy HttpInvokerProxyHA.loadBalancePolicy
           
 

Constructors in org.jboss.invocation.http.interfaces with parameters of type LoadBalancePolicy
HttpInvokerProxyHA(ArrayList targets, long viewId, LoadBalancePolicy policy, String proxyFamilyName)
           
 

Uses of LoadBalancePolicy in org.jboss.invocation.http.server
 

Methods in org.jboss.invocation.http.server with parameters of type LoadBalancePolicy
 org.jboss.invocation.Invoker HttpInvokerHA.createProxy(javax.management.ObjectName targetName, LoadBalancePolicy policy, String proxyFamilyName)
           
 

Uses of LoadBalancePolicy in org.jboss.invocation.jrmp.interfaces
 

Fields in org.jboss.invocation.jrmp.interfaces declared as LoadBalancePolicy
protected  LoadBalancePolicy JRMPInvokerProxyHA.loadBalancePolicy
           
 

Constructors in org.jboss.invocation.jrmp.interfaces with parameters of type LoadBalancePolicy
JRMPInvokerProxyHA(ArrayList targets, LoadBalancePolicy policy, String proxyFamilyName, long viewId)
           
 

Uses of LoadBalancePolicy in org.jboss.invocation.jrmp.server
 

Methods in org.jboss.invocation.jrmp.server with parameters of type LoadBalancePolicy
 org.jboss.invocation.Invoker JRMPInvokerHA.createProxy(javax.management.ObjectName beanName, LoadBalancePolicy policy, String proxyFamilyName)
           
 

Uses of LoadBalancePolicy in org.jboss.invocation.pooled.server
 

Methods in org.jboss.invocation.pooled.server with parameters of type LoadBalancePolicy
 org.jboss.invocation.Invoker PooledInvokerHA.createProxy(javax.management.ObjectName beanName, LoadBalancePolicy policy, String proxyFamilyName)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.