org.apache.synapse.endpoints.algorithms
Interface WeightedRoundRobinViewMBean

All Known Implementing Classes:
WeightedRoundRobinView

public interface WeightedRoundRobinViewMBean


Method Summary
 void changeWeight(int pos, int weight)
           
 int[] getCurrentWeights()
           
 

Method Detail

changeWeight

void changeWeight(int pos,
                  int weight)

getCurrentWeights

int[] getCurrentWeights()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.