Uses of Interface
biz.hammurapi.config.Context

Packages that use Context
biz.hammurapi.ant   
biz.hammurapi.config   
biz.hammurapi.config.adapters   
biz.hammurapi.convert   
biz.hammurapi.eval   
biz.hammurapi.metrics   
biz.hammurapi.properties   
biz.hammurapi.sql   
biz.hammurapi.sql.columns   
biz.hammurapi.sql.hsqldb   
biz.hammurapi.util   
 

Uses of Context in biz.hammurapi.ant
 

Methods in biz.hammurapi.ant with parameters of type Context
 SQLProcessor ConnectionEntry.getProcessor(Context nameMap)
           
 

Uses of Context in biz.hammurapi.config
 

Subinterfaces of Context in biz.hammurapi.config
 interface ContextEx
           
 interface MutableContext
          Context which entries can be modified.
 interface TraversableContext
          Context which can enumerate values in it.
 

Classes in biz.hammurapi.config that implement Context
 class BeanContext
          Populates a bean with parameters from HttpRequest.
 class ComponentBase
          Base class for components.
 class DomConfigurableContainer
          Simple container
 class ElementContext
          Gets values from DOM Element
 class ElementNameDomConfigurableContainer
          Uses node name as component name
 class GenericContainer
           
 class JndiBridge
          Binds to jndi context and bridges pv-naming with jndi naming.
 class JndiWrapper
          Binds object from jndi to pv.
 class MapContext
           
 class NameAttributeDomConfigurableContainer
          Uses attribute "component-name" as component name
 class PathNavigator
          Helper class to navigate context trees.
 class RmiRegistryComponent
          Wrapper for RMI registry
 class ServiceBase
           
 class SimpleContext
          Simple map-backed context.
 

Methods in biz.hammurapi.config that return Context
static Context PathNavigator.newInstance(Context master, java.lang.Object parent)
           
 

Methods in biz.hammurapi.config with parameters of type Context
 void ContextConfigurable.configure(Context context, Converter converter)
           
 void Bean2ContextConfigurableAdapter.configure(Context context, Converter converter)
           
 void FileConfigurable.configure(java.io.File file, Context context, java.lang.ClassLoader classLoader)
          Reads configuration from file
 void InputStreamConfigurable.configure(java.io.InputStream in, Context context, java.lang.ClassLoader classLoader)
          Reads configuration from input stream
 void RmiWrapper.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void RmiRegistryComponent.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void RmiComponent.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void JndiWrapper.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void JndiBridge.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void DomConfigurableContainer.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void DomConfigurable.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
          Reads configuration from Node
 void StringConfigurable.configure(java.lang.String configString, Context context)
          Configures object from String
 void URLConfigurable.configure(java.net.URL url, Context context, java.lang.ClassLoader classLoader)
          Configures object from URL
 java.lang.Object ChainedContext.get(java.lang.String name, Context chain)
           
static void DomConfigFactory.inject(java.lang.Object instance, Context context)
          Sets property (field or through setter or appender) using reflection.
static Context PathNavigator.newInstance(Context master, java.lang.Object parent)
           
 

Constructors in biz.hammurapi.config with parameters of type Context
DomConfigFactory(java.lang.ClassLoader classLoader, Context context)
           
DomConfigFactory(Context context)
          Default constructor
MapContext(java.util.Map map, Context parent)
           
PropertyParser(Context context, boolean useNameAsDefault)
          Creates a new instance of PropertyParser
PropertyParser(Context context, boolean useNameAsDefault, char tokenFirstOpeningChar, char tokenSecondOpeningChar, char tokenClosingChar)
          Creates a new instance of PropertyParser
 

Uses of Context in biz.hammurapi.config.adapters
 

Methods in biz.hammurapi.config.adapters with parameters of type Context
 void File2InputStreamConfigurableAdapter.configure(java.io.File file, Context context, java.lang.ClassLoader classLoader)
           
 void InputStream2DomConfigurableAdapter.configure(java.io.InputStream in, Context context, java.lang.ClassLoader classLoader)
           
 void URL2InputStreamConfigurableAdapter.configure(java.net.URL url, Context context, java.lang.ClassLoader classLoader)
           
 

Uses of Context in biz.hammurapi.convert
 

Methods in biz.hammurapi.convert with parameters of type Context
static java.lang.Object ConvertingService.convert(java.lang.Object source, java.lang.Class targetType, Context context)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
 java.lang.Object Converter.convert(java.lang.Object source, java.lang.Class targetType, Context context)
          Converts object to requested target type.
static java.lang.Object ConvertingService.convert(java.lang.Object source, java.lang.Class targetType, Context context, java.lang.ClassLoader classLoader)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
 java.lang.Object ReflectionConverter.convert(java.lang.Object source, Converter master, Context context)
           
 java.lang.Object AtomicConverter.convert(java.lang.Object source, Converter master, Context context)
          Converts object to target type.
static java.lang.Object DecoratingService.decorate(java.lang.Object obj, Context context)
          Decorates object using static decoration providers from the object's class classloader.
static java.lang.Object DecoratingService.decorate(java.lang.Object obj, Context context, java.lang.ClassLoader classLoader)
          Decorates object using given context for dynamic decorators and given class loader to load decorating providers.
 java.lang.Object AtomicDecorator.decorate(java.lang.Object source, Context context, Decorator master)
          Creates decoration.
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType, Context context)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
static ConverterClosure ConvertingService.getConverter(java.lang.Class sourceType, java.lang.Class targetType, Context context, java.lang.ClassLoader classLoader)
          Converts source to target type using converters loaded from META-INF/config/biz.hammurapi.convert.Converter resources.
static Decorator DecoratingService.getDecorator(Context context)
          Creates decorating closure.
static Decorator DecoratingService.getDecorator(Context context, java.lang.ClassLoader classLoader)
          Creates decorating closure.
 

Uses of Context in biz.hammurapi.eval
 

Classes in biz.hammurapi.eval that implement Context
 class EvaluatingContext
           
 

Methods in biz.hammurapi.eval with parameters of type Context
 java.util.Collection Evaluator.evaluate(Context context)
          Deprecated.  
static java.io.Reader ExpandingFilterWriter.expand(java.io.Reader reader, Context context)
           
static java.lang.String ExpandingFilterWriter.expandToString(java.io.Reader reader, Context context)
           
 

Constructors in biz.hammurapi.eval with parameters of type Context
EvaluatingContext(Context context, java.util.Collection methods, Converter converter)
           
EvaluatingFilterWriter(java.io.Writer out, int mode, Context context, Converter converter)
           
ExpandingFilterWriter(java.io.Writer out, Context context)
           
ExpandingFilterWriter(java.io.Writer out, Context context, java.util.Set keySet)
           
 

Uses of Context in biz.hammurapi.metrics
 

Methods in biz.hammurapi.metrics with parameters of type Context
 void SlicingMeasurementCategoryFactory.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 

Uses of Context in biz.hammurapi.properties
 

Subinterfaces of Context in biz.hammurapi.properties
 interface PersistentPropertySet
          Property sets backed by the database implement this interface
 interface PropertySet
          Set of properties
 

Classes in biz.hammurapi.properties that implement Context
 class MapPropertySet
          Creates property sets backed by java.util.HashMap.
 class PersistentPropertySetFilter
           
 class PropertySetFilter
          Delegates all calls to the master property set.
 class PropertySubSet
          Wrapper around a property set to get access to a sub-set of properties based on prefix.
 

Uses of Context in biz.hammurapi.sql
 

Classes in biz.hammurapi.sql that implement Context
 class DatabaseObject
          SQLC-generated interface implementations implement this method to achieve differential update functionality - inserting and updating only modified fields.
 class MeasuringDatabaseObject
          Collects operation metrics for load, insert, update, delete.
 class RowsetConfigurableContainer
          Container, which reads component definitions from rowset.
 

Methods in biz.hammurapi.sql that return Context
 Context SQLProcessor.getNameMap()
           
 

Methods in biz.hammurapi.sql with parameters of type Context
 void DatabaseObject.configure(Context context, Converter converter)
           
 void DatabaseObject.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void ConnectionPerThreadDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 

Constructors in biz.hammurapi.sql with parameters of type Context
SQLProcessor(java.sql.Connection connection, Context nameMap)
          If SQLProcessor created with this constructor then is doesn't close the connection after processing.
SQLProcessor(javax.sql.DataSource dataSource, Context nameMap)
          If SQLProcessor constructed with this constructor then it obtains connection from the datasource, processes request and closes connection.
 

Uses of Context in biz.hammurapi.sql.columns
 

Methods in biz.hammurapi.sql.columns with parameters of type Context
 void ShortColumn.configure(Context context, Converter converter)
           
 void ObjectColumn.configure(Context context, Converter converter)
           
 void LongColumn.configure(Context context, Converter converter)
           
 void IntColumn.configure(Context context, Converter converter)
           
 void FloatColumn.configure(Context context, Converter converter)
           
 void DoubleColumn.configure(Context context, Converter converter)
           
 void CharColumn.configure(Context context, Converter converter)
           
 void ByteColumn.configure(Context context, Converter converter)
           
 void BooleanColumn.configure(Context context, Converter converter)
           
 void Column.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 

Uses of Context in biz.hammurapi.sql.hsqldb
 

Methods in biz.hammurapi.sql.hsqldb with parameters of type Context
 void HsqldbStandaloneDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void HsqldbDataSourceComponent.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void HsqldbDataSource.initDB(java.io.Reader scriptReader, Context nameMap)
           
 

Uses of Context in biz.hammurapi.util
 

Classes in biz.hammurapi.util that implement Context
 class CompositeWorkerContainer
          Simple container
 class ThreadPool
          Distributes work among multiple threads.
 

Methods in biz.hammurapi.util that return Context
 Context ClassResourceLoader.getContext(java.lang.String profile, java.util.Locale locale, java.lang.String extension)
           
 

Methods in biz.hammurapi.util with parameters of type Context
 void RemoteWorkerComponent.configure(org.w3c.dom.Node configNode, Context context)
           
 void WorkerRemotizer.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void ThreadPoolComponentWrapper.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void CompositeWorkerContainer.configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
           
 void ClassTransformerFactory.transform(java.lang.Object object, java.lang.String rootName, java.lang.String profile, java.util.Locale locale, Context expandContext, java.util.Properties parameters, javax.xml.transform.Result out)
          Transforms object using object's class stylesheet.
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.