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

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

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

Methods in org.ow2.carol.cmi.lb.policy that return DecisionManager
 DecisionManager<java.lang.Void> ILBPolicy.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> ILBPolicy.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>
ILBPolicy.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 © 2007 OW2 Consortium. All Rights Reserved.