org.jppf.server.scheduler.bundle.autotuned
Class AbstractAutoTuneProfile

java.lang.Object
  extended by org.jppf.server.scheduler.bundle.autotuned.AbstractAutoTuneProfile
All Implemented Interfaces:
Serializable, LoadBalancingProfile
Direct Known Subclasses:
AnnealingTuneProfile, ProportionalTuneProfile, RLProfile

public abstract class AbstractAutoTuneProfile
extends Object
implements LoadBalancingProfile

Default abstract implementation of the LoadBalancingProfile interface, providing an encapsulation of the parameters as Java properties.

Author:
Domingos Creado, Laurent Cohen
See Also:
Serialized Form

Constructor Summary
AbstractAutoTuneProfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jppf.server.scheduler.bundle.LoadBalancingProfile
copy
 

Constructor Detail

AbstractAutoTuneProfile

public AbstractAutoTuneProfile()


Copyright © 2005-2010 JPPF Team.