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
 void PropertyConfigurator.configure(java.lang.Object objToConfigure, java.io.InputStream is)
          Configure the object based on the config xml file.
 void PropertyConfigurator.configure(java.lang.Object objToConfigure, java.lang.String configFile)
          Configure the object based on the config xml file.
protected  org.w3c.dom.Element PropertyConfigurator.getMBeanElement(org.w3c.dom.Element root)
           
protected  org.w3c.dom.Element PropertyConfigurator.loadDocument(java.io.InputStream is)
           
protected  org.w3c.dom.Element PropertyConfigurator.loadDocument(java.lang.String location)
           
 

Uses of ConfigureException in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that throw ConfigureException
 void MRUConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the MRU Policy with 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 FIFOConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the FIFOPolicy using XML.
 void EvictionConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Parse the XML configuration for the given specific eviction region.
 void ElementSizeConfiguration.parseXMLConfig(org.w3c.dom.Element element)
          Configure the Element Size Policy with XML.
 



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