| Methods in org.ow2.cmi.lb.policy that return DecisionManager |
|
IPolicy.onChoose(java.lang.reflect.Method method,
java.lang.Object[] parameters,
ReturnType chosenValue)
Return a decision when a server is chosen and its delegate retrieved. |
DecisionManager<java.lang.Void> |
IPolicy.onInvokeException(java.lang.reflect.Method method,
java.lang.Object[] parameters,
T loadBalanceable,
java.lang.Throwable thr)
Returns a decision when an exception is thrown during an invocation for a given load-balanceable. |
DecisionManager<java.lang.Void> |
IPolicy.onLookupException(T loadBalanceable,
java.lang.Throwable thr)
Returns a decision when an exception is thrown during an access to a registry for a given load-balanceable. |
|
IPolicy.onReturn(java.lang.reflect.Method method,
java.lang.Object[] parameters,
T loadBalanceable,
ReturnType retVal)
Returns a decision when the invocation of a remote method ends. |