1 22 package org.jboss.ha.framework.interfaces; 23 24 import org.jboss.invocation.Invocation; 25 26 36 public interface LoadBalancePolicy extends java.io.Serializable  37 { 38 41 static final long serialVersionUID = -5071668971774090555L; 42 47 public void init (HARMIClient father); 48 49 55 public Object chooseTarget (FamilyClusterInfo clusterFamily); 56 57 65 public Object chooseTarget (FamilyClusterInfo clusterFamily, Invocation routingDecision); 66 } 67 | Popular Tags |