Uses of Class
org.dasein.cloud.services.lb.LbAlgorithm

Packages that use LbAlgorithm
org.dasein.cloud.services.lb   
 

Uses of LbAlgorithm in org.dasein.cloud.services.lb
 

Methods in org.dasein.cloud.services.lb that return LbAlgorithm
 LbAlgorithm LbListener.getAlgorithm()
           
static LbAlgorithm LbAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LbAlgorithm[] LbAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dasein.cloud.services.lb with parameters of type LbAlgorithm
 void LbListener.setAlgorithm(LbAlgorithm algorithm)