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

Packages that use Configuration
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.jmx   
org.jboss.cache.marshall   
org.jboss.cache.pojo   
org.jboss.cache.pojo.impl   
org.jboss.cache.pojo.jmx   
 

Uses of Configuration in org.jboss.cache
 

Methods in org.jboss.cache that return Configuration
 Configuration Cache.getConfiguration()
          Retrieves the configuration of this cache.
 Configuration CacheImpl.getConfiguration()
           
 

Methods in org.jboss.cache with parameters of type Configuration
 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.
 void CacheImpl.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return Configuration
 Configuration Configuration.clone()
           
 

Uses of Configuration in org.jboss.cache.factories
 

Methods in org.jboss.cache.factories that return Configuration
 Configuration XmlConfigurationParser.parseFile(java.lang.String filename)
          Parses an XML file and returns a new configuration.
protected  Configuration XmlConfigurationParser.parseStream(java.io.InputStream stream)
          Parses an input stream containing XML text and returns a new configuration.
 

Methods in org.jboss.cache.factories with parameters of type Configuration
protected  void XmlConfigurationParser.setXmlValues(Configuration conf, java.util.Map<java.lang.String,org.w3c.dom.Element> attribs)
           
 

Uses of Configuration in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as Configuration
protected  Configuration Interceptor.configuration
           
 

Uses of Configuration in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx that return Configuration
 Configuration CacheJmxWrapper.getConfiguration()
           
 Configuration CacheJmxWrapperMBean.getConfiguration()
           
 

Methods in org.jboss.cache.jmx with parameters of type Configuration
static java.lang.String JmxUtil.getDefaultCacheObjectName(Configuration config, java.lang.String cacheImplClass)
           
 void CacheJmxWrapper.setConfiguration(Configuration config)
          Sets the configuration that the underlying cache should use.
 

Uses of Configuration in org.jboss.cache.marshall
 

Constructors in org.jboss.cache.marshall with parameters of type Configuration
VersionAwareMarshaller(RegionManager regionManager, Configuration configuration)
           
 

Uses of Configuration in org.jboss.cache.pojo
 

Methods in org.jboss.cache.pojo with parameters of type Configuration
static PojoCache PojoCacheFactory.createCache(Configuration config, boolean start)
          Create a PojoCache instance.
 

Uses of Configuration in org.jboss.cache.pojo.impl
 

Constructors in org.jboss.cache.pojo.impl with parameters of type Configuration
PojoCacheImpl(Configuration config, boolean toStart)
           
 

Uses of Configuration in org.jboss.cache.pojo.jmx
 

Methods in org.jboss.cache.pojo.jmx that return Configuration
 Configuration PojoCacheJmxWrapper.getConfiguration()
           
 Configuration PojoCacheJmxWrapperMBean.getConfiguration()
          Retrieves an immutable configuration.
 

Methods in org.jboss.cache.pojo.jmx with parameters of type Configuration
 void PojoCacheJmxWrapper.setConfiguration(Configuration config)
          Sets the configuration that the underlying cache should use.