Uses of Class
org.jboss.cache.config.ConfigurationException

Packages that use ConfigurationException
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.eviction   
org.jboss.cache.factories   
org.jboss.cache.jmx   
 

Uses of ConfigurationException in org.jboss.cache
 

Methods in org.jboss.cache that throw ConfigurationException
 Cache<K,V> DefaultCacheFactory.createCache()
           
 Cache<K,V> CacheFactory.createCache()
          Creates and starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache(boolean start)
           
 Cache<K,V> CacheFactory.createCache(boolean start)
          Creates and optionally starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache(Configuration configuration)
          This implementation clones the configuration passed in before using it.
 Cache<K,V> CacheFactory.createCache(Configuration configuration)
          Creates a Cache instance based on a Configuration passed in.
 Cache<K,V> DefaultCacheFactory.createCache(Configuration configuration, boolean start)
          This implementation clones the configuration passed in before using it.
 Cache<K,V> CacheFactory.createCache(Configuration configuration, boolean start)
          Creates Cache instance, and optionally starts it, based on a Configuration passed in.
 Cache<K,V> DefaultCacheFactory.createCache(InputStream is)
           
 Cache<K,V> CacheFactory.createCache(InputStream is)
          Creates a Cache instance based on an InputStream passed in, which should be a stream to a valid XML configuration file.
 Cache<K,V> DefaultCacheFactory.createCache(InputStream is, boolean start)
           
 Cache<K,V> CacheFactory.createCache(InputStream is, boolean start)
          Creates a Cache instance based on an InputStream passed in, which should be a stream to a valid XML configuration file.
 Cache<K,V> DefaultCacheFactory.createCache(String configFileName)
           
 Cache<K,V> CacheFactory.createCache(String configFileName)
          Creates and starts a Cache instance.
 Cache<K,V> DefaultCacheFactory.createCache(String configFileName, boolean start)
           
 Cache<K,V> CacheFactory.createCache(String configFileName, boolean start)
          Creates Cache instance, and optionally starts it.
 

Uses of ConfigurationException in org.jboss.cache.config
 

Subclasses of ConfigurationException in org.jboss.cache.config
 class LegacyConfigurationException
          Thrown when a legacy configuration XML element is passed into a modern 3.0 parser
 class MissingPolicyException
           
 class OldFileFormatException
          This exception indicates that an old configuration file is passed to a parser that only knows how to handle newer configuration file.
 class UnsupportedEvictionImplException
          Thrown if an eviction configuration that cannot be translated to the new 3.x eviction interfaces is used.
 

Methods in org.jboss.cache.config that throw ConfigurationException
 void EvictionPolicyConfig.validate()
          Deprecated. Validate the configuration.
 void EvictionAlgorithmConfig.validate()
          Validate the configuration.
 

Uses of ConfigurationException in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that throw ConfigurationException
 void NullEvictionPolicyConfig.validate()
          Deprecated. No-op
 void NullEvictionAlgorithmConfig.validate()
          No-op
 void MRUConfiguration.validate()
          Deprecated. Requires a positive maxNodes value or ConfigurationException is thrown.
 void MRUAlgorithmConfig.validate()
          Requires a positive maxNodes value or ConfigurationException is thrown.
 void LRUConfiguration.validate()
          Deprecated. Requires a positive timeToLive value or ConfigurationException is thrown.
 void LRUAlgorithmConfig.validate()
          Requires a positive timeToLive value or ConfigurationException is thrown.
 void FIFOConfiguration.validate()
          Deprecated. Requires a positive maxNodes value or ConfigurationException is thrown.
 void FIFOAlgorithmConfig.validate()
          Requires a positive maxNodes value or ConfigurationException is thrown.
 void EvictionPolicyConfigBase.validate()
          Deprecated.  
 void EvictionAlgorithmConfigBase.validate()
           
 void ElementSizeConfiguration.validate()
          Deprecated. Requires a positive maxElementsPerNode value or ConfigurationException is thrown.
 void ElementSizeAlgorithmConfig.validate()
          Requires a positive maxElementsPerNode value or ConfigurationException is thrown.
 

Uses of ConfigurationException in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that throw ConfigurationException
 void ComponentRegistry.wireDependencies(Object target)
          Wires an object instance with dependencies annotated with the Inject annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in the ComponentRegistry.
 

Uses of ConfigurationException in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx that throw ConfigurationException
protected  void CacheJmxWrapper.constructCache()
          Deprecated.  
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.