Uses of Class
org.ow2.carol.cmi.lb.util.LBPolicyFactoryException

Packages that use LBPolicyFactoryException
org.ow2.carol.cmi.lb.util   
 

Uses of LBPolicyFactoryException in org.ow2.carol.cmi.lb.util
 

Methods in org.ow2.carol.cmi.lb.util that throw LBPolicyFactoryException
 org.ow2.carol.cmi.lb.policy.ILBPolicy<T> LBPolicyFactory.createLBPolicy(java.lang.Class<? extends org.ow2.carol.cmi.lb.policy.ILBPolicy> lbPolicyClass)
          Returns a pure policy for a given class.
 org.ow2.carol.cmi.lb.policy.ILBPolicy<T> LBPolicyFactory.getLBPolicy(java.lang.Class<? extends org.ow2.carol.cmi.lb.policy.ILBPolicy> lbPolicyClass, java.lang.Class<? extends org.ow2.carol.cmi.lb.strategy.ILBStrategy> lbStrategyClass, java.util.Map<java.lang.String,?> properties)
          Returns a policy for the given classes of LB policy, strategy and properties.
 org.ow2.carol.cmi.lb.policy.ILBPolicy<T> LBPolicyFactory.getLBPolicy(java.lang.String objectName)
          Returns a policy to access to the object with the given name.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.