Uses of Interface
org.ow2.cmi.lb.decision.DecisionManager

Packages that use DecisionManager
org.ow2.cmi.lb.policy   
 

Uses of DecisionManager in org.ow2.cmi.lb.policy
 

Methods in org.ow2.cmi.lb.policy that return DecisionManager
<ReturnType>
DecisionManager<ReturnType>
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.
<ReturnType>
DecisionManager<ReturnType>
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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.