Uses of Class
org.jboss.cache.ConfigureException

Packages that use ConfigureException
org.jboss.cache   
org.jboss.cache.eviction   
 

Uses of ConfigureException in org.jboss.cache
 

Methods in org.jboss.cache that throw ConfigureException
protected  org.w3c.dom.Element PropertyConfigurator.loadDocument(java.lang.String location)
           
protected  org.w3c.dom.Element PropertyConfigurator.loadDocument(java.io.InputStream is)
           
protected  org.w3c.dom.Element PropertyConfigurator.getMBeanElement(org.w3c.dom.Element root)
           
 void PropertyConfigurator.configure(java.lang.Object objToConfigure, java.lang.String configFile)
          Configure the object based on the config xml file.
 void PropertyConfigurator.configure(java.lang.Object objToConfigure, java.io.InputStream is)
          Configure the object based on the config xml file.
 

Uses of ConfigureException in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that throw ConfigureException
 void EvictionConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Parse the XML configuration for the given specific eviction region.
 void FIFOConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the FIFOPolicy using XML.
 void LRUConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the LRU Policy with XML.
 void LFUConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configures the LFU Policy with XML.
 void MRUConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the MRU Policy with XML.
 



Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.