|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILBStrategy | |
|---|---|
| org.ow2.carol.cmi.controller.common | |
| org.ow2.carol.cmi.controller.provider | |
| org.ow2.carol.cmi.info | |
| org.ow2.carol.cmi.lb.policy | |
| Uses of ILBStrategy in org.ow2.carol.cmi.controller.common |
|---|
| Methods in org.ow2.carol.cmi.controller.common that return types with arguments of type ILBStrategy | |
|---|---|
java.lang.Class<? extends ILBStrategy> |
ClusterViewManager.getLBStrategyClass(java.lang.String objectName)
Returns the class that defines the strategy for an object with the given name. |
| Uses of ILBStrategy in org.ow2.carol.cmi.controller.provider |
|---|
| Methods in org.ow2.carol.cmi.controller.provider that return types with arguments of type ILBStrategy | |
|---|---|
java.lang.Class<? extends ILBStrategy> |
ClientClusterViewProvider.getLBStrategyClass(java.lang.String objectName)
Gets a class of strategy for the object with the given name. |
| Uses of ILBStrategy in org.ow2.carol.cmi.info |
|---|
| Methods in org.ow2.carol.cmi.info that return types with arguments of type ILBStrategy | |
|---|---|
java.lang.Class<? extends ILBStrategy> |
ClusteredObjectInfo.getStrategyType()
|
| Constructor parameters in org.ow2.carol.cmi.info with type arguments of type ILBStrategy | |
|---|---|
ClusteredObjectInfo(java.lang.Class<?> itfClass,
java.lang.Class<? extends javax.ejb.EJBObject> businessClass,
java.lang.String clusterName,
org.ow2.util.pool.api.IPoolConfiguration poolConfiguration,
java.lang.Class<? extends ILBPolicy> policyType,
java.lang.Class<? extends ILBStrategy> strategyType,
java.util.Map<java.lang.String,java.lang.Object> properties,
boolean stateful,
boolean replicated,
java.util.Set<java.lang.String> applicationExceptionNames)
Constructs informations for a clustered object with the default strategy for the given LB policy. |
|
| Uses of ILBStrategy in org.ow2.carol.cmi.lb.policy |
|---|
| Methods in org.ow2.carol.cmi.lb.policy that return ILBStrategy | |
|---|---|
ILBStrategy<T> |
ILBPolicy.getLBStrategy()
Return a strategy to modify the behavior of this policy. |
| Methods in org.ow2.carol.cmi.lb.policy with parameters of type ILBStrategy | |
|---|---|
void |
ILBPolicy.setLBStrategy(ILBStrategy<T> lbStrategy)
Sets a strategy to modify the behavior of this policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||