com.aelitis.azureus.core.speedmanager.impl.v2
Class SMInstance

java.lang.Object
  extended by com.aelitis.azureus.core.speedmanager.impl.v2.SMInstance

public class SMInstance
extends Object


Method Summary
 SpeedManagerAlgorithmProviderAdapter getAdapter()
           
 SMConfigurationAdapter getConfigManager()
           
static SMInstance getInstance()
           
static void init(SpeedManagerAlgorithmProviderAdapter _adapter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init(SpeedManagerAlgorithmProviderAdapter _adapter)

getInstance

public static SMInstance getInstance()

getAdapter

public SpeedManagerAlgorithmProviderAdapter getAdapter()

getConfigManager

public SMConfigurationAdapter getConfigManager()