Uses of Interface
org.jboss.cache.registry.ConfigurationRegistry

Packages that use ConfigurationRegistry
org.jboss.cache.registry   
 

Uses of ConfigurationRegistry in org.jboss.cache.registry
 

Classes in org.jboss.cache.registry that implement ConfigurationRegistry
 class XmlParsingConfigurationRegistry
          ConfigurationRegistry that obtains its initial set of configurations by parsing an XML document.
 

Methods in org.jboss.cache.registry that return ConfigurationRegistry
 ConfigurationRegistry CacheRegistryImpl.getConfigurationRegistry()
           
 

Methods in org.jboss.cache.registry with parameters of type ConfigurationRegistry
 void CacheRegistryImpl.setConfigurationRegistry(ConfigurationRegistry configRegistry)
           
 

Constructors in org.jboss.cache.registry with parameters of type ConfigurationRegistry
CacheRegistryImpl(ConfigurationRegistry configRegistry, org.jgroups.ChannelFactory factory)
          Create a new CacheRegistryImpl using the provided ConfigurationRegistry and ChannelFactory.
 



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