|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPolicy | |
|---|---|
| org.ow2.cmi.controller.common | |
| org.ow2.cmi.controller.provider | |
| org.ow2.cmi.controller.server | |
| org.ow2.cmi.info | |
| Uses of IPolicy in org.ow2.cmi.controller.common |
|---|
| Methods in org.ow2.cmi.controller.common that return IPolicy | |
|---|---|
IPolicy<CMIReference> |
ClusterViewManager.getPolicy(java.lang.String objectName)
Returns an instance of policy for the object that have the given name. |
| Methods in org.ow2.cmi.controller.common that return types with arguments of type IPolicy | |
|---|---|
java.lang.Class<? extends IPolicy<?>> |
ClusterViewManager.getPolicyClass(java.lang.String objectName)
Returns the class that defines the policy for an object with the given name. |
| Uses of IPolicy in org.ow2.cmi.controller.provider |
|---|
| Methods in org.ow2.cmi.controller.provider that return types with arguments of type IPolicy | |
|---|---|
java.lang.Class<? extends IPolicy<?>> |
ClientClusterViewProvider.getPolicyClass(java.lang.String objectName)
Gets the class of a given policy. |
| Uses of IPolicy in org.ow2.cmi.controller.server |
|---|
| Methods in org.ow2.cmi.controller.server that return types with arguments of type IPolicy | |
|---|---|
java.lang.Class<? extends IPolicy<?>> |
IPolicyStrategyManager.getPolicyClass(java.lang.String objectName)
Returns the class that defines the policy for an object with the given name. |
| Method parameters in org.ow2.cmi.controller.server with type arguments of type IPolicy | |
|---|---|
void |
IPolicyStrategyManager.addPolicyClass(java.lang.Class<? extends IPolicy<?>> policyClass,
boolean overwrite)
Add a policy class. |
| Uses of IPolicy in org.ow2.cmi.info |
|---|
| Methods in org.ow2.cmi.info that return types with arguments of type IPolicy | |
|---|---|
java.lang.Class<? extends IPolicy<?>> |
ClusteredObjectInfo.getPolicyType()
|
| Constructor parameters in org.ow2.cmi.info with type arguments of type IPolicy | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||