|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStrategy | |
|---|---|
| org.ow2.cmi.controller.common | |
| org.ow2.cmi.controller.provider | |
| org.ow2.cmi.controller.server | |
| org.ow2.cmi.controller.server.filter | |
| org.ow2.cmi.info | |
| org.ow2.cmi.lb.policy | |
| Uses of IStrategy in org.ow2.cmi.controller.common |
|---|
| Methods in org.ow2.cmi.controller.common that return types with arguments of type IStrategy | |
|---|---|
java.lang.Class<? extends IStrategy<?>> |
ClusterViewManager.getStrategyClass(java.lang.String objectName)
Returns the class that defines the strategy for an object with the given name. |
| Uses of IStrategy in org.ow2.cmi.controller.provider |
|---|
| Methods in org.ow2.cmi.controller.provider that return types with arguments of type IStrategy | |
|---|---|
java.lang.Class<? extends IStrategy<?>> |
ClientClusterViewProvider.getStrategyClass(java.lang.String objectName)
Gets a class of strategy for the object with the given name. |
| Uses of IStrategy in org.ow2.cmi.controller.server |
|---|
| Methods in org.ow2.cmi.controller.server that return types with arguments of type IStrategy | |
|---|---|
java.lang.Class<? extends IStrategy<?>> |
IPolicyStrategyManager.getStrategyClass(java.lang.String objectName)
Returns the class that defines the strategy for an object with the given name. |
| Method parameters in org.ow2.cmi.controller.server with type arguments of type IStrategy | |
|---|---|
void |
IPolicyStrategyManager.addStrategyClass(java.lang.Class<? extends IStrategy<?>> strategyClass,
boolean overwrite)
Add a strategy class. |
| Uses of IStrategy in org.ow2.cmi.controller.server.filter |
|---|
| Subinterfaces of IStrategy in org.ow2.cmi.controller.server.filter | |
|---|---|
interface |
IFilter
This extended IStrategy allows to restrict accesses to a clustered object. |
| Uses of IStrategy in org.ow2.cmi.info |
|---|
| Methods in org.ow2.cmi.info that return types with arguments of type IStrategy | |
|---|---|
java.lang.Class<? extends IStrategy<?>> |
ClusteredObjectInfo.getStrategyType()
|
| Constructor parameters in org.ow2.cmi.info with type arguments of type IStrategy | |
|---|---|
ClusteredObjectInfo(java.lang.Class<?> itfClass,
java.lang.Class<? extends javax.ejb.EJBObject> businessClass,
java.lang.String clusterName,
boolean proxyEnabled,
org.ow2.util.pool.api.IPoolConfiguration poolConfiguration,
java.lang.Class<? extends IPolicy<?>> policyType,
java.lang.Class<? extends IStrategy<?>> 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 IStrategy in org.ow2.cmi.lb.policy |
|---|
| Methods in org.ow2.cmi.lb.policy that return IStrategy | |
|---|---|
IStrategy<T> |
IPolicy.getStrategy()
Return a strategy to modify the behavior of this policy. |
| Methods in org.ow2.cmi.lb.policy with parameters of type IStrategy | |
|---|---|
void |
IPolicy.setStrategy(IStrategy<T> strategy)
Sets a strategy to modify the behavior of this policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||