Uses of Class
org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig

Packages that use CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
org.jboss.cache.config   
org.jboss.cache.config.parsing.element   
org.jboss.cache.loader   
 

Uses of CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig.clone()
           
 CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig CacheLoaderConfig.IndividualCacheLoaderConfig.getSingletonStoreConfig()
           
 

Methods in org.jboss.cache.config with parameters of type CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 void CacheLoaderConfig.IndividualCacheLoaderConfig.setSingletonStoreConfig(CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig singletonStoreConfig)
           
 

Uses of CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig in org.jboss.cache.config.parsing.element
 

Methods in org.jboss.cache.config.parsing.element that return CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig LoadersElementParser.parseSingletonStoreConfig(org.w3c.dom.Element element)
           
 

Uses of CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig in org.jboss.cache.loader
 

Subclasses of CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig in org.jboss.cache.loader
 class SingletonStoreDefaultConfig
          Default singleton store cache loader configuration implementation, which is provided with the default singleton store cache loader implementation.
 

Constructors in org.jboss.cache.loader with parameters of type CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
SingletonStoreDefaultConfig(CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig base)
          Constructor that sets the assumed values for the default singleton store cache loader implementation and also the properties, as per the properties section defined in the XML configuration.
 



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