Uses of Class
org.ow2.carol.cmi.reference.CMIReference

Packages that use CMIReference
org.ow2.carol.cmi.controller.common   
org.ow2.carol.cmi.controller.provider   
org.ow2.carol.cmi.controller.server   
org.ow2.carol.cmi.reference   
 

Uses of CMIReference in org.ow2.carol.cmi.controller.common
 

Methods in org.ow2.carol.cmi.controller.common that return types with arguments of type CMIReference
 java.util.List<CMIReference> ClusterViewManager.getCMIReferences(java.lang.String objectName, java.lang.String protocolName)
          Returns a list of CMIReference for an object with the given name and protocol.
 ILBPolicy<CMIReference> ClusterViewManager.getLBPolicy(java.lang.String objectName)
          Returns an instance of LB policy for the object that have the given name.
 org.ow2.util.pool.api.Pool<CMIReferenceable,CMIReference> ClusterViewManager.getPool(java.lang.String objectName)
          Returns a pool of CMIReferenceable for an object with the given name.
 

Method parameters in org.ow2.carol.cmi.controller.common with type arguments of type CMIReference
 void ClusterViewManager.setPool(java.lang.String objectName, org.ow2.util.pool.api.Pool<CMIReferenceable,CMIReference> pool)
          Associates a name of object with a pool of CMIReferenceable.
 

Uses of CMIReference in org.ow2.carol.cmi.controller.provider
 

Methods in org.ow2.carol.cmi.controller.provider that return types with arguments of type CMIReference
 java.util.List<CMIReference> ClientClusterViewProvider.getCMIReferences(java.lang.String objectName, java.lang.String protocolName)
          Gets the nodes list of a given object and protocol.
 

Uses of CMIReference in org.ow2.carol.cmi.controller.server
 

Methods in org.ow2.carol.cmi.controller.server that return types with arguments of type CMIReference
 java.util.List<CMIReference> ServerClusterViewManager.getCMIReferences(java.lang.String objectName)
          Returns a list of CMIReference for an object with the given name.
 

Methods in org.ow2.carol.cmi.controller.server with parameters of type CMIReference
 void ServerClusterViewManager.addObjectInstance(ClusteredObjectInfo clusteredObjectInfo, CMIReference cmiReference)
          Adds an instance of a clustered object.
 void ServerClusterViewManager.removeCMIReference(CMIReference cmiReference)
          Removes a CMIReference from the cluster view.
 

Uses of CMIReference in org.ow2.carol.cmi.reference
 

Methods in org.ow2.carol.cmi.reference that return CMIReference
 CMIReference CMIReferenceable.getReference()
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.