Uses of Class
org.ow2.carol.cmi.lb.decision.BasicDecisionManager

Packages that use BasicDecisionManager
org.ow2.carol.cmi.lb.decision   
org.ow2.carol.cmi.lb.policy   
 

Uses of BasicDecisionManager in org.ow2.carol.cmi.lb.decision
 

Methods in org.ow2.carol.cmi.lb.decision that return BasicDecisionManager
static BasicDecisionManager<java.lang.Void> BasicDecisionManager.doRetry()
          Creates a retry decision.
static
<ReturnType>
BasicDecisionManager<ReturnType>
BasicDecisionManager.doReturn(ReturnType retVal)
          Creates a return decision.
static BasicDecisionManager<java.lang.Void> BasicDecisionManager.doThrow()
          Creates a throw decision.
 

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

Methods in org.ow2.carol.cmi.lb.policy that return BasicDecisionManager
 BasicDecisionManager<java.lang.Void> RandomPolicy.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.
 BasicDecisionManager<java.lang.Void> FirstAvailablePolicy.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.
 BasicDecisionManager<java.lang.Void> RoundRobinPolicy.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.
 BasicDecisionManager<java.lang.Void> RandomPolicy.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.
 BasicDecisionManager<java.lang.Void> FirstAvailablePolicy.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.
 BasicDecisionManager<java.lang.Void> RoundRobinPolicy.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>
BasicDecisionManager<ReturnType>
RandomPolicy.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.
<ReturnType>
BasicDecisionManager<ReturnType>
FirstAvailablePolicy.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.
<ReturnType>
BasicDecisionManager<ReturnType>
RoundRobinPolicy.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.