org.objectweb.proactive.loadbalancing
Class LoadBalancingTS

java.lang.Object
  extended by org.objectweb.proactive.loadbalancing.LoadBalancingTS
All Implemented Interfaces:
java.io.Serializable, TechnicalService

public class LoadBalancingTS
extends java.lang.Object
implements TechnicalService, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LoadBalancingTS()
           
 
Method Summary
 void apply(Node node)
          Initialize the given node with the Technical Service.
 void init(java.util.Map argValues)
          Initialize the Technical Service with its argument values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadBalancingTS

public LoadBalancingTS()
Method Detail

init

public void init(java.util.Map argValues)
Description copied from interface: TechnicalService
Initialize the Technical Service with its argument values.

Specified by:
init in interface TechnicalService
Parameters:
argValues - values of the Technical Service arguments.

apply

public void apply(Node node)
Description copied from interface: TechnicalService
Initialize the given node with the Technical Service.

Specified by:
apply in interface TechnicalService
Parameters:
node - the node where to apply the Technical Service.


Copyright 2001-2007 INRIA All Rights Reserved.