fungus.core.service
Class LoadBalancer

java.lang.Object
  |
  +--fungus.core.service.AbstractService
        |
        +--fungus.core.service.LoadBalancer
All Implemented Interfaces:
LoadBalancerService, Service, ServiceInformation

public class LoadBalancer
extends AbstractService
implements LoadBalancerService

Since:
Thu May 22 16:26:12 2003
Version:
"$Id: LoadBalancer.java,v 1.1 2003/05/22 16:00:49 djedi Exp $"
Author:
"Moise Valvassori"

Fields inherited from class fungus.core.service.AbstractService
infra
 
Fields inherited from interface fungus.core.service.LoadBalancerService
resource
 
Constructor Summary
LoadBalancer()
          Creates a new LoadBalancer instance.
 
Method Summary
 void balance()
          Realise le load balancing.
 void init()
          initialise le service.
 
Methods inherited from class fungus.core.service.AbstractService
getAuthor, getDate, getName, getType, getVersion, setInformation, setInfrastructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fungus.core.service.Service
getType, setInfrastructure
 

Constructor Detail

LoadBalancer

public LoadBalancer()
Creates a new LoadBalancer instance.
Method Detail

init

public void init()
Description copied from interface: Service
initialise le service.
Specified by:
init in interface Service
Overrides:
init in class AbstractService

balance

public void balance()
Description copied from interface: LoadBalancerService
Realise le load balancing.
Specified by:
balance in interface LoadBalancerService