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

Uses of ConfigurationException in biz.hammurapi.config.adapters
 

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

Uses of ConfigurationException in biz.hammurapi.metrics
 

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

Uses of ConfigurationException in biz.hammurapi.sql
 

Methods in biz.hammurapi.sql that throw ConfigurationException
 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 IDatabaseObject.fromDom(org.w3c.dom.Element holder)
          Loads columns from XML element
 void DatabaseObject.fromDom(org.w3c.dom.Element holder)
           
 void IDatabaseObject.fromDom(org.w3c.dom.Element holder, java.util.Properties nameMap)
           
 void DatabaseObject.fromDom(org.w3c.dom.Element holder, java.util.Properties nameMap)
           
 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 HypersonicStandaloneDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void HypersonicDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void HypersonicTmpDataSourceComponent.start()
           
 void HypersonicStandaloneDataSourceComponent.start()
           
 void HypersonicInMemoryDataSourceComponent.start()
           
 void HypersonicTmpDataSourceComponent.stop()
           
 void HypersonicStandaloneDataSourceComponent.stop()
           
 void HypersonicInMemoryDataSourceComponent.stop()
           
 

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 ThreadPoolComponentWrapper.configure(org.w3c.dom.Node configNode, Context context)
           
 void RemoteWorkerComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void CompositeWorkerContainer.configure(org.w3c.dom.Node configNode, Context context)
           
 void WorkerRemotizer.start()
           
 void ThreadPoolComponentWrapper.start()
           
 void ThreadPool.start()
           
 void RemoteWorkerComponent.start()
           
 void CompositeWorkerContainer.start()
           
 void ThreadPoolComponentWrapper.stop()
           
 void ThreadPool.stop()
           
 void RemoteWorkerComponent.stop()
           
 void CompositeWorkerContainer.stop()
           
 

Uses of ConfigurationException in biz.hammurapi.xml.dom
 

Methods in biz.hammurapi.xml.dom that throw ConfigurationException
static java.lang.String DOMUtils.getNonBlankElementText(org.w3c.dom.Element e)
           
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 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.