Uses of Class
org.ow2.cmi.controller.common.ClusterViewManagerException

Packages that use ClusterViewManagerException
org.ow2.cmi.controller.client   
org.ow2.cmi.controller.common   
org.ow2.cmi.controller.provider   
org.ow2.cmi.controller.server   
 

Uses of ClusterViewManagerException in org.ow2.cmi.controller.client
 

Subclasses of ClusterViewManagerException in org.ow2.cmi.controller.client
 class ClientClusterViewManagerException
          Exception thrown if there is a failure in the manager of the cluster view at client-side.
 

Uses of ClusterViewManagerException in org.ow2.cmi.controller.common
 

Methods in org.ow2.cmi.controller.common that throw ClusterViewManagerException
 void ClusterViewManager.addObjectToWatch(java.lang.String objectName)
          Adds an object with the given name to a set of objects that need to have their state up-to-date.
 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.
 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.
 boolean ClusterViewManager.start()
          Start the manager and return if it is available.
 

Uses of ClusterViewManagerException in org.ow2.cmi.controller.provider
 

Methods in org.ow2.cmi.controller.provider that throw ClusterViewManagerException
 java.lang.Class<? extends IPolicy<?>> ClientClusterViewProvider.getPolicyClass(java.lang.String objectName)
          Gets the class of a given policy.
 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 ClusterViewManagerException in org.ow2.cmi.controller.server
 

Subclasses of ClusterViewManagerException in org.ow2.cmi.controller.server
 class ServerClusterViewManagerException
          Exception thrown if there is a failure in the manager of the cluster view at server-side.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.