|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
RoundRobinSchedulerService.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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||