Class WeightedRoundRobinView
- java.lang.Object
-
- org.apache.synapse.endpoints.algorithms.WeightedRoundRobinView
-
- All Implemented Interfaces:
WeightedRoundRobinViewMBean
public class WeightedRoundRobinView extends Object implements WeightedRoundRobinViewMBean
-
-
Constructor Summary
Constructors Constructor Description WeightedRoundRobinView(WeightedRoundRobin algorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeWeight(int pos, int weight)int[]getCurrentWeights()
-
-
-
Constructor Detail
-
WeightedRoundRobinView
public WeightedRoundRobinView(WeightedRoundRobin algorithm)
-
-
Method Detail
-
changeWeight
public void changeWeight(int pos, int weight)- Specified by:
changeWeightin interfaceWeightedRoundRobinViewMBean
-
getCurrentWeights
public int[] getCurrentWeights()
- Specified by:
getCurrentWeightsin interfaceWeightedRoundRobinViewMBean
-
-