|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyFactoryException | |
|---|---|
| org.ow2.cmi.lb.util | |
| Uses of PolicyFactoryException in org.ow2.cmi.lb.util |
|---|
| Methods in org.ow2.cmi.lb.util that throw PolicyFactoryException | |
|---|---|
org.ow2.cmi.lb.policy.IPolicy<T> |
PolicyFactory.createPolicy(java.lang.Class<? extends org.ow2.cmi.lb.policy.IPolicy> policyClass)
Returns a pure policy for a given class. |
org.ow2.cmi.lb.policy.IPolicy<T> |
PolicyFactory.getPolicy(java.lang.Class<? extends org.ow2.cmi.lb.policy.IPolicy> policyClass,
java.lang.Class<? extends org.ow2.cmi.lb.strategy.IStrategy> strategyClass,
java.util.Map<java.lang.String,?> properties)
Returns a policy for the given classes of policy, strategy and properties. |
org.ow2.cmi.lb.policy.IPolicy<T> |
PolicyFactory.getPolicy(java.lang.String objectName)
Returns a policy to access to the object with the given name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||