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   
 

Uses of Configuration in org.jboss.cache
 

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

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(String filename)
          Parses an XML file and returns a new configuration.
protected  Configuration XmlConfigurationParser.parseStream(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, Map<String,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 CacheJmxWrapperMBean.getConfiguration()
           
 Configuration CacheJmxWrapper.getConfiguration()
           
 

Methods in org.jboss.cache.jmx with parameters of type Configuration
static String JmxUtil.getDefaultCacheObjectName(Configuration config, 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)
           
 



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