|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.registry |
Uses of Configuration in org.jboss.cache |
---|
Methods in org.jboss.cache that return Configuration | |
---|---|
Configuration |
Region.getCacheConfiguration()
|
Configuration |
RegionImpl.getCacheConfiguration()
|
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.parseConfiguration(Element configurationRoot)
|
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)
|
Uses of Configuration in org.jboss.cache.registry |
---|
Methods in org.jboss.cache.registry that return Configuration | |
---|---|
Configuration |
ConfigurationRegistry.getConfiguration(String configName)
Gets a clone of the Configuration
registered under the given name. |
Configuration |
XmlParsingConfigurationRegistry.getConfiguration(String configName)
|
Methods in org.jboss.cache.registry that return types with arguments of type Configuration | |
---|---|
Map<String,Configuration> |
CacheConfigsXmlParser.parseConfigs(InputStream stream)
|
Map<String,Configuration> |
CacheConfigsXmlParser.parseConfigs(String fileName)
|
Methods in org.jboss.cache.registry with parameters of type Configuration | |
---|---|
void |
ConfigurationRegistry.registerConfiguration(String configName,
Configuration config)
Register the given configuration under the given name. |
void |
XmlParsingConfigurationRegistry.registerConfiguration(String configName,
Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |