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

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


Uses of Interface
org.jboss.web.loadbalancer.scheduler.SchedulerMBean

Packages that use SchedulerMBean
org.jboss.web.loadbalancer   
org.jboss.web.loadbalancer.scheduler   
 

Uses of SchedulerMBean in org.jboss.web.loadbalancer
 

Fields in org.jboss.web.loadbalancer declared as SchedulerMBean
protected  SchedulerMBean LoadbalancerService.scheduler
           
protected  SchedulerMBean Loadbalancer.scheduler
           
 

Constructors in org.jboss.web.loadbalancer with parameters of type SchedulerMBean
Loadbalancer(SchedulerMBean scheduler, int timeout)
           
 

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

Subinterfaces of SchedulerMBean in org.jboss.web.loadbalancer.scheduler
 interface AbstractSchedulerMBean
          MBean interface.
 interface MinAvgSchedulerServiceMBean
          MBean interface.
 interface RoundRobinSchedulerServiceMBean
          MBean interface.
 interface WeightedLeastConnectionSchedulerServiceMBean
          MBean interface.
 

Classes in org.jboss.web.loadbalancer.scheduler that implement SchedulerMBean
 class AbstractScheduler
          Base-class for Scheduler
 class MinAvgSchedulerService
          A scheduler that chooses the node with the lowest avg.
 class RoundRobinSchedulerService
          A round robin scheduler.
 class WeightedLeastConnectionSchedulerService
          A scheduler that chooses the node with the lowest current connection count.
 



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