Uses of Class
biz.hammurapi.config.ConfigurationException

Packages that use ConfigurationException
biz.hammurapi.cache   
biz.hammurapi.config   
biz.hammurapi.config.adapters   
biz.hammurapi.metrics   
biz.hammurapi.sql   
biz.hammurapi.sql.columns   
biz.hammurapi.sql.hypersonic   
biz.hammurapi.sql.xml   
biz.hammurapi.util   
biz.hammurapi.xml.dom   
 

Uses of ConfigurationException in biz.hammurapi.cache
 

Methods in biz.hammurapi.cache that throw ConfigurationException
 void SimpleMemoryCache.start()
           
 void PassiveMemoryCache.start()
           
 void MemoryCache.start()
          Creates timer if neccessary, creates cleanup task and schedules it.
 

Uses of ConfigurationException in biz.hammurapi.config
 

Methods in biz.hammurapi.config that throw ConfigurationException
 org.w3c.dom.Document XmlSource.getConfigDocument()
           
 java.io.InputStream XmlSource.getStream()
           
 boolean XmlSource.setParameter(java.lang.String name, java.lang.Object value)
           
 void Validatable.validate()
          Validates object for consistency.
 void URLConfigurable.configure(java.net.URL url, Context context)
          Configures object from URL
 void StringConfigurable.configure(java.lang.String configString, Context context)
          Configures object from String
protected abstract  void ServiceBase.startInternal()
          Services shall implement initialization sequence in this method.
 void ServiceBase.start()
          This implementation can be invoked multiple times.
protected abstract  void ServiceBase.stopInternal()
           
 void ServiceBase.stop()
          Invokes stopInternal if all dependent services has been stopped.
 void RmiWrapper.start()
           
 void RmiWrapper.configure(org.w3c.dom.Node configNode, Context context)
           
 void RmiRegistryComponent.start()
           
 void RmiComponent.start()
           
 void RmiComponent.stop()
           
 void Reference.start()
           
 void Reference.stop()
           
 void PoolableComponent.activate()
           
 void PoolableComponent.passivate()
           
 boolean Parameterizable.setParameter(java.lang.String name, java.lang.Object parameter)
          Sets parameter
 void ObjectConfigurable.configure(java.lang.Object config)
          Reads configuration from Object
 void ObjectAcceptor.accept(java.lang.Object object)
          Accepts or rejects instantiated and configured object
 void JndiWrapper.start()
          Looks up master in JNDI.
 void JndiWrapper.stop()
           
 void JndiWrapper.configure(org.w3c.dom.Node configNode, Context context)
           
 void JndiBridge.start()
           
 void JndiBridge.stop()
           
 void JndiBridge.configure(org.w3c.dom.Node configNode, Context context)
           
 void InputStreamConfigurable.configure(java.io.InputStream in, Context context)
          Reads configuration from input stream
 void GenericContainer.addComponent(java.lang.String name, java.lang.Object component)
          Adds component and starts it.
 void GenericContainer.start()
           
 void GenericContainer.stop()
           
 void FileConfigurable.configure(java.io.File file, Context context)
          Reads configuration from file
 void DomConfigurableContainer.configure(org.w3c.dom.Node configNode, Context context)
           
 void DomConfigurable.configure(org.w3c.dom.Node configNode, Context context)
          Reads configuration from Node
 java.lang.Object DomConfigFactory.create(org.w3c.dom.Node node)
          Creates object.
 java.lang.Object DomConfigFactory.create(java.io.File file, java.lang.String xPath)
          Parses file and returns object.
 java.lang.Object DomConfigFactory.create(java.io.File file, java.lang.String xPath, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor)
          Parses file and returns object
 java.lang.Object DomConfigFactory.create(java.io.InputStream in, java.lang.String xPath)
          Same as create(in, xPath, null, null)
 java.lang.Object DomConfigFactory.create(java.io.InputStream in, java.lang.String xPath, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor)
          Creates and configures object from InputStream
 java.lang.Object DomConfigFactory.create(java.io.Reader in, java.lang.String xPath)
          Same as create(in, xPath, null, null)
 java.lang.Object DomConfigFactory.create(java.io.Reader in, java.lang.String xPath, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor)
          Creates and configures object from InputStream
 java.lang.Object DomConfigFactory.create(java.net.URL url, java.lang.String xPath)
          Same as create(url, xPath, null, null)
 java.lang.Object DomConfigFactory.create(java.net.URL url, java.lang.String xPath, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor)
          Creates and configures object from URL
 java.lang.Object DomConfigFactory.create(org.w3c.dom.Node node, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor)
          Creates object from Node
protected  java.lang.Object DomConfigFactory.create(org.w3c.dom.Node node, ClassAcceptor classAcceptor, ObjectAcceptor objectAcceptor, org.apache.xpath.CachedXPathAPI cxpa)
          Creates and configures object
static void DomConfigFactory.inject(java.lang.Object instance, Context context)
          Sets property (field or through setter) using reflection
 void ContextConfigurable.configure(Context context, CompositeConverter converter)
           
 void Component.start()
          Invoked by container before the first use.
 void Component.stop()
          Invoked by container when component is not needed anymore.
 void ClassAcceptor.accept(java.lang.Class clazz)
          Checks that class to be instantiated is acceptable.
 void Bean2ContextConfigurableAdapter.configure(Context context, CompositeConverter converter)
           
 

Uses of ConfigurationException in biz.hammurapi.config.adapters
 

Methods in biz.hammurapi.config.adapters that throw ConfigurationException
 void URL2InputStreamConfigurableAdapter.configure(java.net.URL url, Context context)
           
 void InputStream2DomConfigurableAdapter.configure(java.io.InputStream in, Context context)
           
 void File2InputStreamConfigurableAdapter.configure(java.io.File file, Context context)
           
 

Uses of ConfigurationException in biz.hammurapi.metrics
 

Methods in biz.hammurapi.metrics that throw ConfigurationException
 void XmlMeasurementCategoryFactory.start()
           
 void XmlMeasurementCategoryFactory.stop()
          Saves collected metrics to XML.
 void SlicingMeasurementConsumer.start()
          Increments use counter
 void SlicingMeasurementConsumer.stop()
          Decrements use counter and invokes shutdown() when counter==0
 void SlicingMeasurementCategoryFactory.start()
           
protected  SliceConsumer SlicingMeasurementCategoryFactory.createSliceConsumer()
          Creates a consumer using DomConfigFactory
protected  SlicingMeasurementConsumer SlicingMeasurementCategoryFactory.createMeasurementConsumer(long tick, boolean keepMeasurements, int maxQueue)
          Override this method to create a custom consumer.
 void SlicingMeasurementCategoryFactory.stop()
           
 void SlicingMeasurementCategoryFactory.configure(org.w3c.dom.Node configNode, Context context)
           
protected  SliceConsumer RemoteSlicingMeasurementCategoryFactory.createSliceConsumer()
           
 void HtmlMeasurementCategoryFactory.stop()
           
 

Uses of ConfigurationException in biz.hammurapi.sql
 

Methods in biz.hammurapi.sql that throw ConfigurationException
 void IDatabaseObject.fromDom(org.w3c.dom.Element holder)
          Loads columns from XML element
 void IDatabaseObject.fromDom(org.w3c.dom.Element holder, java.util.Properties nameMap)
           
 void DatabaseObject.fromDom(org.w3c.dom.Element holder)
           
 void DatabaseObject.fromDom(org.w3c.dom.Element holder, java.util.Properties nameMap)
           
 void DatabaseObject.configure(Context context, CompositeConverter converter)
           
 void DatabaseObject.configure(org.w3c.dom.Node configNode, Context context)
           
 void ConnectionPerThreadDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void ConnectionPerThreadDataSourceComponent.start()
           
 void ConnectionPerThreadDataSourceComponent.stop()
           
 

Uses of ConfigurationException in biz.hammurapi.sql.columns
 

Methods in biz.hammurapi.sql.columns that throw ConfigurationException
 void Column.configure(org.w3c.dom.Node configNode, Context context)
           
 

Uses of ConfigurationException in biz.hammurapi.sql.hypersonic
 

Methods in biz.hammurapi.sql.hypersonic that throw ConfigurationException
 void HypersonicTmpDataSourceComponent.start()
           
 void HypersonicTmpDataSourceComponent.stop()
           
 void HypersonicStandaloneDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void HypersonicStandaloneDataSourceComponent.start()
           
 void HypersonicStandaloneDataSourceComponent.stop()
           
 void HypersonicInMemoryDataSourceComponent.start()
           
 void HypersonicInMemoryDataSourceComponent.stop()
           
 void HypersonicDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 

Uses of ConfigurationException in biz.hammurapi.sql.xml
 

Methods in biz.hammurapi.sql.xml that throw ConfigurationException
 void Transaction.configure(org.w3c.dom.Node configNode, Context context)
           
 void SQLCommand.configure(org.w3c.dom.Node configNode, Context context)
           
 void Select.configure(org.w3c.dom.Node configNode, Context context)
           
 void Message.configure(org.w3c.dom.Node configNode, Context context)
           
 void CompositeCommand.configure(org.w3c.dom.Node configNode, Context context)
           
 

Uses of ConfigurationException in biz.hammurapi.util
 

Methods in biz.hammurapi.util that throw ConfigurationException
 void WorkerRemotizer.start()
           
 void ThreadPoolComponentWrapper.start()
           
 void ThreadPoolComponentWrapper.stop()
           
 void ThreadPoolComponentWrapper.configure(org.w3c.dom.Node configNode, Context context)
           
 void ThreadPool.start()
           
 void ThreadPool.stop()
           
 void RemoteWorkerComponent.start()
           
 void RemoteWorkerComponent.stop()
           
 void RemoteWorkerComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void CompositeWorkerContainer.start()
           
 void CompositeWorkerContainer.stop()
           
 void CompositeWorkerContainer.configure(org.w3c.dom.Node configNode, Context context)
           
 

Uses of ConfigurationException in biz.hammurapi.xml.dom
 

Methods in biz.hammurapi.xml.dom that throw ConfigurationException
static org.w3c.dom.Element DOMUtils.getSingleElement(org.w3c.dom.Element e, java.lang.String elementName)
          Ensures that thre is one and only one element and returns it.
static java.lang.String DOMUtils.getSingleElementText(org.w3c.dom.Element e, java.lang.String elementName)
          Ensures that there is only one element and returns its text
static java.lang.String DOMUtils.getSingleNonBlankElementText(org.w3c.dom.Element e, java.lang.String elementName)
           
static java.lang.String DOMUtils.getNonBlankElementText(org.w3c.dom.Element e)
           
static void DOMUtils.readProperties(org.w3c.dom.Element holder, java.util.Properties properties)
          Reads elements <property name="...">...</property> into properties
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.