|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILBPolicy | |
|---|---|
| org.ow2.carol.cmi.controller.common | |
| org.ow2.carol.cmi.controller.provider | |
| org.ow2.carol.cmi.info | |
| Uses of ILBPolicy in org.ow2.carol.cmi.controller.common |
|---|
| Methods in org.ow2.carol.cmi.controller.common that return ILBPolicy | |
|---|---|
ILBPolicy<CMIReference> |
ClusterViewManager.getLBPolicy(java.lang.String objectName)
Returns an instance of LB policy for the object that have the given name. |
| Methods in org.ow2.carol.cmi.controller.common that return types with arguments of type ILBPolicy | |
|---|---|
java.lang.Class<? extends ILBPolicy> |
ClusterViewManager.getLBPolicyClass(java.lang.String objectName)
Returns the class that defines the policy for an object with the given name. |
| Uses of ILBPolicy in org.ow2.carol.cmi.controller.provider |
|---|
| Methods in org.ow2.carol.cmi.controller.provider that return types with arguments of type ILBPolicy | |
|---|---|
java.lang.Class<? extends ILBPolicy> |
ClientClusterViewProvider.getLBPolicyClass(java.lang.String objectName)
Gets the class of a given LB policy. |
| Uses of ILBPolicy in org.ow2.carol.cmi.info |
|---|
| Methods in org.ow2.carol.cmi.info that return types with arguments of type ILBPolicy | |
|---|---|
java.lang.Class<? extends ILBPolicy> |
ClusteredObjectInfo.getPolicyType()
|
| Constructor parameters in org.ow2.carol.cmi.info with type arguments of type ILBPolicy | |
|---|---|
ClusteredObjectInfo(java.lang.Class<?> itfName,
java.lang.Class<? extends javax.ejb.EJBObject> businessName,
java.lang.String clusterName,
int minPoolSize,
int maxPoolSize,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||