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> CacheFactory.createCache()
          Creates and starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache()
           
 Cache<K,V> CacheFactory.createCache(boolean start)
          Creates and optionally starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache(boolean start)
           
 Cache<K,V> CacheFactory.createCache(Configuration configuration)
          Creates a Cache instance based on a Configuration passed in.
 Cache<K,V> DefaultCacheFactory.createCache(Configuration configuration)
          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(Configuration configuration, boolean start)
          This implementation clones the configuration passed in before using it.
 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)
           
 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(InputStream is, boolean start)
           
 Cache<K,V> CacheFactory.createCache(String configFileName)
          Creates and starts a Cache instance.
 Cache<K,V> DefaultCacheFactory.createCache(String configFileName)
           
 Cache<K,V> CacheFactory.createCache(String configFileName, boolean start)
          Creates Cache instance, and optionally starts it.
 Cache<K,V> DefaultCacheFactory.createCache(String configFileName, boolean start)
           
 

Uses of ConfigurationException in org.jboss.cache.config
 

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

Uses of ConfigurationException in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that throw ConfigurationException
 void MRUConfiguration.validate()
          Requires a positive maxNodes value or ConfigurationException is thrown.
 void FIFOConfiguration.validate()
          Requires a positive maxNodes value or ConfigurationException is thrown.
 void EvictionPolicyConfigBase.validate()
           
 void ElementSizeConfiguration.validate()
          Requires a positive maxElementsPerNode value or ConfigurationException is thrown.
 void LRUConfiguration.validate()
          Requires a positive timeToLiveSeconds value or ConfigurationException is thrown.
 void NullEvictionPolicyConfig.validate()
          No-op
 

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()
           
 



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