|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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,
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 |
RmiRegistryComponent.configure(org.w3c.dom.Node configNode,
Context context)
|
void |
RmiComponent.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 |
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 |
ChainedContext.get(java.lang.String name,
Context chain)
|
static void |
DomConfigFactory.inject(java.lang.Object instance,
Context context)
Sets property (field or through setter) 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)
|
void |
InputStream2DomConfigurableAdapter.configure(java.io.InputStream in,
Context context)
|
void |
URL2InputStreamConfigurableAdapter.configure(java.net.URL url,
Context context)
|
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,
CompositeConverter converter)
|
|
EvaluatingFilterWriter(java.io.Writer out,
int mode,
Context context,
CompositeConverter 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)
|
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,
CompositeConverter converter)
|
void |
DatabaseObject.configure(org.w3c.dom.Node configNode,
Context context)
|
void |
ConnectionPerThreadDataSourceComponent.configure(org.w3c.dom.Node configNode,
Context context)
|
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,
CompositeConverter converter)
|
void |
ObjectColumn.configure(Context context,
CompositeConverter converter)
|
void |
LongColumn.configure(Context context,
CompositeConverter converter)
|
void |
IntColumn.configure(Context context,
CompositeConverter converter)
|
void |
FloatColumn.configure(Context context,
CompositeConverter converter)
|
void |
DoubleColumn.configure(Context context,
CompositeConverter converter)
|
void |
CharColumn.configure(Context context,
CompositeConverter converter)
|
void |
ByteColumn.configure(Context context,
CompositeConverter converter)
|
void |
BooleanColumn.configure(Context context,
CompositeConverter converter)
|
void |
Column.configure(org.w3c.dom.Node configNode,
Context context)
|
Uses of Context in biz.hammurapi.sql.hypersonic |
---|
Methods in biz.hammurapi.sql.hypersonic with parameters of type Context | |
---|---|
void |
HypersonicStandaloneDataSourceComponent.configure(org.w3c.dom.Node configNode,
Context context)
|
void |
HypersonicDataSourceComponent.configure(org.w3c.dom.Node configNode,
Context context)
|
void |
HypersonicDataSource.initDB(java.io.Reader scriptReader,
Context nameMap)
|
Uses of Context in biz.hammurapi.sql.xml |
---|
Methods in biz.hammurapi.sql.xml with parameters of type Context | |
---|---|
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)
|
org.w3c.dom.Document |
CompositeCommand.execute(org.w3c.dom.Document document,
SQLProcessor processor,
Context context)
|
void |
Update.execute(org.w3c.dom.Element holder,
SQLProcessor processor,
Context context)
|
void |
Transaction.execute(org.w3c.dom.Element holder,
SQLProcessor processor,
Context context)
|
void |
Select.execute(org.w3c.dom.Element holder,
SQLProcessor pProcessor,
Context context)
|
void |
Message.execute(org.w3c.dom.Element holder,
SQLProcessor processor,
Context context)
|
void |
CompositeCommand.execute(org.w3c.dom.Element holder,
SQLProcessor processor,
Context context)
|
void |
Command.execute(org.w3c.dom.Element holder,
SQLProcessor processor,
Context context)
|
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 |
WorkerRemotizer.configure(org.w3c.dom.Node configNode,
Context context)
|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |