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

Uses of Class org.jboss.web.loadbalancer.scheduler.Host (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


Uses of Class
org.jboss.web.loadbalancer.scheduler.Host

Packages that use Host
org.jboss.web.loadbalancer.monitor   
org.jboss.web.loadbalancer.scheduler   
org.jboss.web.loadbalancer.util   
 

Uses of Host in org.jboss.web.loadbalancer.monitor
 

Methods in org.jboss.web.loadbalancer.monitor with parameters of type Host
protected  boolean AbstractMonitor.checkHost(Host host)
          Check the given host.
 

Uses of Host in org.jboss.web.loadbalancer.scheduler
 

Methods in org.jboss.web.loadbalancer.scheduler that return Host
 Host AbstractSchedulerMBean.addHost(String hostString)
          Add a host to the up list.
protected  Host WeightedLeastConnectionSchedulerService.getNextHost()
           
protected  Host RoundRobinSchedulerService.getNextHost()
           
protected  Host MinAvgSchedulerService.getNextHost()
           
protected abstract  Host AbstractScheduler.getNextHost()
          Override this method to create a new scheduler.
protected  Host AbstractScheduler.findStickyHost(Request schedRequest)
          Find the sticky host for the given request
 Host AbstractScheduler.addHost(String hostString)
          Add a host to the up list.
 

Methods in org.jboss.web.loadbalancer.scheduler with parameters of type Host
protected  javax.management.ObjectName AbstractScheduler.genObjectNameForHost(Host host)
           
protected  void AbstractScheduler.registerHostMBean(Host host)
           
protected  void AbstractScheduler.deregisterHostMBean(Host host)
           
protected  void AbstractScheduler.markNodeDown(Host host)
           
protected  void AbstractScheduler.markNodeUp(Host host)
           
 

Constructors in org.jboss.web.loadbalancer.scheduler with parameters of type Host
HostStateChangedNotification(Host source, String message)
           
 

Uses of Host in org.jboss.web.loadbalancer.util
 

Methods in org.jboss.web.loadbalancer.util that return Host
 Host Request.getHost()
           
 

Methods in org.jboss.web.loadbalancer.util with parameters of type Host
 void Request.setHost(Host host)
           
 



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