Uses of Class
org.ow2.cmi.reference.ObjectNotFoundException

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

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

Methods in org.ow2.cmi.controller.client that throw ObjectNotFoundException
 void ClientClusterViewManager.pullAndUpdateObjectInfos(java.lang.String objectName)
          Updates informations about clustering for the object with the given name.
 

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

Methods in org.ow2.cmi.controller.common that throw ObjectNotFoundException
 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.util.Set<java.lang.String> ClusterViewManager.getApplicationExceptionNames(java.lang.String objectName)
          Return classnames of the application exceptions.
 java.lang.String ClusterViewManager.getClusterName(java.lang.String objectName)
          Returns the name of cluster for the object with the given name.
 java.util.Collection<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.
 long ClusterViewManager.getDateOfProperties(java.lang.String objectName)
          Returns the date of properties for an object with the given name.
 java.lang.Class<?> ClusterViewManager.getInterface(java.lang.String objectName)
          Returns the interface of an object bound with the given name.
 IPolicy<CMIReference> ClusterViewManager.getPolicy(java.lang.String objectName)
          Returns an instance of policy for the object that have the given name.
 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.String ClusterViewManager.getPolicyClassName(java.lang.String objectName)
          Returns the name of class of policy for the object with 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.
 org.ow2.util.pool.api.IPoolConfiguration ClusterViewManager.getPoolConfiguration(java.lang.String objectName)
          Returns the configuration of pool of CMIReferenceable for a object with the given name.
 java.util.Map<java.lang.String,java.lang.Object> ClusterViewManager.getPropertiesForPolicy(java.lang.String objectName)
          Returns the properties of the policy for an object with the given name.
 java.lang.Object ClusterViewManager.getPropertyForPolicy(java.lang.String objectName, java.lang.String propertyName)
          Returns a value property of the policy for an object with the given name.
 java.lang.Class<? extends javax.ejb.EJBObject> ClusterViewManager.getRemoteClass(java.lang.String objectName)
          Returns the business interface of an object bound with the given name (for ejb2 only).
 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.
 java.lang.String ClusterViewManager.getStrategyClassName(java.lang.String objectName)
          Returns the name of class of strategy for the object with the given name.
 boolean ClusterViewManager.hasState(java.lang.String objectName)
          Return true if the object with the given name is stateful.
 boolean ClusterViewManager.isPoolToEmpty(java.lang.String objectName)
          Returns true if the pool for object with the given name should be empty.
 boolean ClusterViewManager.isProxyEnabled(java.lang.String objectName)
           
 boolean ClusterViewManager.isReplicated(java.lang.String objectName)
          Return true if the object with the given name is replicated for high-availability.
 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 ObjectNotFoundException in org.ow2.cmi.controller.provider
 

Methods in org.ow2.cmi.controller.provider that throw ObjectNotFoundException
 java.util.Collection<CMIReference> ClientClusterViewProvider.getCMIReferences(java.lang.String objectName, java.lang.String protocolName)
          Gets the nodes list of a given object and protocol.
 long ClientClusterViewProvider.getDateOfProperties(java.lang.String objectName)
          Returns the date of the last properties for a given object.
 ImmutableClusteredObjectInfos ClientClusterViewProvider.getImmutableInfos(java.lang.String objectName)
           
 java.lang.Class<? extends IPolicy<?>> ClientClusterViewProvider.getPolicyClass(java.lang.String objectName)
          Gets the class of a given policy.
 java.lang.String ClientClusterViewProvider.getPolicyClassName(java.lang.String objectName)
          Returns the name of the class of policy for the object with the given name.
 org.ow2.util.pool.api.IPoolConfiguration ClientClusterViewProvider.getPoolConfiguration(java.lang.String objectName)
          Returns the configuration of pool of CMIReferenceable for a object with the given name.
 java.util.Map<java.lang.String,java.lang.Object> ClientClusterViewProvider.getPropertiesForPolicy(java.lang.String objectName)
          Returns the properties for the object with the given name.
 java.lang.Class<? extends IStrategy<?>> ClientClusterViewProvider.getStrategyClass(java.lang.String objectName)
          Gets a class of strategy for the object with the given name.
 java.lang.String ClientClusterViewProvider.getStrategyClassName(java.lang.String objectName)
          Returns the name of the class of strategy for the object with the given name.
 boolean ClientClusterViewProvider.isPoolToEmpty(java.lang.String objectName)
          Returns true if the pool for object with the given name should be empty.
 boolean ClientClusterViewProvider.isReplicated(java.lang.String objectName)
          Return true if the object with the given name is replicated for high-availability.
 

Uses of ObjectNotFoundException in org.ow2.cmi.controller.server
 

Methods in org.ow2.cmi.controller.server that throw ObjectNotFoundException
 void ServerClusterViewManager.addFilter(java.lang.String objectName, IFilter filter)
          Add a new filter for the given object name.
 java.lang.String ServerClusterViewManager.getBusinessName(java.lang.String objectName)
          Returns a name of business interface of this object (for ejb2 only).
 java.util.Collection<CMIReference> ServerClusterViewManager.getCMIReferences(java.lang.String objectName)
          Returns a list of CMIReference for an object with the given name.
 java.util.Collection<CMIReference> ServerClusterViewManager.getCMIReferences(java.lang.String objectName, java.lang.String protocolName, java.util.Set<java.lang.Object> qualities)
          Return a filtered list of CMIReference for an object with the given name.
 java.util.List<IFilter> ServerClusterViewManager.getFilters(java.lang.String objectName)
          Return the filters that are used to restrict accesses on the given object.
 ImmutableClusteredObjectInfos ServerClusterViewManager.getImmutableInfos(java.lang.String objectName)
           
 java.lang.String ServerClusterViewManager.getItfName(java.lang.String objectName)
          Returns a name of interface of this object.
 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.
 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.
 boolean ServerClusterViewManager.removeFilter(java.lang.String objectName, IFilter filter)
          Remove a filter for the given object name.
 void ServerClusterViewManager.setAlgorithmForPolicy(java.lang.String objectName, java.lang.String policyClassName, java.lang.String strategyClassName, java.util.Map<java.lang.String,java.lang.Object> properties)
          Sets the algorithm of load-balancing for the object with the given name.
 void ServerClusterViewManager.setPolicyClassName(java.lang.String objectName, java.lang.String policyClassName)
          Sets a new policy for a given object.
 void ServerClusterViewManager.setPoolConfiguration(java.lang.String objectName, org.ow2.util.pool.api.IPoolConfiguration poolConfiguration)
          Set the configuration of pool of CMIReferenceable for a object with the given name.
 void ServerClusterViewManager.setPropertiesForPolicy(java.lang.String objectName, java.util.Map<java.lang.String,java.lang.Object> properties)
          Sets properties for a given object.
 void ServerClusterViewManager.setPropertyForPolicy(java.lang.String objectName, java.lang.String propertyName, java.lang.Object propertyValue)
          Sets a property for a given object.
 void ServerClusterViewManager.setStaticPropertyForPolicy(java.lang.String objectName, java.lang.String propertyName, java.lang.Object propertyValue)
          Sets a property on policy class of a given object(not object instance).
 void ServerClusterViewManager.setStrategyClassName(java.lang.String objectName, java.lang.String strategyClassName)
          Sets a new policy for a given object.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.