A B C D E F G H I J K L M N O P R S T U V W X _

A

AST - class com.pavelvlasov.antlr.AST.
Holds line and column numbers
AST() - Constructor for class com.pavelvlasov.antlr.AST
 
ASTFrame - class com.pavelvlasov.antlr.ASTFrame.
 
ASTFrame(String, AST, String[]) - Constructor for class com.pavelvlasov.antlr.ASTFrame
 
ASTFrame.JTreeASTModel - class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel.
 
ASTFrame.JTreeASTModel(AST, String[]) - Constructor for class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
ASTFrame.JTreeASTPanel - class com.pavelvlasov.antlr.ASTFrame.JTreeASTPanel.
 
ASTFrame.JTreeASTPanel(TreeModel, TreeSelectionListener) - Constructor for class com.pavelvlasov.antlr.ASTFrame.JTreeASTPanel
 
AbstractDomObject - class com.pavelvlasov.xml.dom.AbstractDomObject.
 
AbstractDomObject() - Constructor for class com.pavelvlasov.xml.dom.AbstractDomObject
 
AbstractProducer - class com.pavelvlasov.cache.AbstractProducer.
Implements remove event propagation to caches.
AbstractProducer() - Constructor for class com.pavelvlasov.cache.AbstractProducer
 
AbstractRenderer - class com.pavelvlasov.render.dom.AbstractRenderer.
 
AbstractRenderer(RenderRequest) - Constructor for class com.pavelvlasov.render.dom.AbstractRenderer
 
AbstractRenderer(RenderRequest, String) - Constructor for class com.pavelvlasov.render.dom.AbstractRenderer
 
AbstractSearchable - class com.pavelvlasov.util.AbstractSearchable.
 
AbstractSearchable() - Constructor for class com.pavelvlasov.util.AbstractSearchable
 
Acceptor - interface com.pavelvlasov.util.Acceptor.
Accepts element for being included to model or for generation.
AccumulatingExceptionSink - class com.pavelvlasov.util.AccumulatingExceptionSink.
 
AccumulatingExceptionSink() - Constructor for class com.pavelvlasov.util.AccumulatingExceptionSink
 
AccumulatingExceptionSink.Entry - class com.pavelvlasov.util.AccumulatingExceptionSink.Entry.
 
AccumulatingVisitorExceptionSink - class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.
 
AccumulatingVisitorExceptionSink() - Constructor for class com.pavelvlasov.util.AccumulatingVisitorExceptionSink
 
AccumulatingVisitorExceptionSink.Entry - class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.Entry.
 
AntLogger - class com.pavelvlasov.logging.AntLogger.
 
AntLogger(Task) - Constructor for class com.pavelvlasov.logging.AntLogger
 
AppendableCache - interface com.pavelvlasov.cache.AppendableCache.
Cache which supports addition of values and returns key for added value.
AppendableMemoryCache - class com.pavelvlasov.cache.AppendableMemoryCache.
Cache which supports addition of entries.
AppendableMemoryCache(AppendableProducer, Cache, MeasurementCategory) - Constructor for class com.pavelvlasov.cache.AppendableMemoryCache
 
AppendableMemoryCache(AppendableProducer, Cache, MeasurementCategory, Timer, long) - Constructor for class com.pavelvlasov.cache.AppendableMemoryCache
 
AppendableProducer - interface com.pavelvlasov.cache.AppendableProducer.
Producer which supports addition of values and returns keys corresponding to the values.
ArrayDomSerializer - class com.pavelvlasov.xml.dom.ArrayDomSerializer.
 
ArrayDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.ArrayDomSerializer
 
ArrayVisualizer - class com.pavelvlasov.swing.ArrayVisualizer.
 
ArrayVisualizer() - Constructor for class com.pavelvlasov.swing.ArrayVisualizer
 
AstUtil - class com.pavelvlasov.antlr.AstUtil.
Serializes AST to DOM
AstUtil() - Constructor for class com.pavelvlasov.antlr.AstUtil
 
AstVisitable - class com.pavelvlasov.antlr.AstVisitable.
Navigates Visitor through DOM tree.
AstVisitable(AST, boolean) - Constructor for class com.pavelvlasov.antlr.AstVisitable
 
AstVisitor - class com.pavelvlasov.antlr.AstVisitor.
Visits AST and dispatches invocations by node names.
AstVisitor(String[], String, String) - Constructor for class com.pavelvlasov.antlr.AstVisitor
 
AstVisualizable - class com.pavelvlasov.antlr.AstVisualizable.
 
AstVisualizable(AST, String[]) - Constructor for class com.pavelvlasov.antlr.AstVisualizable
 
Attributable - interface com.pavelvlasov.util.Attributable.
 
AuthorizationManager - class com.pavelvlasov.authorization.AuthorizationManager.
"Hub" class for authorization checks.
AuthorizationManager() - Constructor for class com.pavelvlasov.authorization.AuthorizationManager
 
AuthorizationProvider - interface com.pavelvlasov.authorization.AuthorizationProvider.
"Hub" class for authorization checks.
accept(Visitor) - Method in class com.pavelvlasov.antlr.AST
 
accept(Visitor) - Method in class com.pavelvlasov.antlr.AstVisitable
 
accept(Visitor) - Method in class com.pavelvlasov.antlr.Token
 
accept(Class) - Method in interface com.pavelvlasov.config.ClassAcceptor
Checks that class to be instantiated is acceptable.
accept(Object) - Method in interface com.pavelvlasov.config.ObjectAcceptor
Accepts or rejects instantiated and configured object
accept(Object) - Method in interface com.pavelvlasov.util.Acceptor
 
accept(Visitor) - Method in class com.pavelvlasov.util.ClassHierarchyVisitable
 
accept(Visitor) - Method in class com.pavelvlasov.util.CollectionVisitable
 
accept(Object) - Method in class com.pavelvlasov.util.CompositeAcceptor
 
accept(Visitor) - Method in class com.pavelvlasov.util.MapVisitable
 
accept(Object) - Method in class com.pavelvlasov.util.TypeAcceptor
 
accept(Visitor) - Method in interface com.pavelvlasov.util.Visitable
 
accept(Visitor) - Method in class com.pavelvlasov.util.VisitableBase
 
accept(Visitor) - Method in class com.pavelvlasov.xml.dom.DomVisitable
 
acceptChildren(Visitor) - Method in class com.pavelvlasov.config.GenericContainer
 
acceptChildren(Visitor) - Method in class com.pavelvlasov.util.TreeNode
 
acceptChildren(Visitor) - Method in class com.pavelvlasov.util.VisitableBase
Override this method to navigate visitor through object constituents.
accessorName(String) - Static method in class com.pavelvlasov.sql.BaseReflectionProjector
MY_COLUMN -> getMyColumn
add(Object, long, long) - Method in interface com.pavelvlasov.cache.AppendableCache
Add new value to the cache
add(Object, long, long) - Method in class com.pavelvlasov.cache.AppendableMemoryCache
 
add(Object) - Method in interface com.pavelvlasov.cache.AppendableProducer
Adds value to producer.
add(double, long) - Method in interface com.pavelvlasov.metrics.Metric
Adds measurement
add(Metric) - Method in interface com.pavelvlasov.metrics.Metric
Adds another metric (aggregates)
add(double, long) - Method in class com.pavelvlasov.metrics.SimpleMetric
 
add(Metric) - Method in class com.pavelvlasov.metrics.SimpleMetric
 
add(double, long) - Method in class com.pavelvlasov.metrics.SimpleSlice
 
add(Metric) - Method in class com.pavelvlasov.metrics.SimpleSlice
 
add(DatabaseObject) - Method in interface com.pavelvlasov.sql.Relationship
 
add() - Method in interface com.pavelvlasov.sql.RelationshipList
Creates new relationship item, adds it to relationship and returns newly created item.
add(DatabaseObject) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
add(Object) - Method in class com.pavelvlasov.util.ConvertingCollection
 
addAcceptor(Acceptor) - Method in class com.pavelvlasov.util.CompositeAcceptor
 
addAll(Collection) - Method in class com.pavelvlasov.util.ConvertingCollection
 
addCache(Cache) - Method in class com.pavelvlasov.cache.AbstractProducer
 
addCache(Cache) - Method in interface com.pavelvlasov.cache.Producer
Callback method for key removal.
addChild(AST) - Method in class com.pavelvlasov.antlr.AST
Parent calculation
addChild(Object) - Method in class com.pavelvlasov.util.TreeNode
 
addColumn(Column) - Method in class com.pavelvlasov.sql.DatabaseObject
 
addCommand(Command) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
 
addComponent(String, Object) - Method in class com.pavelvlasov.config.GenericContainer
Adds component and starts it.
addConfiguredConnection(ConnectionEntry) - Method in class com.pavelvlasov.ant.Script
Connection
addConfiguredParameter(Param) - Method in class com.pavelvlasov.ant.ObjectEntry
Configuration parameter.
addConverter(Class, Class, String, Constructor) - Method in class com.pavelvlasov.convert.CompositeConverter
Adds a converter which uses method of source object and constructor of target object to perform conversion.
addConverter(Class, Class, Converter) - Method in class com.pavelvlasov.convert.CompositeConverter
Adds a converter from source object to target class.
addDependency(Object, Object) - Method in class com.pavelvlasov.config.DependencyManager
Adds dependency.
addDomSerializer(Object) - Method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
 
addElement(Node, String) - Static method in class com.pavelvlasov.xml.dom.AbstractDomObject
Adds element with specified name.
addInterval(String, long) - Method in interface com.pavelvlasov.metrics.TimeIntervalCategory
Add new time interval measurement if category is active.
addListener(StreamPumpListener, int) - Method in class com.pavelvlasov.util.StreamPumper
 
addMeasurement(String, double, long) - Method in interface com.pavelvlasov.metrics.MeasurementConsumer
Adds measurement
addMeasurement(String, double, long) - Method in class com.pavelvlasov.metrics.SimpleMeasurementConsumer
 
addMeasurement(Metric.Measurement) - Method in class com.pavelvlasov.metrics.SimpleMetric
 
addMeasurement(String, double, long) - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
addObserver(Observer) - Method in class com.pavelvlasov.sql.DatabaseObject
 
addObserver(Observer) - Method in interface com.pavelvlasov.util.Observable
Adds observer to a collection of observers.
addRelationship(String, String, Relationship) - Method in class com.pavelvlasov.sql.DatabaseObject
 
addResource(String) - Method in class com.pavelvlasov.util.ResourceAggregator
Adds resource to the list of resources to be aggregated.
addResourceList(String) - Method in class com.pavelvlasov.util.ResourceAggregator
Reads each line from 'resourceListName' resource and adds to the list of resources to be aggregated.
addStorage(String, Storage) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
addText(String) - Method in class com.pavelvlasov.ant.ObjectEntry
 
addText(String) - Method in class com.pavelvlasov.ant.Script
Script text
addTextElement(Element, String, String) - Static method in class com.pavelvlasov.xml.dom.AbstractDomObject
Adds element with text if text is not null.
addTreeModelListener(TreeModelListener) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
addVisualizer(Object) - Method in class com.pavelvlasov.swing.CompositeVisualizer
 
addWorker(Worker, int) - Method in class com.pavelvlasov.util.LoadBalancer
 
aggregate() - Method in class com.pavelvlasov.util.ResourceAggregator
Aggregates all resources in one resource.
appendTextElement(String, String, Element) - Static method in class com.pavelvlasov.render.dom.AbstractRenderer
Creates and add element with text if text!=null && name!=null

B

BaseReflectionProjector - class com.pavelvlasov.sql.BaseReflectionProjector.
Base class for reflection projectors.
BaseReflectionProjector(Map) - Constructor for class com.pavelvlasov.sql.BaseReflectionProjector
 
Bean2ContextConfigurableAdapter - class com.pavelvlasov.config.Bean2ContextConfigurableAdapter.
Populates a bean with parameters from HttpRequest.
Bean2ContextConfigurableAdapter(Object) - Constructor for class com.pavelvlasov.config.Bean2ContextConfigurableAdapter
 
BeanContext - class com.pavelvlasov.config.BeanContext.
Populates a bean with parameters from HttpRequest.
BeanContext(Object) - Constructor for class com.pavelvlasov.config.BeanContext
 
BeanDomSerializer - class com.pavelvlasov.xml.dom.BeanDomSerializer.
 
BeanDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.BeanDomSerializer
 
BeanVisualizer - class com.pavelvlasov.swing.BeanVisualizer.
 
BeanVisualizer() - Constructor for class com.pavelvlasov.swing.BeanVisualizer
 
BooleanColumn - class com.pavelvlasov.sql.columns.BooleanColumn.
 
BooleanColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.BooleanColumn
 
BooleanColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.BooleanColumn
 
BooleanColumn(String, boolean, boolean) - Constructor for class com.pavelvlasov.sql.columns.BooleanColumn
 
Browser - class com.pavelvlasov.swing.Browser.
 
Browser(String, TreeNode) - Constructor for class com.pavelvlasov.swing.Browser
 
ByteArrayDomSerializer - class com.pavelvlasov.xml.dom.ByteArrayDomSerializer.
 
ByteArrayDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.ByteArrayDomSerializer
 
ByteColumn - class com.pavelvlasov.sql.columns.ByteColumn.
 
ByteColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.ByteColumn
 
ByteColumn(String, boolean, byte) - Constructor for class com.pavelvlasov.sql.columns.ByteColumn
 
ByteColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.ByteColumn
 

C

CLEANUP_INTERVAL - Static variable in class com.pavelvlasov.cache.MemoryCache
Default cache cleanup interval.
Cache - interface com.pavelvlasov.cache.Cache.
 
CarryOverException - exception com.pavelvlasov.CarryOverException.
Use this exception only to carry over checked exception from anonymous classes
CarryOverException(Throwable) - Constructor for class com.pavelvlasov.CarryOverException
 
CarryOverException() - Constructor for class com.pavelvlasov.CarryOverException
 
CharColumn - class com.pavelvlasov.sql.columns.CharColumn.
 
CharColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.CharColumn
 
CharColumn(String, boolean, char) - Constructor for class com.pavelvlasov.sql.columns.CharColumn
 
CharColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.CharColumn
 
CircularReferenceException - exception com.pavelvlasov.eval.CircularReferenceException.
 
CircularReferenceException() - Constructor for class com.pavelvlasov.eval.CircularReferenceException
 
CircularReferenceException(String) - Constructor for class com.pavelvlasov.eval.CircularReferenceException
 
CircularReferenceException(String, Throwable) - Constructor for class com.pavelvlasov.eval.CircularReferenceException
 
CircularReferenceException(Throwable) - Constructor for class com.pavelvlasov.eval.CircularReferenceException
 
ClassAcceptor - interface com.pavelvlasov.config.ClassAcceptor.
Checks that class to be instantiated is acceptable in a given context.
ClassHierarchyVisitable - class com.pavelvlasov.util.ClassHierarchyVisitable.
Visits class hierarchy in the order: class, implemented interfaces, superclass, superclass implemented interfaces, ...
ClassHierarchyVisitable(Class) - Constructor for class com.pavelvlasov.util.ClassHierarchyVisitable
 
ClassResourceLoader - class com.pavelvlasov.util.ClassResourceLoader.
Utility class which searches class hierarchy for a resource.
ClassResourceLoader(Class) - Constructor for class com.pavelvlasov.util.ClassResourceLoader
 
ClassTemplateResolver - interface com.pavelvlasov.util.ClassTemplateResolver.
Resolves class template
ClassTransformerFactory - class com.pavelvlasov.util.ClassTransformerFactory.
Finds class stylesheet and transforms given object using the stylesheet.
ClassTransformerFactory(ClassTemplateResolver, CompositeDomSerializer, boolean) - Constructor for class com.pavelvlasov.util.ClassTransformerFactory
 
CollectionDomSerializer - class com.pavelvlasov.xml.dom.CollectionDomSerializer.
 
CollectionDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.CollectionDomSerializer
 
CollectionVisitable - class com.pavelvlasov.util.CollectionVisitable.
Converts collection into visitable
CollectionVisitable(Collection, boolean) - Constructor for class com.pavelvlasov.util.CollectionVisitable
 
CollectionVisualizer - class com.pavelvlasov.swing.CollectionVisualizer.
 
CollectionVisualizer() - Constructor for class com.pavelvlasov.swing.CollectionVisualizer
 
Column - class com.pavelvlasov.sql.columns.Column.
Base class for different column types
Column(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.Column
 
ColumnChangeListener - interface com.pavelvlasov.sql.columns.ColumnChangeListener.
 
Command - interface com.pavelvlasov.config.Command.
Command interface
Command - interface com.pavelvlasov.sql.xml.Command.
 
Component - interface com.pavelvlasov.config.Component.
Provides lifecycle methods
ComponentBase - class com.pavelvlasov.config.ComponentBase.
Base class for components.
ComponentBase() - Constructor for class com.pavelvlasov.config.ComponentBase
 
CompositeAcceptor - class com.pavelvlasov.util.CompositeAcceptor.
Accepts element if all included acceptors accept.
CompositeAcceptor() - Constructor for class com.pavelvlasov.util.CompositeAcceptor
Default constructor.
CompositeAcceptor(Collection) - Constructor for class com.pavelvlasov.util.CompositeAcceptor
 
CompositeAcceptor(Acceptor[]) - Constructor for class com.pavelvlasov.util.CompositeAcceptor
 
CompositeCommand - class com.pavelvlasov.sql.xml.CompositeCommand.
 
CompositeCommand() - Constructor for class com.pavelvlasov.sql.xml.CompositeCommand
 
CompositeConverter - class com.pavelvlasov.convert.CompositeConverter.
 
CompositeConverter() - Constructor for class com.pavelvlasov.convert.CompositeConverter
Creates new composite converter populated by default with some generic converters.
CompositeDomSerializer - class com.pavelvlasov.xml.dom.CompositeDomSerializer.
 
CompositeDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.CompositeDomSerializer
Creates serializer prepopulated with standard serializers loaded from com/pavelvlasov/xml/dom/CompositeDomSerializer.xml resource.
CompositeDomSerializer(Collection) - Constructor for class com.pavelvlasov.xml.dom.CompositeDomSerializer
Creates serializer populated with given collection of serializers
CompositeDomSerializer.Member - interface com.pavelvlasov.xml.dom.CompositeDomSerializer.Member.
 
CompositeParameterizer - class com.pavelvlasov.sql.CompositeParameterizer.
Represents multiple parameterizers as one
CompositeParameterizer(Parameterizer[]) - Constructor for class com.pavelvlasov.sql.CompositeParameterizer
Constructs CompositeParameterizer
CompositeProxyFactory - class com.pavelvlasov.util.CompositeProxyFactory.
Creates a proxy which combines several classes and sequentially searches for matching method to invoke.
CompositeProxyFactory() - Constructor for class com.pavelvlasov.util.CompositeProxyFactory
Creates factory which uses default classloader.
CompositeProxyFactory(ClassLoader) - Constructor for class com.pavelvlasov.util.CompositeProxyFactory
Creates factory whith specified classloader which will be passed to createProxy(ClassLoader, Class[], TargetFactory[])
CompositeProxyFactory.TargetFactory - interface com.pavelvlasov.util.CompositeProxyFactory.TargetFactory.
 
CompositeStorage - class com.pavelvlasov.persistence.CompositeStorage.
 
CompositeStorage() - Constructor for class com.pavelvlasov.persistence.CompositeStorage
 
CompositeVisitor - class com.pavelvlasov.util.CompositeVisitor.
Takes collection of visitors and piggy-backs them.
CompositeVisitor(Collection) - Constructor for class com.pavelvlasov.util.CompositeVisitor
 
CompositeVisualizer - class com.pavelvlasov.swing.CompositeVisualizer.
 
CompositeVisualizer() - Constructor for class com.pavelvlasov.swing.CompositeVisualizer
Creates visualizer prepopulated with standard visualizers loaded from com/pavelvlasov/swing/CompositeVisualizer.xml resource.
CompositeVisualizer(Collection) - Constructor for class com.pavelvlasov.swing.CompositeVisualizer
Creates visualizer populated with given collection of visualizers
CompositeVisualizer.Member - interface com.pavelvlasov.swing.CompositeVisualizer.Member.
 
CompositeWorkerContainer - class com.pavelvlasov.util.CompositeWorkerContainer.
Simple container
CompositeWorkerContainer() - Constructor for class com.pavelvlasov.util.CompositeWorkerContainer
 
ConfigurationException - exception com.pavelvlasov.config.ConfigurationException.
 
ConfigurationException() - Constructor for class com.pavelvlasov.config.ConfigurationException
Creates a new instance of ConfigurationException without detail message.
ConfigurationException(String) - Constructor for class com.pavelvlasov.config.ConfigurationException
Constructs an instance of ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for class com.pavelvlasov.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class com.pavelvlasov.config.ConfigurationException
 
ConnectionEntry - class com.pavelvlasov.ant.ConnectionEntry.
Defines database connection.
ConnectionEntry() - Constructor for class com.pavelvlasov.ant.ConnectionEntry
 
ConnectionPerThreadDataSource - class com.pavelvlasov.sql.ConnectionPerThreadDataSource.
Maintains one connection per thread.
ConnectionPerThreadDataSource(String, String, String, String, Transaction) - Constructor for class com.pavelvlasov.sql.ConnectionPerThreadDataSource
Constructor
ConnectionPerThreadDataSource(ClassLoader, String, String, String, String, Transaction) - Constructor for class com.pavelvlasov.sql.ConnectionPerThreadDataSource
Constructor
ConnectionPerThreadDataSourceComponent - class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent.
 
ConnectionPerThreadDataSourceComponent() - Constructor for class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
ConsoleLogger - class com.pavelvlasov.logging.ConsoleLogger.
 
ConsoleLogger() - Constructor for class com.pavelvlasov.logging.ConsoleLogger
Default constructor with INFO level.
ConsoleLogger(String) - Constructor for class com.pavelvlasov.logging.ConsoleLogger
 
ConsoleLogger(int) - Constructor for class com.pavelvlasov.logging.ConsoleLogger
 
ConsoleSliceConsumer - class com.pavelvlasov.metrics.ConsoleSliceConsumer.
Outputs slices to System.out.
ConsoleSliceConsumer() - Constructor for class com.pavelvlasov.metrics.ConsoleSliceConsumer
 
ConstructorProjector - class com.pavelvlasov.sql.ConstructorProjector.
This projector constructs objects using database field values
ConstructorProjector(Constructor, Object[], Map) - Constructor for class com.pavelvlasov.sql.ConstructorProjector
Use this constructor if target constructor shall take not only values from database fields as parameter, but other objects as well.
ConstructorProjector(Constructor, String[], Map) - Constructor for class com.pavelvlasov.sql.ConstructorProjector
Use this constructor if only database fields values are used as target constructor parameters.
ConstructorProjector(Constructor, Map) - Constructor for class com.pavelvlasov.sql.ConstructorProjector
Use constructor for positioned projection.
ConstructorProjector.ColumnName - class com.pavelvlasov.sql.ConstructorProjector.ColumnName.
 
ConstructorProjector.ColumnName(String) - Constructor for class com.pavelvlasov.sql.ConstructorProjector.ColumnName
 
ContainerTask - class com.pavelvlasov.ant.ContainerTask.
PV Container wrapped in Ant task.
ContainerTask() - Constructor for class com.pavelvlasov.ant.ContainerTask
 
ContainerTask.Execute - class com.pavelvlasov.ant.ContainerTask.Execute.
Context to "execute".
ContainerTask.Execute() - Constructor for class com.pavelvlasov.ant.ContainerTask.Execute
 
Context - interface com.pavelvlasov.config.Context.
 
ContextConfigurable - interface com.pavelvlasov.config.ContextConfigurable.
 
ConversionException - exception com.pavelvlasov.convert.ConversionException.
 
ConversionException() - Constructor for class com.pavelvlasov.convert.ConversionException
 
ConversionException(String) - Constructor for class com.pavelvlasov.convert.ConversionException
 
ConversionException(Throwable) - Constructor for class com.pavelvlasov.convert.ConversionException
 
ConversionException(String, Throwable) - Constructor for class com.pavelvlasov.convert.ConversionException
 
Converter - interface com.pavelvlasov.convert.Converter.
Converts one object to another
ConvertingCollection - class com.pavelvlasov.util.ConvertingCollection.
Collection that contains elements of one type but appears as containing elements of another type.
ConvertingCollection(Collection, Converter, Converter) - Constructor for class com.pavelvlasov.util.ConvertingCollection
 
cache - Variable in class com.pavelvlasov.cache.MemoryCache
 
checkClassPermission(Class, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
 
checkClassPermission(Class, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
checkInstancePermission(Object, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
Authorization provider determines permission type from subject.
checkInstancePermission(Object, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
classesToWrap - Variable in class com.pavelvlasov.wrap.WrapperHandler
Subclasses can add more classes to wrap.
clear() - Method in interface com.pavelvlasov.cache.Cache
Removes all cache entries
clear() - Method in class com.pavelvlasov.cache.MemoryCache
 
clear() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
clear() - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
clear() - Method in class com.pavelvlasov.sql.DatabaseObject
Sets all columns to default values and clears modified and deleted flags.
clear() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.Column
Sets field value to default and clears modified flag.
clear() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
clear() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
clear() - Method in class com.pavelvlasov.util.ConvertingCollection
 
clearModified() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.ByteColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.CharColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.Column
Clears modified flag.
clearModified() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.FloatColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.IntColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.LongColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
Clears modified flag and sets original value to current value.
clearModified() - Method in class com.pavelvlasov.sql.columns.ShortColumn
Clears modified flag and sets original value to current value.
clone() - Method in class com.pavelvlasov.config.DomConfigInfo
 
clone() - Method in class com.pavelvlasov.sql.DatabaseObject
Clones object, clears columns collection, clears isDeleted and isModified flags.
clone() - Method in class com.pavelvlasov.sql.columns.Column
 
close() - Method in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
close() - Method in class com.pavelvlasov.eval.ExpandingFilterWriter
 
close() - Method in interface com.pavelvlasov.sql.DataIterator
 
columnType(String) - Static method in class com.pavelvlasov.sql.columns.Column
 
columns - Variable in class com.pavelvlasov.sql.DatabaseObject
 
com.pavelvlasov - package com.pavelvlasov
 
com.pavelvlasov.ant - package com.pavelvlasov.ant
 
com.pavelvlasov.antlr - package com.pavelvlasov.antlr
 
com.pavelvlasov.authorization - package com.pavelvlasov.authorization
 
com.pavelvlasov.cache - package com.pavelvlasov.cache
 
com.pavelvlasov.config - package com.pavelvlasov.config
 
com.pavelvlasov.config.adapters - package com.pavelvlasov.config.adapters
 
com.pavelvlasov.convert - package com.pavelvlasov.convert
 
com.pavelvlasov.eval - package com.pavelvlasov.eval
 
com.pavelvlasov.logging - package com.pavelvlasov.logging
 
com.pavelvlasov.metrics - package com.pavelvlasov.metrics
 
com.pavelvlasov.persistence - package com.pavelvlasov.persistence
 
com.pavelvlasov.render - package com.pavelvlasov.render
 
com.pavelvlasov.render.dom - package com.pavelvlasov.render.dom
 
com.pavelvlasov.review - package com.pavelvlasov.review
 
com.pavelvlasov.sql - package com.pavelvlasov.sql
 
com.pavelvlasov.sql.columns - package com.pavelvlasov.sql.columns
 
com.pavelvlasov.sql.hypersonic - package com.pavelvlasov.sql.hypersonic
 
com.pavelvlasov.sql.xml - package com.pavelvlasov.sql.xml
 
com.pavelvlasov.swing - package com.pavelvlasov.swing
 
com.pavelvlasov.util - package com.pavelvlasov.util
 
com.pavelvlasov.wrap - package com.pavelvlasov.wrap
 
com.pavelvlasov.xml.dom - package com.pavelvlasov.xml.dom
 
compare(Object, Object) - Method in class com.pavelvlasov.review.SourceMarkerComparator
 
compareTo(Object) - Method in class com.pavelvlasov.antlr.Token
 
compareTo(Object) - Method in class com.pavelvlasov.metrics.SimpleMetric
 
compareTo(Object) - Method in class com.pavelvlasov.metrics.SimpleSlice
 
compareTo(Object) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
compareTo(Object) - Method in class com.pavelvlasov.util.Version
 
configElement - Variable in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.config.Bean2ContextConfigurableAdapter
 
configure(Context, CompositeConverter) - Method in interface com.pavelvlasov.config.ContextConfigurable
 
configure(Node, Context) - Method in interface com.pavelvlasov.config.DomConfigurable
Reads configuration from Node
configure(Node, Context) - Method in class com.pavelvlasov.config.DomConfigurableContainer
 
configure(File, Context) - Method in interface com.pavelvlasov.config.FileConfigurable
Reads configuration from file
configure(InputStream, Context) - Method in interface com.pavelvlasov.config.InputStreamConfigurable
Reads configuration from input stream
configure(Node, Context) - Method in class com.pavelvlasov.config.JndiBridge
 
configure(Node, Context) - Method in class com.pavelvlasov.config.JndiWrapper
 
configure(Object) - Method in interface com.pavelvlasov.config.ObjectConfigurable
Reads configuration from Object
configure(Node, Context) - Method in class com.pavelvlasov.config.RmiComponent
 
configure(Node, Context) - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
configure(Node, Context) - Method in class com.pavelvlasov.config.RmiWrapper
 
configure(String, Context) - Method in interface com.pavelvlasov.config.StringConfigurable
Configures object from String
configure(URL, Context) - Method in interface com.pavelvlasov.config.URLConfigurable
Configures object from URL
configure(File, Context) - Method in class com.pavelvlasov.config.adapters.File2InputStreamConfigurableAdapter
 
configure(InputStream, Context) - Method in class com.pavelvlasov.config.adapters.InputStream2DomConfigurableAdapter
 
configure(URL, Context) - Method in class com.pavelvlasov.config.adapters.URL2InputStreamConfigurableAdapter
 
configure(Node, Context) - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.DatabaseObject
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.DatabaseObject
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.columns.Column
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
configure(Context, CompositeConverter) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.hypersonic.HypersonicDataSourceComponent
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.xml.Message
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.xml.SQLCommand
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.xml.Select
 
configure(Node, Context) - Method in class com.pavelvlasov.sql.xml.Transaction
 
configure(Node, Context) - Method in class com.pavelvlasov.util.CompositeWorkerContainer
 
configure(Node, Context) - Method in class com.pavelvlasov.util.RemoteWorkerComponent
 
configure(Node, Context) - Method in class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
configure(Node, Context) - Method in class com.pavelvlasov.util.WorkerRemotizer
 
consume(Object, Exception) - Method in class com.pavelvlasov.util.AccumulatingExceptionSink
 
consume(DispatchingVisitor, Object, Method, Object, Exception) - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink
 
consume(Object, Exception) - Method in interface com.pavelvlasov.util.ExceptionSink
 
consume(DispatchingVisitor, Object, Method, Object, Exception) - Method in interface com.pavelvlasov.util.VisitorExceptionSink
 
consumeSlice(String, Slice) - Method in class com.pavelvlasov.metrics.ConsoleSliceConsumer
 
consumeSlice(String, Slice) - Method in class com.pavelvlasov.metrics.Log4jInfoSliceConsumer
 
consumeSlice(String, Slice) - Method in interface com.pavelvlasov.metrics.RemoteSliceConsumer
 
consumeSlice(String, Slice) - Method in class com.pavelvlasov.metrics.RemoteSliceConsumerAdapter
 
consumeSlice(String, Slice) - Method in interface com.pavelvlasov.metrics.SliceConsumer
 
contains(Object) - Method in class com.pavelvlasov.util.ConvertingCollection
 
containsAll(Collection) - Method in class com.pavelvlasov.util.ConvertingCollection
 
convert(Object, Class, boolean) - Method in class com.pavelvlasov.convert.CompositeConverter
Converts source object to target class instance
convert(Object) - Method in interface com.pavelvlasov.convert.Converter
 
convert(Object, String) - Static method in class com.pavelvlasov.xml.dom.XmlBeanBase
Converts one type to another if possible
copy(DatabaseObject) - Method in class com.pavelvlasov.sql.DatabaseObject
Copies values from source object to this object
create(Node) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates object.
create(File, String) - Method in class com.pavelvlasov.config.DomConfigFactory
Parses file and returns object.
create(File, String, ClassAcceptor, ObjectAcceptor) - Method in class com.pavelvlasov.config.DomConfigFactory
Parses file and returns object
create(InputStream, String) - Method in class com.pavelvlasov.config.DomConfigFactory
Same as create(in, xPath, null, null)
create(InputStream, String, ClassAcceptor, ObjectAcceptor) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates and configures object from InputStream
create(Reader, String) - Method in class com.pavelvlasov.config.DomConfigFactory
Same as create(in, xPath, null, null)
create(Reader, String, ClassAcceptor, ObjectAcceptor) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates and configures object from InputStream
create(URL, String) - Method in class com.pavelvlasov.config.DomConfigFactory
Same as create(url, xPath, null, null)
create(URL, String, ClassAcceptor, ObjectAcceptor) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates and configures object from URL
create(Node, ClassAcceptor, ObjectAcceptor) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates object from Node
create(Node, ClassAcceptor, ObjectAcceptor, CachedXPathAPI) - Method in class com.pavelvlasov.config.DomConfigFactory
Creates and configures object
createClasspath() - Method in class com.pavelvlasov.ant.ObjectEntry
Maybe creates a nested classpath element.
createExecute() - Method in class com.pavelvlasov.ant.ContainerTask
 
createMeasurementConsumer(long, boolean, int) - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
Override this method to create a custom consumer.
createOnConnect() - Method in class com.pavelvlasov.ant.ConnectionEntry
 
createProxy(ClassLoader, Class[], CompositeProxyFactory.TargetFactory[]) - Static method in class com.pavelvlasov.util.CompositeProxyFactory
 
createProxy(Class[], CompositeProxyFactory.TargetFactory[]) - Method in class com.pavelvlasov.util.CompositeProxyFactory
 
createSliceConsumer() - Method in class com.pavelvlasov.metrics.RemoteSlicingMeasurementCategoryFactory
 
createSliceConsumer() - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
Creates a consumer using DomConfigFactory

D

DEBUG - Static variable in class com.pavelvlasov.logging.ConsoleLogger
 
DOMUtils - class com.pavelvlasov.xml.dom.DOMUtils.
Utility class for querying DOM.
DataAccessObject - interface com.pavelvlasov.sql.DataAccessObject.
If objects being projected implement this interface then SQLProcessor will invoke DataAccessObject.setSQLProcessor(SQLProcessor) to set reference to itself.
DataIterator - interface com.pavelvlasov.sql.DataIterator.
 
DatabaseObject - class com.pavelvlasov.sql.DatabaseObject.
SQLC-generated interface implementations implement this method to achieve differential update functionality - inserting and updating only modified fields.
DatabaseObject() - Constructor for class com.pavelvlasov.sql.DatabaseObject
Default constructor
DatabaseObject(boolean) - Constructor for class com.pavelvlasov.sql.DatabaseObject
 
DependencyManager - class com.pavelvlasov.config.DependencyManager.
Manages dependencies between objects.
DependencyManager() - Constructor for class com.pavelvlasov.config.DependencyManager
 
DispatchException - exception com.pavelvlasov.util.DispatchException.
 
DispatchException() - Constructor for class com.pavelvlasov.util.DispatchException
 
DispatchException(String) - Constructor for class com.pavelvlasov.util.DispatchException
 
DispatchException(String, Throwable) - Constructor for class com.pavelvlasov.util.DispatchException
 
DispatchException(Throwable) - Constructor for class com.pavelvlasov.util.DispatchException
 
DispatcherAware - interface com.pavelvlasov.util.DispatcherAware.
 
DispatchingVisitor - class com.pavelvlasov.util.DispatchingVisitor.
Dispatching visitor navigates through Visitables hierarchy and invokes visit(Type) method of targets with compatible Type.
DispatchingVisitor(Collection, VisitorExceptionSink, DispatchingVisitor.Listener) - Constructor for class com.pavelvlasov.util.DispatchingVisitor
 
DispatchingVisitor(Collection, VisitorExceptionSink) - Constructor for class com.pavelvlasov.util.DispatchingVisitor
 
DispatchingVisitor(Object, VisitorExceptionSink) - Constructor for class com.pavelvlasov.util.DispatchingVisitor
 
DispatchingVisitor(Object, VisitorExceptionSink, DispatchingVisitor.Listener) - Constructor for class com.pavelvlasov.util.DispatchingVisitor
 
DispatchingVisitor.Filter - interface com.pavelvlasov.util.DispatchingVisitor.Filter.
If target implements this insterface then it is used to filter invocations to other targets.
DispatchingVisitor.Listener - interface com.pavelvlasov.util.DispatchingVisitor.Listener.
 
DispatchingVisitor.SelfListener - interface com.pavelvlasov.util.DispatchingVisitor.SelfListener.
Targets which want to listen to invocations of self should implement this interface.
DispatchingVisitor.Stats - interface com.pavelvlasov.util.DispatchingVisitor.Stats.
 
DomConfigFactory - class com.pavelvlasov.config.DomConfigFactory.
Creates and configures objects from DOM Element (XML file).
DomConfigFactory() - Constructor for class com.pavelvlasov.config.DomConfigFactory
Default constructor
DomConfigFactory(Context) - Constructor for class com.pavelvlasov.config.DomConfigFactory
Default constructor
DomConfigFactory(ClassLoader) - Constructor for class com.pavelvlasov.config.DomConfigFactory
 
DomConfigFactory(ClassLoader, Context) - Constructor for class com.pavelvlasov.config.DomConfigFactory
 
DomConfigFactory(DomConfigInfo) - Constructor for class com.pavelvlasov.config.DomConfigFactory
Constructs DomConfigFactory with non-default elements/attributes mappings.
DomConfigFactory(ClassLoader, DomConfigInfo) - Constructor for class com.pavelvlasov.config.DomConfigFactory
Constructs DomConfigFactory with non-default elements/attributes mappings.
DomConfigFactory(ClassLoader, DomConfigInfo, Context) - Constructor for class com.pavelvlasov.config.DomConfigFactory
 
DomConfigInfo - class com.pavelvlasov.config.DomConfigInfo.
Allows to customize XML element names for class name, Map key and Map value.
DomConfigInfo() - Constructor for class com.pavelvlasov.config.DomConfigInfo
Default constructor
DomConfigInfo(String, String, String) - Constructor for class com.pavelvlasov.config.DomConfigInfo
Constructs DomConfigInfo with custom values.
DomConfigurable - interface com.pavelvlasov.config.DomConfigurable.
DOM configurable.
DomConfigurableContainer - class com.pavelvlasov.config.DomConfigurableContainer.
Simple container
DomConfigurableContainer() - Constructor for class com.pavelvlasov.config.DomConfigurableContainer
 
DomRenderer - interface com.pavelvlasov.render.dom.DomRenderer.
 
DomSerializable - interface com.pavelvlasov.xml.dom.DomSerializable.
 
DomVisitable - class com.pavelvlasov.xml.dom.DomVisitable.
Navigates Visitor through DOM tree.
DomVisitable(Node) - Constructor for class com.pavelvlasov.xml.dom.DomVisitable
 
DoubleColumn - class com.pavelvlasov.sql.columns.DoubleColumn.
 
DoubleColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.DoubleColumn
 
DoubleColumn(String, boolean, double) - Constructor for class com.pavelvlasov.sql.columns.DoubleColumn
 
DoubleColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.DoubleColumn
 
debug(Object, String) - Method in class com.pavelvlasov.logging.AntLogger
 
debug(Object, String) - Method in class com.pavelvlasov.logging.ConsoleLogger
 
debug(Object, String) - Method in class com.pavelvlasov.logging.Log4jLogger
 
debug(Object, String) - Method in interface com.pavelvlasov.logging.Logger
 
delete(SQLProcessor, String) - Method in class com.pavelvlasov.sql.DatabaseObject
Deletes row in a table by primary key.
delete(SQLProcessor, String) - Method in class com.pavelvlasov.sql.MeasuringDatabaseObject
 
deleted - Variable in class com.pavelvlasov.sql.SimpleRelationship
 
dom2Properties(Element, String) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
downInStack - Variable in class com.pavelvlasov.swing.CompositeVisualizer
Visualizer to delegate requests for visualization from members.
downInStack - Variable in class com.pavelvlasov.xml.dom.CompositeDomSerializer
Serializer to delegate requests for serialization from members.
dump(AST, String[]) - Static method in class com.pavelvlasov.antlr.AstUtil
Dumps this node and its children
dump() - Method in class com.pavelvlasov.util.AccumulatingExceptionSink
Invokes printStackTrace() for all accumulated exceptions
dump() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink
Invokes printStackTrace() for all accumulated exceptions
dumpAll(AST, String[]) - Static method in class com.pavelvlasov.antlr.AstUtil
Dumps node and siblings

E

ERROR - Static variable in class com.pavelvlasov.logging.ConsoleLogger
 
ElementContext - class com.pavelvlasov.config.ElementContext.
Gets values from DOM Element
ElementContext(Element) - Constructor for class com.pavelvlasov.config.ElementContext
 
ElementNameDomConfigurableContainer - class com.pavelvlasov.config.ElementNameDomConfigurableContainer.
Uses node name as component name
ElementNameDomConfigurableContainer() - Constructor for class com.pavelvlasov.config.ElementNameDomConfigurableContainer
 
Entry - interface com.pavelvlasov.cache.Entry.
 
EnumerationDomSerializer - class com.pavelvlasov.xml.dom.EnumerationDomSerializer.
 
EnumerationDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.EnumerationDomSerializer
 
EvaluatingContext - class com.pavelvlasov.eval.EvaluatingContext.
 
EvaluatingContext(Context, Collection, CompositeConverter) - Constructor for class com.pavelvlasov.eval.EvaluatingContext
 
EvaluatingFilterWriter - class com.pavelvlasov.eval.EvaluatingFilterWriter.
 
EvaluatingFilterWriter(Writer, int, Context, CompositeConverter) - Constructor for class com.pavelvlasov.eval.EvaluatingFilterWriter
 
EvaluationException - exception com.pavelvlasov.eval.EvaluationException.
 
EvaluationException() - Constructor for class com.pavelvlasov.eval.EvaluationException
 
EvaluationException(String) - Constructor for class com.pavelvlasov.eval.EvaluationException
 
EvaluationException(String, Throwable) - Constructor for class com.pavelvlasov.eval.EvaluationException
 
EvaluationException(Throwable) - Constructor for class com.pavelvlasov.eval.EvaluationException
 
EvaluationException(AST) - Constructor for class com.pavelvlasov.eval.EvaluationException
 
Evaluator - class com.pavelvlasov.eval.Evaluator.
Deprecated. Use EvaluatingContext instead.
Evaluator(String, Collection, CompositeConverter) - Constructor for class com.pavelvlasov.eval.Evaluator
Deprecated.  
Exception - exception com.pavelvlasov.Exception.
 
Exception() - Constructor for class com.pavelvlasov.Exception
 
Exception(String) - Constructor for class com.pavelvlasov.Exception
 
Exception(String, Throwable) - Constructor for class com.pavelvlasov.Exception
 
Exception(Throwable) - Constructor for class com.pavelvlasov.Exception
 
ExceptionSink - interface com.pavelvlasov.util.ExceptionSink.
 
ExpandingFilterWriter - class com.pavelvlasov.eval.ExpandingFilterWriter.
 
ExpandingFilterWriter(Writer, Context) - Constructor for class com.pavelvlasov.eval.ExpandingFilterWriter
 
ExpandingFilterWriter(Writer, Context, Set) - Constructor for class com.pavelvlasov.eval.ExpandingFilterWriter
 
enumerate() - Method in class com.pavelvlasov.antlr.AST
 
equals(Object) - Method in class com.pavelvlasov.antlr.AST
 
equals(Object) - Method in class com.pavelvlasov.antlr.Token
 
equals(Object) - Method in class com.pavelvlasov.sql.DatabaseObject
Two objects are considered equal and all their fields are equal.
equals(Object) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
equals(Object) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
equals(Object) - Method in class com.pavelvlasov.util.Version
 
equals(Object) - Method in class com.pavelvlasov.xml.dom.XmlBeanBase
Two objects are considered equal and all their fields are equal.
error(Object, String) - Method in class com.pavelvlasov.logging.AntLogger
 
error(Object, String) - Method in class com.pavelvlasov.logging.ConsoleLogger
 
error(Object, String) - Method in class com.pavelvlasov.logging.Log4jLogger
 
error(Object, String) - Method in interface com.pavelvlasov.logging.Logger
 
errorMessage - Variable in class com.pavelvlasov.sql.xml.SQLCommand
 
evaluate(Context) - Method in class com.pavelvlasov.eval.Evaluator
Deprecated.  
execute() - Method in class com.pavelvlasov.ant.ContainerTask
 
execute() - Method in class com.pavelvlasov.ant.Param
 
execute(SQLProcessor) - Method in class com.pavelvlasov.ant.Script
 
execute() - Method in class com.pavelvlasov.ant.Script
 
execute(Object) - Method in interface com.pavelvlasov.config.Command
 
execute(Object) - Method in class com.pavelvlasov.config.GenericContainer
Invokes execute() of executable components sequentially.
execute(SQLProcessor) - Method in interface com.pavelvlasov.sql.Transaction
 
execute(Element, SQLProcessor, Context) - Method in interface com.pavelvlasov.sql.xml.Command
 
execute(Document, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
 
execute(Element, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
 
execute(Element, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.Message
 
execute(Element, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.Select
 
execute(Element, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.Transaction
 
execute(Element, SQLProcessor, Context) - Method in class com.pavelvlasov.sql.xml.Update
 
execute(Object) - Method in class com.pavelvlasov.util.DispatchingVisitor
Passes executionContext for visiting.
execute() - Method in class com.pavelvlasov.util.InvocationPump.Command
Put single-threaded functionality here
execute(Runnable) - Method in class com.pavelvlasov.util.SerialProcessor
Executes task in a separate thread
executeScript(Reader) - Method in class com.pavelvlasov.sql.SQLProcessor
Excecutes script with ; as statement separator
executeScript(Reader, char) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes series of SQL statement read from reader and separated by statementSeparator
executeTransaction(Transaction) - Method in class com.pavelvlasov.sql.SQLProcessor
 
expand(Reader, Context) - Static method in class com.pavelvlasov.eval.ExpandingFilterWriter
 
expandToString(Reader, Context) - Static method in class com.pavelvlasov.eval.ExpandingFilterWriter
 

F

File2InputStreamConfigurableAdapter - class com.pavelvlasov.config.adapters.File2InputStreamConfigurableAdapter.
Converts InputStreamConfigurable to FileConfigurable
File2InputStreamConfigurableAdapter(InputStreamConfigurable) - Constructor for class com.pavelvlasov.config.adapters.File2InputStreamConfigurableAdapter
 
FileConfigurable - interface com.pavelvlasov.config.FileConfigurable.
File configurable
FileStorage - class com.pavelvlasov.persistence.FileStorage.
 
FileStorage(File) - Constructor for class com.pavelvlasov.persistence.FileStorage
 
FirstColumnProjector - class com.pavelvlasov.sql.FirstColumnProjector.
Projects first column by invoking ResultSet.getObject(1)
FirstColumnProjector() - Constructor for class com.pavelvlasov.sql.FirstColumnProjector
 
FirstColumnProjector(Class) - Constructor for class com.pavelvlasov.sql.FirstColumnProjector
 
FirstColumnSmartProjector - class com.pavelvlasov.sql.FirstColumnSmartProjector.
Base class for SQLC generated projectors.
FirstColumnSmartProjector(Class, Converter) - Constructor for class com.pavelvlasov.sql.FirstColumnSmartProjector
 
FloatColumn - class com.pavelvlasov.sql.columns.FloatColumn.
 
FloatColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.FloatColumn
 
FloatColumn(String, boolean, float) - Constructor for class com.pavelvlasov.sql.columns.FloatColumn
 
FloatColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.FloatColumn
 
finalize() - Method in class com.pavelvlasov.cache.MemoryCache
 
finalize() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
finalize() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
find(Acceptor) - Method in class com.pavelvlasov.util.AbstractSearchable
 
find(Acceptor) - Method in interface com.pavelvlasov.util.Searchable
 
findAll(Acceptor) - Method in class com.pavelvlasov.util.AbstractSearchable
 
findAll(Acceptor) - Method in interface com.pavelvlasov.util.Searchable
 
findProjectSingleMethodName(String) - Static method in class com.pavelvlasov.sql.SQLProcessor
Finds projectSingleXXX method for a particular type.
forEach(Object) - Static method in class com.pavelvlasov.eval.EvaluatingContext
 
forEach(Object) - Static method in class com.pavelvlasov.eval.Evaluator
Deprecated.  
force - Variable in class com.pavelvlasov.sql.columns.Column
 
from - Variable in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
fromDom(Element) - Method in class com.pavelvlasov.sql.DatabaseObject
Loads columns from XML element
fromDom(Element, Properties) - Method in class com.pavelvlasov.sql.DatabaseObject
 

G

GenericContainer - class com.pavelvlasov.config.GenericContainer.
 
GenericContainer() - Constructor for class com.pavelvlasov.config.GenericContainer
 
GenericIdentityGenerator - class com.pavelvlasov.sql.GenericIdentityGenerator.
Generates identities by executing specified SQL statement
GenericIdentityGenerator(String) - Constructor for class com.pavelvlasov.sql.GenericIdentityGenerator
Constructor
GenericIdentityRetriever - class com.pavelvlasov.sql.GenericIdentityRetriever.
Retrieves identity by executing SQL statement
GenericIdentityRetriever(String) - Constructor for class com.pavelvlasov.sql.GenericIdentityRetriever
 
generate(Connection, String) - Method in class com.pavelvlasov.sql.GenericIdentityGenerator
 
generate(Connection, String) - Method in interface com.pavelvlasov.sql.IdentityGenerator
Generates next identity for given object name.
generate(Connection, String) - Method in class com.pavelvlasov.sql.OracleSequenceIdentityGenerator
 
generate(Connection, String) - Method in class com.pavelvlasov.sql.TableIdentityGenerator
 
get() - Method in interface com.pavelvlasov.cache.Entry
Object.
get(Object) - Method in class com.pavelvlasov.cache.MemoryCache
 
get(Object) - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
get(Object) - Method in interface com.pavelvlasov.cache.Producer
 
get(Object) - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
get(Object) - Method in class com.pavelvlasov.cache.SoftHashMap
 
get(String) - Method in class com.pavelvlasov.config.BeanContext
 
get(String) - Method in class com.pavelvlasov.config.ComponentBase
 
get(String) - Method in interface com.pavelvlasov.config.Context
 
get(String) - Method in class com.pavelvlasov.config.ElementContext
 
get(String) - Method in class com.pavelvlasov.config.GenericContainer
Looks up component in component tree.
get(String) - Method in class com.pavelvlasov.config.MapContext
 
get(String) - Method in class com.pavelvlasov.config.PathNavigator
 
get(String) - Method in class com.pavelvlasov.eval.EvaluatingContext
 
get(String) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
get(String) - Method in class com.pavelvlasov.persistence.FileStorage
 
get(String) - Method in class com.pavelvlasov.persistence.MemoryStorage
 
get(String) - Method in interface com.pavelvlasov.persistence.Storage
Retrieves object from storage
get(String) - Method in class com.pavelvlasov.sql.DatabaseObject
 
get(String) - Method in class com.pavelvlasov.sql.JdbcStorage
 
get(String) - Method in class com.pavelvlasov.util.CompositeWorkerContainer
Looks up component in component tree.
get(int) - Method in class com.pavelvlasov.util.UnmodifiableConvertingList
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.Column
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
getAlignment() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
getAttribute(Object) - Method in class com.pavelvlasov.config.GenericContainer
 
getAttribute(Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
getAttribute(Object) - Method in class com.pavelvlasov.sql.columns.Column
 
getAttribute(Object) - Method in interface com.pavelvlasov.util.Attributable
 
getAttribute(Object) - Method in class com.pavelvlasov.util.TreeNode
 
getAvg() - Method in interface com.pavelvlasov.metrics.Metric
 
getAvg() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getAvg() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getCategory(Class) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
 
getCategory(String) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
 
getCategoryInstance(String) - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
getCause() - Method in class com.pavelvlasov.sql.SQLExceptionEx
 
getChild(Object, int) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
getChild(String) - Method in class com.pavelvlasov.config.ComponentBase
Override this method if component has subcomponents.
getChild(String) - Method in class com.pavelvlasov.config.JndiBridge
 
getChild(String) - Method in class com.pavelvlasov.config.PathNavigator
 
getChild(String) - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
getChildCount(Object) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
getChildren() - Method in class com.pavelvlasov.util.TreeNode
 
getClassInterfaces(Class) - Static method in class com.pavelvlasov.wrap.WrapperHandler
 
getClassName() - Method in class com.pavelvlasov.ant.ObjectEntry
 
getClassesOfInterest() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
getCodeExpression() - Method in class com.pavelvlasov.config.DomConfigInfo
 
getColumn() - Method in class com.pavelvlasov.antlr.AST
 
getColumn() - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
getColumn() - Method in interface com.pavelvlasov.review.SourceMarker
 
getColumn(ResultSet, String) - Method in class com.pavelvlasov.sql.BaseReflectionProjector
This implmentation uses ResultSet.getObject() method to obtain field value.
getColumn(ResultSet, int) - Method in class com.pavelvlasov.sql.BaseReflectionProjector
This implmentation uses ResultSet.getObject() method to obtain field value.
getColumn(String) - Method in class com.pavelvlasov.sql.DatabaseObject
 
getColumnAttribute(String, Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
getComponentMap() - Method in class com.pavelvlasov.config.GenericContainer
 
getComponentName(Node) - Method in class com.pavelvlasov.config.DomConfigurableContainer
 
getComponentName(Node) - Method in class com.pavelvlasov.config.ElementNameDomConfigurableContainer
 
getComponentName(Node) - Method in class com.pavelvlasov.config.NameAttributeDomConfigurableContainer
 
getComponentNames() - Method in class com.pavelvlasov.config.GenericContainer
 
getComponents() - Method in class com.pavelvlasov.config.GenericContainer
 
getConfigDocument() - Method in class com.pavelvlasov.config.XmlSource
 
getConnection() - Method in class com.pavelvlasov.ant.ConnectionEntry
 
getConnection() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
getConnection(String, String) - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
getConnection() - Method in class com.pavelvlasov.sql.SQLProcessor
Returns connection if you need it for JDBC calls outside of the SQLProcessor
getContext(String, Locale, String) - Method in class com.pavelvlasov.util.ClassResourceLoader
 
getDataSource() - Method in class com.pavelvlasov.ant.ConnectionEntry
 
getDataSource() - Method in class com.pavelvlasov.sql.SQLProcessor
 
getDefaultConverter() - Static method in class com.pavelvlasov.convert.CompositeConverter
 
getDefaultInstance() - Static method in class com.pavelvlasov.util.SerialProcessor
 
getDeviation() - Method in interface com.pavelvlasov.metrics.Metric
 
getDeviation() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getDeviation() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getDocument() - Method in class com.pavelvlasov.render.RenderRequest
 
getDocumentElement() - Method in class com.pavelvlasov.ant.XmlSourceEntry
 
getElementText(Element, String, CachedXPathAPI) - Static method in class com.pavelvlasov.xml.dom.AbstractDomObject
 
getElementText(Node) - Static method in class com.pavelvlasov.xml.dom.AbstractDomObject
 
getElementText(Element) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
getEmbeddedStyle(Class) - Method in class com.pavelvlasov.render.dom.AbstractRenderer
Searches for class name first, then for all interfaces and then for superclass.
getException() - Method in class com.pavelvlasov.util.AccumulatingExceptionSink.Entry
 
getException() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.Entry
 
getExceptions() - Method in class com.pavelvlasov.util.AccumulatingExceptionSink
 
getExceptions() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink
 
getExpirationTime() - Method in interface com.pavelvlasov.cache.Entry
Time when entry expires
getFile() - Method in class com.pavelvlasov.ant.XmlSourceEntry
Getter for property file.
getFirstToken() - Method in class com.pavelvlasov.antlr.AST
 
getFirstToken() - Method in interface com.pavelvlasov.antlr.TokenChain
 
getFrom() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getFrom() - Method in interface com.pavelvlasov.metrics.Slice
 
getId() - Method in class com.pavelvlasov.antlr.AST
 
getIdString() - Method in interface com.pavelvlasov.util.Identifiable
 
getIndexOfChild(Object, Object) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
getInitConnectionTransaction() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
getInvocations() - Method in interface com.pavelvlasov.util.DispatchingVisitor.Stats
 
getItemType() - Method in interface com.pavelvlasov.sql.Relationship
 
getItemType() - Method in class com.pavelvlasov.sql.SimpleRelationship
 
getLabel() - Method in class com.pavelvlasov.sql.columns.Column
 
getLastToken() - Method in class com.pavelvlasov.antlr.AST
 
getLastToken() - Method in interface com.pavelvlasov.antlr.TokenChain
 
getLeftColumn() - Method in class com.pavelvlasov.antlr.AST
Returns leftmost non-zero column among itself and all children
getLine() - Method in class com.pavelvlasov.antlr.AST
 
getLine() - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
getLine() - Method in interface com.pavelvlasov.review.SourceMarker
 
getListener() - Method in class com.pavelvlasov.antlr.Token
 
getListener() - Method in class com.pavelvlasov.sql.columns.Column
 
getLogWriter() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
getLoginTimeout() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
getMajor() - Method in class com.pavelvlasov.util.Version
 
getMapKeyExpression() - Method in class com.pavelvlasov.config.DomConfigInfo
 
getMapValueExpression() - Method in class com.pavelvlasov.config.DomConfigInfo
 
getMaster() - Method in class com.pavelvlasov.config.JndiWrapper
 
getMaster() - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
getMaster() - Method in class com.pavelvlasov.config.RmiWrapper
 
getMaster() - Method in interface com.pavelvlasov.config.Wrapper
 
getMaster() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
getMaster() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSourceComponent
 
getMaster() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent
 
getMaster() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSourceComponent
 
getMaster() - Method in class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
getMaster() - Method in class com.pavelvlasov.util.UnmodifiableConvertingList
 
getMaster() - Method in class com.pavelvlasov.wrap.StrongWrapperHandler
 
getMaster() - Method in class com.pavelvlasov.wrap.WeakWrapperHandler
 
getMaster() - Method in class com.pavelvlasov.wrap.WrapperHandler
 
getMasterInternal() - Method in class com.pavelvlasov.wrap.WeakWrapperHandler
 
getMax() - Method in interface com.pavelvlasov.metrics.Metric
 
getMax() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getMax() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getMeasurementConsumer(String) - Method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Subclasses shall implement this method to bind sinks to category
getMeasurementConsumer(String) - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
getMeasurementConsumer(String) - Method in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
getMeasurements() - Method in interface com.pavelvlasov.metrics.Metric
 
getMeasurements() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getMeasurements() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getMethod() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.Entry
 
getMetrics() - Method in interface com.pavelvlasov.metrics.MetricSource
 
getMetrics() - Method in class com.pavelvlasov.metrics.SimpleMeasurementConsumer
 
getMicro() - Method in class com.pavelvlasov.util.Version
 
getMin() - Method in interface com.pavelvlasov.metrics.Metric
 
getMin() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getMin() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getMinor() - Method in class com.pavelvlasov.util.Version
 
getName() - Method in class com.pavelvlasov.ant.Param
 
getName() - Method in interface com.pavelvlasov.metrics.Metric
 
getName() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getName() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getName() - Method in class com.pavelvlasov.sql.columns.Column
 
getName() - Method in interface com.pavelvlasov.util.Parameter
 
getNameMap() - Method in class com.pavelvlasov.sql.SQLProcessor
 
getNextToken() - Method in class com.pavelvlasov.antlr.Token
 
getNonBlankElementText(Element) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
getNumber() - Method in interface com.pavelvlasov.metrics.Metric
 
getNumber() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getNumber() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getObject(ClassLoader) - Method in class com.pavelvlasov.ant.ObjectEntry
 
getObject(ClassLoader) - Method in class com.pavelvlasov.ant.Param
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.Column
Returns column value as object
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
getObjectValue(boolean) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
getObjectVersion() - Method in class com.pavelvlasov.sql.DatabaseObject
 
getObjectVersion() - Method in interface com.pavelvlasov.util.Versioned
 
getOrder() - Method in interface com.pavelvlasov.util.OrderedTarget
 
getOrdered() - Method in class com.pavelvlasov.config.DependencyManager
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
getOriginalValue() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
getParameters() - Method in class com.pavelvlasov.ant.ObjectEntry
 
getParent() - Method in class com.pavelvlasov.antlr.AST
 
getParent() - Method in class com.pavelvlasov.config.PathNavigator
 
getParent() - Method in class com.pavelvlasov.util.TreeNode
 
getParsedProperty(String) - Method in class com.pavelvlasov.config.PropertyParser
Property parsing.
getPrevSibling() - Method in class com.pavelvlasov.antlr.AST
 
getPrevToken() - Method in class com.pavelvlasov.antlr.Token
 
getProcessor(Context) - Method in class com.pavelvlasov.ant.ConnectionEntry
 
getProcessor() - Method in class com.pavelvlasov.sql.JdbcStorage
 
getProcessor() - Method in interface com.pavelvlasov.sql.Lazy
 
getProcessor() - Method in class com.pavelvlasov.sql.xml.SQLCommand
 
getProperties(String, String) - Method in class com.pavelvlasov.util.ClassResourceLoader
 
getProperties(String, Locale, String) - Method in class com.pavelvlasov.util.ClassResourceLoader
 
getProperty() - Method in class com.pavelvlasov.ant.Param
 
getProxy() - Method in class com.pavelvlasov.util.ProxyInvocationPump
 
getProxy() - Method in interface com.pavelvlasov.wrap.Wrappable
 
getProxy() - Method in class com.pavelvlasov.wrap.WrapperHandler
 
getReader() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicDataSourceComponent
 
getRelationship(String) - Method in class com.pavelvlasov.sql.DatabaseObject
 
getRenderee() - Method in class com.pavelvlasov.render.RenderRequest
 
getResourceAsStream(String, String) - Method in class com.pavelvlasov.util.ClassResourceLoader
 
getResourceAsStream(String, Locale, String) - Method in class com.pavelvlasov.util.ClassResourceLoader
 
getRoot() - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
getSignature() - Method in interface com.pavelvlasov.review.Signed
 
getSignature() - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
getSingleElement(Element, String) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Ensures that thre is one and only one element and returns it.
getSingleElementText(Element, String) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Ensures that there is only one element and returns its text
getSingleNonBlankElementText(Element, String) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
getSize() - Method in class com.pavelvlasov.antlr.AST
 
getSliceConsumer() - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
getSource() - Method in class com.pavelvlasov.util.AccumulatingExceptionSink.Entry
 
getSourceId() - Method in class com.pavelvlasov.antlr.AST
 
getSourceId() - Method in class com.pavelvlasov.antlr.Token
 
getSourceId() - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
getSourceId() - Method in interface com.pavelvlasov.review.SourceMarker
Crude hack, but can't come up with anything better at the time.
getSourceURL() - Method in class com.pavelvlasov.antlr.AST
 
getSourceURL() - Method in class com.pavelvlasov.antlr.Token
 
getSourceURL() - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
getSourceURL() - Method in interface com.pavelvlasov.review.SourceMarker
 
getSqlType(String, int) - Method in class com.pavelvlasov.sql.DatabaseObject
Allows to override generated column types with <class name>.sqltypes resource.
getStack() - Method in class com.pavelvlasov.util.VisitorStack
 
getStack(Class) - Method in class com.pavelvlasov.util.VisitorStack
 
getStack(Class[]) - Method in class com.pavelvlasov.util.VisitorStack
 
getStackHead() - Method in class com.pavelvlasov.swing.CompositeVisualizer
For use by members.
getStackHead() - Method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
For use by members.
getStats() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
getStorage(Class) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
getStorage(String) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
getStream() - Method in class com.pavelvlasov.config.XmlSource
 
getTarget() - Method in interface com.pavelvlasov.util.CompositeProxyFactory.TargetFactory
 
getTargetClass() - Method in interface com.pavelvlasov.util.CompositeProxyFactory.TargetFactory
 
getTargets() - Method in interface com.pavelvlasov.util.DispatchingVisitor.Filter
 
getTargets() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
getThreadInstance() - Static method in class com.pavelvlasov.swing.CompositeVisualizer
 
getThreadInstance() - Static method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
 
getThreadStats() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
getTime() - Method in interface com.pavelvlasov.cache.Entry
Time when entry was put to cache.
getTime() - Method in interface com.pavelvlasov.metrics.Metric.Measurement
 
getTime() - Method in interface com.pavelvlasov.metrics.TimeIntervalCategory
 
getTimeIntervalCategory(Class) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
 
getTimeIntervalCategory(String) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
 
getTimeIntervalCategory() - Method in class com.pavelvlasov.sql.SQLProcessor
 
getTo() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getTo() - Method in interface com.pavelvlasov.metrics.Slice
 
getToken() - Method in class com.pavelvlasov.antlr.AST
 
getTotal() - Method in interface com.pavelvlasov.metrics.Metric
 
getTotal() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
getTotal() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
getType() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.Column
 
getType() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
getType() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
getType() - Method in interface com.pavelvlasov.util.Parameter
 
getURL() - Method in class com.pavelvlasov.ant.XmlSourceEntry
Getter for property URL.
getUserName() - Static method in class com.pavelvlasov.authorization.AuthorizationManager
 
getUserName() - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
getValue() - Method in class com.pavelvlasov.ant.ObjectEntry
 
getValue() - Method in class com.pavelvlasov.eval.SingleResult
 
getValue() - Method in interface com.pavelvlasov.metrics.Metric.Measurement
 
getValue() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
getValue() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
getValues() - Method in class com.pavelvlasov.eval.MultiResult
 
getVisitee() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.Entry
 
getVisitor() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink.Entry
 
getVisitorStack() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
getVisitorStack() - Method in interface com.pavelvlasov.util.VisitorStackSource
 
getVisits() - Method in interface com.pavelvlasov.util.DispatchingVisitor.Stats
 

H

HousekeepingSliceConsumer - interface com.pavelvlasov.metrics.HousekeepingSliceConsumer.
Slice consumers which need to perform housekeeping on regular basis shall implement this method.
HtmlMeasurementCategoryFactory - class com.pavelvlasov.metrics.HtmlMeasurementCategoryFactory.
 
HtmlMeasurementCategoryFactory(File) - Constructor for class com.pavelvlasov.metrics.HtmlMeasurementCategoryFactory
 
HypersonicDataSource - class com.pavelvlasov.sql.hypersonic.HypersonicDataSource.
Base class for HyperSonic data sources
HypersonicDataSource(String, String, String, Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicDataSource
 
HypersonicDataSourceComponent - class com.pavelvlasov.sql.hypersonic.HypersonicDataSourceComponent.
 
HypersonicDataSourceComponent() - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicDataSourceComponent
 
HypersonicIdentityRetriever - class com.pavelvlasov.sql.hypersonic.HypersonicIdentityRetriever.
Calls IDENTITY() function to retrieve last identity
HypersonicIdentityRetriever() - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicIdentityRetriever
 
HypersonicInMemoryDataSource - class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSource.
In memory Hypersonic datasource with unique name.
HypersonicInMemoryDataSource(String) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSource
 
HypersonicInMemoryDataSource(Reader) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSource
 
HypersonicInMemoryDataSourceComponent - class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSourceComponent.
 
HypersonicInMemoryDataSourceComponent() - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSourceComponent
 
HypersonicServerDataSource - class com.pavelvlasov.sql.hypersonic.HypersonicServerDataSource.
Hypersonic server data source.
HypersonicServerDataSource(Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicServerDataSource
Constructs server data source, which connects to localhost with user "sa" and blank password
HypersonicServerDataSource(String, Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicServerDataSource
Connects to remote host specified by host parameter with user "sa" and blank password
HypersonicServerDataSource(String, String, String, Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicServerDataSource
Connects to remote host specified by host parameter.
HypersonicStandaloneDataSource - class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSource.
Hypersonic standalone data source.
HypersonicStandaloneDataSource(String, Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSource
Constructor.
HypersonicStandaloneDataSource(String, String, String, Transaction, Transaction) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSource
Constructor.
HypersonicStandaloneDataSourceComponent - class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent.
 
HypersonicStandaloneDataSourceComponent() - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent
 
HypersonicTmpDataSource - class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSource.
Hypersonic temporary data source.
HypersonicTmpDataSource(Reader) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSource
 
HypersonicTmpDataSource(String) - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSource
 
HypersonicTmpDataSourceComponent - class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSourceComponent.
 
HypersonicTmpDataSourceComponent() - Constructor for class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSourceComponent
 
hasAttribute(String) - Method in class com.pavelvlasov.util.TreeNode
 
hasClassPermission(Class, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
 
hasClassPermission(String, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
Authorization provider determines permission type from className.
hasClassPermission(Class, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
hasClassPermission(String, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
hasColumn(ResultSet, String) - Static method in class com.pavelvlasov.sql.columns.Column
 
hasInstancePermission(Node, String, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
Authorization provider determines permission type from Node where subject was serialized to.
hasInstancePermission(Object, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
hasInstancePermission(Node, String, String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
hasObjectPermission(Object, String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
Authorization provider determines permission type from subject type
hashCode() - Method in class com.pavelvlasov.antlr.AST
 
hashCode() - Method in class com.pavelvlasov.antlr.Token
 
hashCode() - Method in class com.pavelvlasov.sql.DatabaseObject
 
hashCode() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
hashCode() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
hashCode() - Method in class com.pavelvlasov.util.Version
 
hashCode() - Method in class com.pavelvlasov.xml.dom.XmlBeanBase
 

I

INFO - Static variable in class com.pavelvlasov.logging.ConsoleLogger
 
Identifiable - interface com.pavelvlasov.util.Identifiable.
 
IdentityGenerator - interface com.pavelvlasov.sql.IdentityGenerator.
 
IdentityManager - interface com.pavelvlasov.sql.IdentityManager.
Base interface for identity generator and identity retriever.
IdentityRetriever - interface com.pavelvlasov.sql.IdentityRetriever.
 
InputStream2DomConfigurableAdapter - class com.pavelvlasov.config.adapters.InputStream2DomConfigurableAdapter.
Converts DomConfigurable to InputStreamConfigurable
InputStream2DomConfigurableAdapter(DomConfigurable) - Constructor for class com.pavelvlasov.config.adapters.InputStream2DomConfigurableAdapter
 
InputStreamConfigurable - interface com.pavelvlasov.config.InputStreamConfigurable.
InputStream configurable
IntColumn - class com.pavelvlasov.sql.columns.IntColumn.
 
IntColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.IntColumn
 
IntColumn(String, boolean, int) - Constructor for class com.pavelvlasov.sql.columns.IntColumn
 
IntColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.IntColumn
 
InterfaceProjector - class com.pavelvlasov.sql.InterfaceProjector.
 
InterfaceProjector(Class, Map) - Constructor for class com.pavelvlasov.sql.InterfaceProjector
 
InterfaceProjector(Class, Object, Map) - Constructor for class com.pavelvlasov.sql.InterfaceProjector
 
InvocationPump - class com.pavelvlasov.util.InvocationPump.
Has internal invocation queue and pumps all invocation to be made from a single thread.
InvocationPump() - Constructor for class com.pavelvlasov.util.InvocationPump
 
InvocationPump.Command - class com.pavelvlasov.util.InvocationPump.Command.
 
InvocationPump.Command() - Constructor for class com.pavelvlasov.util.InvocationPump.Command
 
IteratorDomSerializer - class com.pavelvlasov.xml.dom.IteratorDomSerializer.
 
IteratorDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.IteratorDomSerializer
 
info(Object, String) - Method in class com.pavelvlasov.logging.AntLogger
 
info(Object, String) - Method in class com.pavelvlasov.logging.ConsoleLogger
 
info(Object, String) - Method in class com.pavelvlasov.logging.Log4jLogger
 
info(Object, String) - Method in interface com.pavelvlasov.logging.Logger
 
initDB(Reader, Context) - Method in class com.pavelvlasov.sql.hypersonic.HypersonicDataSource
 
initialize(Token) - Method in class com.pavelvlasov.antlr.AST
 
initialize(AST) - Method in class com.pavelvlasov.antlr.AST
 
inject(Object, Context) - Static method in class com.pavelvlasov.config.DomConfigFactory
Sets property (field or through setter) using reflection
inject(String, Parameterizer, Map, Object) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes query and injects values from the first row to target object.
insert(SQLProcessor, String) - Method in class com.pavelvlasov.sql.DatabaseObject
 
insert(SQLProcessor, String) - Method in class com.pavelvlasov.sql.MeasuringDatabaseObject
 
inserted - Variable in class com.pavelvlasov.sql.SimpleRelationship
 
invoke(Object, Method, Object[]) - Method in class com.pavelvlasov.util.ProxyInvocationPump
 
invoke(Object, Method, Object[]) - Method in class com.pavelvlasov.wrap.WrapperHandler
 
isActive() - Method in interface com.pavelvlasov.cache.Cache
 
isActive() - Method in class com.pavelvlasov.cache.MemoryCache
 
isActive() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
isActive() - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
isActive() - Method in interface com.pavelvlasov.metrics.MeasurementCategory
 
isDeleted() - Method in class com.pavelvlasov.sql.DatabaseObject
isDeleted flag is cleared when primary key columns are modified
isDependent(Object, Object) - Method in class com.pavelvlasov.config.DependencyManager
Finds out whether slave depends on master directly or indirectly
isEmpty() - Method in class com.pavelvlasov.util.ConvertingCollection
 
isFailOnError() - Method in class com.pavelvlasov.ant.XmlSourceEntry
Getter for property failOnError.
isImmutable() - Method in class com.pavelvlasov.convert.CompositeConverter
 
isIn(Class) - Method in class com.pavelvlasov.util.VisitorStack
 
isIn(Class[]) - Method in class com.pavelvlasov.util.VisitorStack
 
isLazy() - Method in interface com.pavelvlasov.sql.Relationship
 
isLazy() - Method in class com.pavelvlasov.sql.SimpleRelationship
 
isLeaf(Object) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
isModified() - Method in class com.pavelvlasov.sql.DatabaseObject
 
isModified() - Method in interface com.pavelvlasov.sql.Relationship
 
isModified() - Method in class com.pavelvlasov.sql.SimpleRelationship
 
isModified() - Method in class com.pavelvlasov.sql.columns.Column
 
isPrimaryKey() - Method in class com.pavelvlasov.sql.columns.Column
 
isUserInRole(String) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
 
isUserInRole(String) - Method in interface com.pavelvlasov.authorization.AuthorizationProvider
 
iterator() - Method in class com.pavelvlasov.util.ConvertingCollection
 

J

JdbcPersistable - interface com.pavelvlasov.sql.JdbcPersistable.
Marker interface
JdbcStorage - class com.pavelvlasov.sql.JdbcStorage.
 
JdbcStorage(SQLProcessor) - Constructor for class com.pavelvlasov.sql.JdbcStorage
 
JndiBridge - class com.pavelvlasov.config.JndiBridge.
Binds to jndi context and bridges pv-naming with jndi naming.
JndiBridge() - Constructor for class com.pavelvlasov.config.JndiBridge
 
JndiWrapper - class com.pavelvlasov.config.JndiWrapper.
Binds object from jndi to pv.
JndiWrapper() - Constructor for class com.pavelvlasov.config.JndiWrapper
 

K

keySet() - Method in class com.pavelvlasov.cache.MemoryCache
 
keySet() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
keySet() - Method in interface com.pavelvlasov.cache.Producer
 
keySet() - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 

L

Lazy - interface com.pavelvlasov.sql.Lazy.
DatabaseObject subclasses shall implement this interface in order to take advantage of lazy relationship loading
LoadBalancer - class com.pavelvlasov.util.LoadBalancer.
Load balancer distributes work to other workers according to weights.
LoadBalancer() - Constructor for class com.pavelvlasov.util.LoadBalancer
 
Log4jInfoSliceConsumer - class com.pavelvlasov.metrics.Log4jInfoSliceConsumer.
 
Log4jInfoSliceConsumer() - Constructor for class com.pavelvlasov.metrics.Log4jInfoSliceConsumer
 
Log4jLogger - class com.pavelvlasov.logging.Log4jLogger.
 
Log4jLogger() - Constructor for class com.pavelvlasov.logging.Log4jLogger
 
Logger - interface com.pavelvlasov.logging.Logger.
 
LongColumn - class com.pavelvlasov.sql.columns.LongColumn.
 
LongColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.LongColumn
 
LongColumn(String, boolean, long) - Constructor for class com.pavelvlasov.sql.columns.LongColumn
 
LongColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.LongColumn
 
leave(Object) - Method in class com.pavelvlasov.antlr.AstVisitor
 
leave(Object) - Method in class com.pavelvlasov.antlr.TokenVisitor
 
leave(Object) - Method in class com.pavelvlasov.util.CompositeVisitor
 
leave(Object) - Method in class com.pavelvlasov.util.DispatchingVisitor
 
leave(Object) - Method in interface com.pavelvlasov.util.PoliteVisitor
Shall be invoked by Visitable at the end of navigation, when all children has already been visited.
listName() - Method in class com.pavelvlasov.sql.columns.Column
 
load(SQLProcessor, Collection) - Method in interface com.pavelvlasov.sql.Relationship
 
load(SQLProcessor, Collection) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
load(String) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.Column
Loads value from XML Element
load(String) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
load(String) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
loadRelationships(SQLProcessor) - Method in class com.pavelvlasov.sql.DatabaseObject
Use this method to eagerly load relationships in constructors.
log(SQL2XMLException) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
Override for proper logging

M

MODE_LENIENT - Static variable in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
MODE_MESSAGE - Static variable in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
MODE_STRICT - Static variable in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
MapContext - class com.pavelvlasov.config.MapContext.
 
MapContext(Map) - Constructor for class com.pavelvlasov.config.MapContext
 
MapContext(Map, Context) - Constructor for class com.pavelvlasov.config.MapContext
 
MapDomSerializer - class com.pavelvlasov.xml.dom.MapDomSerializer.
 
MapDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.MapDomSerializer
 
MapVisitable - class com.pavelvlasov.util.MapVisitable.
Converts collection into visitable
MapVisitable(Map) - Constructor for class com.pavelvlasov.util.MapVisitable
 
MapVisualizer - class com.pavelvlasov.swing.MapVisualizer.
 
MapVisualizer() - Constructor for class com.pavelvlasov.swing.MapVisualizer
 
MeasurementCategory - interface com.pavelvlasov.metrics.MeasurementCategory.
 
MeasurementCategoryFactory - class com.pavelvlasov.metrics.MeasurementCategoryFactory.
Utility class which is a connection point between clients and concrete MeasurementConsumer implementations.
MeasurementCategoryFactory() - Constructor for class com.pavelvlasov.metrics.MeasurementCategoryFactory
Cannot be instantiated (abstract anyway)
MeasurementConsumer - interface com.pavelvlasov.metrics.MeasurementConsumer.
 
MeasurementDomSerializer - class com.pavelvlasov.metrics.MeasurementDomSerializer.
 
MeasurementDomSerializer() - Constructor for class com.pavelvlasov.metrics.MeasurementDomSerializer
 
MeasuringDatabaseObject - class com.pavelvlasov.sql.MeasuringDatabaseObject.
Collects operation metrics for load, insert, update, delete.
MeasuringDatabaseObject() - Constructor for class com.pavelvlasov.sql.MeasuringDatabaseObject
 
MeasuringDatabaseObject(boolean) - Constructor for class com.pavelvlasov.sql.MeasuringDatabaseObject
 
MeasuringWrapper - class com.pavelvlasov.metrics.MeasuringWrapper.
Wraps objects to measure object method's performance.
MeasuringWrapper(MeasurementConsumer) - Constructor for class com.pavelvlasov.metrics.MeasuringWrapper
 
MemoryCache - class com.pavelvlasov.cache.MemoryCache.
Memory sensitive cache.
MemoryCache(Producer, Cache, MeasurementCategory) - Constructor for class com.pavelvlasov.cache.MemoryCache
Constructs cache with default cleanup interval (1 minute).
MemoryCache(Producer, Cache, MeasurementCategory, Timer, long) - Constructor for class com.pavelvlasov.cache.MemoryCache
Constructs cache with default cleanup interval (1 minute).
MemoryStorage - class com.pavelvlasov.persistence.MemoryStorage.
This class allows to persist and unload from memory persistable objects which refer to non-persistable objects.
MemoryStorage() - Constructor for class com.pavelvlasov.persistence.MemoryStorage
 
Message - class com.pavelvlasov.sql.xml.Message.
 
Message() - Constructor for class com.pavelvlasov.sql.xml.Message
 
MetadataAwareRowProcessor - interface com.pavelvlasov.sql.MetadataAwareRowProcessor.
 
MethodEntry - class com.pavelvlasov.eval.MethodEntry.
 
MethodEntry(Object, Method) - Constructor for class com.pavelvlasov.eval.MethodEntry
 
MethodEntry(Object, Method, String) - Constructor for class com.pavelvlasov.eval.MethodEntry
 
Metric - interface com.pavelvlasov.metrics.Metric.
 
Metric.Measurement - interface com.pavelvlasov.metrics.Metric.Measurement.
 
MetricDomSerializer - class com.pavelvlasov.metrics.MetricDomSerializer.
 
MetricDomSerializer() - Constructor for class com.pavelvlasov.metrics.MetricDomSerializer
 
MetricRenderer - class com.pavelvlasov.metrics.MetricRenderer.
 
MetricRenderer(RenderRequest) - Constructor for class com.pavelvlasov.metrics.MetricRenderer
 
MetricRenderer(RenderRequest, String) - Constructor for class com.pavelvlasov.metrics.MetricRenderer
 
MetricSource - interface com.pavelvlasov.metrics.MetricSource.
 
MetricSourceRenderer - class com.pavelvlasov.metrics.MetricSourceRenderer.
 
MetricSourceRenderer(RenderRequest) - Constructor for class com.pavelvlasov.metrics.MetricSourceRenderer
 
MetricSourceRenderer(RenderRequest, String) - Constructor for class com.pavelvlasov.metrics.MetricSourceRenderer
 
MetricsException - exception com.pavelvlasov.metrics.MetricsException.
 
MetricsException() - Constructor for class com.pavelvlasov.metrics.MetricsException
 
MetricsException(String) - Constructor for class com.pavelvlasov.metrics.MetricsException
 
MetricsException(Throwable) - Constructor for class com.pavelvlasov.metrics.MetricsException
 
MetricsException(String, Throwable) - Constructor for class com.pavelvlasov.metrics.MetricsException
 
MsSqlIdentityRetriever - class com.pavelvlasov.sql.MsSqlIdentityRetriever.
Invokes select @@IDENTITY
MsSqlIdentityRetriever() - Constructor for class com.pavelvlasov.sql.MsSqlIdentityRetriever
 
MultiResult - class com.pavelvlasov.eval.MultiResult.
 
MultiResult(Class, Collection, CompositeConverter) - Constructor for class com.pavelvlasov.eval.MultiResult
 
main(String[]) - Static method in class com.pavelvlasov.config.DomConfigFactory
 
main(String[]) - Static method in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
main(String[]) - Static method in class com.pavelvlasov.eval.Evaluator
Deprecated.  
main(String[]) - Static method in class com.pavelvlasov.render.dom.StyleCompiler
 
main(String[]) - Static method in class com.pavelvlasov.sql.SQLProcessor
 
main(String[]) - Static method in class com.pavelvlasov.sql.Samples
 
main(String[]) - Static method in class com.pavelvlasov.sql.xml.Select
 
main(String[]) - Static method in class com.pavelvlasov.util.ResourceAggregator
Aggregates resource lists listed in command line arguments and outputs them to console.
master - Variable in class com.pavelvlasov.config.PathNavigator
 
measurementCategory - Variable in class com.pavelvlasov.sql.MeasuringDatabaseObject
 
mutatorName(String) - Static method in class com.pavelvlasov.sql.BaseReflectionProjector
MY_COLUMN -> setMyColumn

N

NameAttributeDomConfigurableContainer - class com.pavelvlasov.config.NameAttributeDomConfigurableContainer.
Uses attribute "component-name" as component name
NameAttributeDomConfigurableContainer() - Constructor for class com.pavelvlasov.config.NameAttributeDomConfigurableContainer
 
name - Variable in class com.pavelvlasov.sql.xml.SQLCommand
 
newInstance(Context, Object) - Static method in class com.pavelvlasov.config.PathNavigator
 
newMeasurement(double, long) - Method in class com.pavelvlasov.metrics.SimpleMetric
 
nextPK(String, String) - Method in class com.pavelvlasov.sql.SQLProcessor
Generates primary key.
nextPK(Connection, String, String) - Method in class com.pavelvlasov.sql.SQLProcessor
 
noInvocationsWarning(Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 

O

ObjectAcceptor - interface com.pavelvlasov.config.ObjectAcceptor.
Accepts or rejects instantiated and configured object
ObjectColumn - class com.pavelvlasov.sql.columns.ObjectColumn.
 
ObjectColumn(String, Class, boolean) - Constructor for class com.pavelvlasov.sql.columns.ObjectColumn
 
ObjectColumn(String, Class, boolean, Object) - Constructor for class com.pavelvlasov.sql.columns.ObjectColumn
 
ObjectColumn(String, Class, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.ObjectColumn
 
ObjectConfigurable - interface com.pavelvlasov.config.ObjectConfigurable.
Object configurable
ObjectEntry - class com.pavelvlasov.ant.ObjectEntry.
Object entry.
ObjectEntry() - Constructor for class com.pavelvlasov.ant.ObjectEntry
 
Observable - interface com.pavelvlasov.util.Observable.
Classes which want broadcast changes in them should implement this interface.
Observer - interface com.pavelvlasov.util.Observer.
Observer of observable
OracleSequenceIdentityGenerator - class com.pavelvlasov.sql.OracleSequenceIdentityGenerator.
Generates identities using SQLProcessor nextPK method
OracleSequenceIdentityGenerator() - Constructor for class com.pavelvlasov.sql.OracleSequenceIdentityGenerator
Default constructor with "{0}_SEQ" pattern
OracleSequenceIdentityGenerator(String) - Constructor for class com.pavelvlasov.sql.OracleSequenceIdentityGenerator
Constructor
OrderedTarget - interface com.pavelvlasov.util.OrderedTarget.
 
object2visitor(Object, Visitor) - Static method in class com.pavelvlasov.util.VisitableBase
Properly handles passing visitor to a child - takes into account that child is visitable and visitor may be an instance of PoliteVisitor.
objectVersion - Variable in class com.pavelvlasov.sql.DatabaseObject
Subclasses can choose to read object version from the database.
onChange(Column) - Method in class com.pavelvlasov.sql.DatabaseObject
Sets modified flag to true and increments version number.
onChange(Column) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
onChange() - Method in class com.pavelvlasov.sql.columns.Column
 
onChange(Column) - Method in interface com.pavelvlasov.sql.columns.ColumnChangeListener
 
onEmptyResultSet() - Method in interface com.pavelvlasov.sql.RowProcessorEx
This method is invoked if there've been no rows in the ResultSet
onFilterRegistration(Method, Method) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
onInvocation(Object, Method, Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
onInvocation(Method, Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.SelfListener
 
onInvocationRegistration(Object, Method) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
onLeave(Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
onNextTokenChanged(Token) - Method in interface com.pavelvlasov.antlr.TokenListener
 
onPrevTokenChanged(Token) - Method in interface com.pavelvlasov.antlr.TokenListener
 
onRemove(Object) - Method in class com.pavelvlasov.cache.AbstractProducer
 
onTargetRegistration(Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
onTextChanged(Token) - Method in interface com.pavelvlasov.antlr.TokenListener
 
onTick(long) - Method in interface com.pavelvlasov.metrics.HousekeepingSliceConsumer
 
onVisit(Object) - Method in interface com.pavelvlasov.util.DispatchingVisitor.Listener
 
originalVersion - Variable in class com.pavelvlasov.sql.DatabaseObject
 
out - Variable in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
owner - Variable in class com.pavelvlasov.config.ComponentBase
 
owner - Variable in class com.pavelvlasov.config.RmiComponent
 

P

PRIMITIVES - Static variable in class com.pavelvlasov.config.DomConfigFactory
 
PROFILE_SEPARATOR - Static variable in class com.pavelvlasov.render.dom.AbstractRenderer
 
Param - class com.pavelvlasov.ant.Param.
Parameter
Param() - Constructor for class com.pavelvlasov.ant.Param
 
Parameter - interface com.pavelvlasov.util.Parameter.
 
Parameterizable - interface com.pavelvlasov.config.Parameterizable.
Parameterizable
Parameterizer - interface com.pavelvlasov.sql.Parameterizer.
Parameterizes prepared statement
PassiveMemoryCache - class com.pavelvlasov.cache.PassiveMemoryCache.
Memory sensitive cache.
PassiveMemoryCache(Producer, Cache, int) - Constructor for class com.pavelvlasov.cache.PassiveMemoryCache
 
PathNavigator - class com.pavelvlasov.config.PathNavigator.
Helper class to navigate context trees.
PathNavigator(Object) - Constructor for class com.pavelvlasov.config.PathNavigator
 
Persistable - interface com.pavelvlasov.persistence.Persistable.
 
PersistenceException - exception com.pavelvlasov.persistence.PersistenceException.
 
PersistenceException(String) - Constructor for class com.pavelvlasov.persistence.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for class com.pavelvlasov.persistence.PersistenceException
 
PersistenceException(Throwable) - Constructor for class com.pavelvlasov.persistence.PersistenceException
 
PoliteVisitor - interface com.pavelvlasov.util.PoliteVisitor.
Visitor which can say 'good bye'.
PrimitivesDomSerializer - class com.pavelvlasov.xml.dom.PrimitivesDomSerializer.
 
PrimitivesDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.PrimitivesDomSerializer
 
PrimitivesVisualizer - class com.pavelvlasov.swing.PrimitivesVisualizer.
 
PrimitivesVisualizer() - Constructor for class com.pavelvlasov.swing.PrimitivesVisualizer
 
Producer - interface com.pavelvlasov.cache.Producer.
 
Projector - interface com.pavelvlasov.sql.Projector.
Projects ResultSet row to Java object
PropertyParser - class com.pavelvlasov.config.PropertyParser.
Expands property value entries like ${myProperty} to property values.
PropertyParser(boolean) - Constructor for class com.pavelvlasov.config.PropertyParser
Creates a new instance of PropertyParser with system properties.
PropertyParser(Context, boolean) - Constructor for class com.pavelvlasov.config.PropertyParser
Creates a new instance of PropertyParser
PropertyProjector - class com.pavelvlasov.sql.PropertyProjector.
Projects fields from result set to object properties (fields or setters)
PropertyProjector(Class, Map, Map) - Constructor for class com.pavelvlasov.sql.PropertyProjector
Constructor
ProxyInvocationPump - class com.pavelvlasov.util.ProxyInvocationPump.
 
ProxyInvocationPump(Object) - Constructor for class com.pavelvlasov.util.ProxyInvocationPump
 
parameterize(PreparedStatement) - Method in class com.pavelvlasov.sql.CompositeParameterizer
Invokes parameterizers one-by-one
parameterize(PreparedStatement) - Method in interface com.pavelvlasov.sql.Parameterizer
Parameterizes prepared statement
parameterize(PreparedStatement, int, boolean) - Method in class com.pavelvlasov.sql.columns.Column
Parameterizes prepared statement.
parameterize(PreparedStatement) - Method in class com.pavelvlasov.sql.xml.SQLCommand.Parameterizer
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.Column
Implement this method in subclasses.
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
parameterizeInternal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.Column
Implement this method in subclasses.
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
parameterizeOriginal(PreparedStatement, int) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
parameterizer - Variable in class com.pavelvlasov.sql.xml.SQLCommand
 
params - Variable in class com.pavelvlasov.render.dom.AbstractRenderer
 
parse(String) - Method in class com.pavelvlasov.config.PropertyParser
Parses a string by replacing occurences of ${<property name>} with property values.
parse(String) - Method in class com.pavelvlasov.sql.SQLProcessor
Replaces ${} with property value.
parse(File) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
parse(InputStream) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
parse(Reader) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
peek() - Method in class com.pavelvlasov.util.VisitorStack
 
popThreadSerializer() - Static method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
 
popThreadVisualizer() - Static method in class com.pavelvlasov.swing.CompositeVisualizer
 
post(Runnable) - Method in class com.pavelvlasov.util.CompositeWorkerContainer
Gives job to workers until one of them accepts it.
post() - Method in class com.pavelvlasov.util.InvocationPump.Command
Posts the command to the queue and waits until it is executed
post(Runnable) - Method in class com.pavelvlasov.util.LoadBalancer
 
post(Runnable) - Method in interface com.pavelvlasov.util.RemoteWorker
Posts job to remote worker
post(Runnable) - Method in class com.pavelvlasov.util.RemoteWorkerComponent
 
post(Runnable) - Method in class com.pavelvlasov.util.ThreadPool
 
post(Runnable) - Method in interface com.pavelvlasov.util.Worker
Gives job to worker
post(Runnable) - Method in class com.pavelvlasov.util.WorkerRemotizer
 
print(String[], boolean) - Method in class com.pavelvlasov.antlr.AST
 
print(String[], PrintStream, int, boolean) - Method in class com.pavelvlasov.antlr.AST
 
print() - Method in class com.pavelvlasov.util.VisitorStack
 
printStackTrace() - Method in class com.pavelvlasov.sql.SQLExceptionEx
 
printStackTrace(PrintWriter) - Method in class com.pavelvlasov.sql.SQLExceptionEx
 
printStackTrace(PrintStream) - Method in class com.pavelvlasov.sql.SQLExceptionEx
 
process(ResultSet) - Method in interface com.pavelvlasov.sql.RowProcessor
Processes one row from result set.
process(ResultSet) - Method in class com.pavelvlasov.sql.RowsetConfigurableContainer
 
processMetadata(ResultSetMetaData) - Method in interface com.pavelvlasov.sql.MetadataAwareRowProcessor
 
processResourceSelect(String, Parameterizer, RowProcessor) - Method in class com.pavelvlasov.sql.SQLProcessor
Processes SELECT statement read from resource file.
processResourceUpdate(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
Processes SELECT statement read from resource file.
processReturnValue(Object, Method, Object, Object) - Method in class com.pavelvlasov.util.DispatchingVisitor
Passes return values back to visitor.
processSelect(String, Parameterizer, RowProcessor) - Method in class com.pavelvlasov.sql.SQLProcessor
Processes SQL SELECT statement in the following way: Obtains connection If parameterizer==null creates Statement, creates PreparedStatement otherwise Invokes parameterizer.parameterize() if parameterizer is not null Iterates through result set and invokes rowProcessor.process() on each row If there was no rows and rowProcess is instance of RowProcessorEx then rowProcessor.onEmptyResultSet() is invoked ResultSet, Statement and connection are properly released
processUpdate(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
Processes SQL INSERT, UPDATE or DELETE statement in the following way: Obtains connection If parameterizer==null creates Statement, creates PreparedStatement otherwise Invokes parameterizer.parameterize() if parameterizer is not null Executes update ResultSet, Statement and connection are properly released
producer - Variable in class com.pavelvlasov.cache.MemoryCache
 
profile - Variable in class com.pavelvlasov.render.dom.AbstractRenderer
 
project(ResultSet) - Method in class com.pavelvlasov.sql.ConstructorProjector
 
project(ResultSet) - Method in class com.pavelvlasov.sql.FirstColumnProjector
 
project(ResultSet) - Method in class com.pavelvlasov.sql.FirstColumnSmartProjector
 
project(ResultSet) - Method in class com.pavelvlasov.sql.InterfaceProjector
 
project(ResultSet) - Method in interface com.pavelvlasov.sql.Projector
Creates object from ResultSet data
project(ResultSet) - Method in class com.pavelvlasov.sql.PropertyProjector
Instantiates object using default constructors and then sets properties.
project(String, Parameterizer, Projector) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Class) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Class, Object) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Projector, int, int) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Class, int, int) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Class, Object, int, int) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and returns collection backed by the database.
project(String, Parameterizer, Projector, Collection) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and puts results to receiver
project(String, Parameterizer, Class, Collection) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and puts results to receiver
project(String, Parameterizer, Class, Object, Collection) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and puts results to receiver
project(String, Parameterizer, Projector, Collection, int, int) - Method in class com.pavelvlasov.sql.SQLProcessor
Executes SQL statement and puts results to receiver
project(ResultSet) - Method in class com.pavelvlasov.sql.SmartProjector
 
projectSingleBoolean(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleByte(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleBytes(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleChar(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleDouble(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleFloat(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleInt(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleLong(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleObject(String, Parameterizer, Projector) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleObject(String, Parameterizer, Class) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleObject(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleObject(String, Parameterizer, Class, Object) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleShort(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
projectSingleString(String, Parameterizer) - Method in class com.pavelvlasov.sql.SQLProcessor
 
propertyName(String) - Static method in class com.pavelvlasov.sql.BaseReflectionProjector
Converts column name such as "MY_COLUMN" to java property name such as myColumn
pump() - Method in class com.pavelvlasov.util.InvocationPump
 
pumpFinished(StreamPumper) - Method in interface com.pavelvlasov.util.StreamPumpListener
 
pumpStarted(StreamPumper) - Method in interface com.pavelvlasov.util.StreamPumpListener
 
pumpingError(StreamPumper, Throwable) - Method in interface com.pavelvlasov.util.StreamPumpListener
 
pushThreadSerializer(CompositeDomSerializer) - Static method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
 
pushThreadVisualizer(CompositeVisualizer) - Static method in class com.pavelvlasov.swing.CompositeVisualizer
 
put(Object, Object, long, long) - Method in interface com.pavelvlasov.cache.Cache
Puts entry to cache
put(Object, Object, long, long) - Method in class com.pavelvlasov.cache.MemoryCache
 
put(Object, Object, long, long) - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
put(Object, Object, long, long) - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
put(Object, Object) - Method in class com.pavelvlasov.cache.SoftHashMap
 
put(Object) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
put(Object) - Method in class com.pavelvlasov.persistence.FileStorage
 
put(Object) - Method in class com.pavelvlasov.persistence.MemoryStorage
 
put(Object) - Method in interface com.pavelvlasov.persistence.Storage
Stores object to storage and returns key.
put(Object) - Method in class com.pavelvlasov.sql.JdbcStorage
Key format should be: {table}:{key field}:{key value}:{projector}

R

Relationship - interface com.pavelvlasov.sql.Relationship.
 
RelationshipList - interface com.pavelvlasov.sql.RelationshipList.
 
RemoteSliceConsumer - interface com.pavelvlasov.metrics.RemoteSliceConsumer.
 
RemoteSliceConsumerAdapter - class com.pavelvlasov.metrics.RemoteSliceConsumerAdapter.
Converts SliceConsumer to RemoteSliceConsumer
RemoteSliceConsumerAdapter(SliceConsumer) - Constructor for class com.pavelvlasov.metrics.RemoteSliceConsumerAdapter
 
RemoteSlicingMeasurementCategoryFactory - class com.pavelvlasov.metrics.RemoteSlicingMeasurementCategoryFactory.
 
RemoteSlicingMeasurementCategoryFactory(RemoteSliceConsumer) - Constructor for class com.pavelvlasov.metrics.RemoteSlicingMeasurementCategoryFactory
 
RemoteSlicingMeasurementCategoryFactory() - Constructor for class com.pavelvlasov.metrics.RemoteSlicingMeasurementCategoryFactory
 
RemoteWorker - interface com.pavelvlasov.util.RemoteWorker.
Wrapper interface to post serializable jobs to remote workers.
RemoteWorkerComponent - class com.pavelvlasov.util.RemoteWorkerComponent.
Unwraps remote worker
RemoteWorkerComponent() - Constructor for class com.pavelvlasov.util.RemoteWorkerComponent
 
RenderRequest - class com.pavelvlasov.render.RenderRequest.
 
RenderRequest(Object) - Constructor for class com.pavelvlasov.render.RenderRequest
 
Renderer - interface com.pavelvlasov.render.Renderer.
 
RenderingException - exception com.pavelvlasov.render.RenderingException.
 
RenderingException() - Constructor for class com.pavelvlasov.render.RenderingException
 
RenderingException(String) - Constructor for class com.pavelvlasov.render.RenderingException
 
RenderingException(String, Throwable) - Constructor for class com.pavelvlasov.render.RenderingException
 
RenderingException(Throwable) - Constructor for class com.pavelvlasov.render.RenderingException
 
ResourceAggregator - class com.pavelvlasov.util.ResourceAggregator.
Aggregates multiple classpath resources in one resource stream.
ResourceAggregator() - Constructor for class com.pavelvlasov.util.ResourceAggregator
 
RmiComponent - class com.pavelvlasov.config.RmiComponent.
Base class for components exposed through RMI
RmiComponent() - Constructor for class com.pavelvlasov.config.RmiComponent
 
RmiRegistryComponent - class com.pavelvlasov.config.RmiRegistryComponent.
Wrapper for RMI registry
RmiRegistryComponent() - Constructor for class com.pavelvlasov.config.RmiRegistryComponent
 
RmiWrapper - class com.pavelvlasov.config.RmiWrapper.
Binds remote object to name tree.
RmiWrapper() - Constructor for class com.pavelvlasov.config.RmiWrapper
 
RowProcessor - interface com.pavelvlasov.sql.RowProcessor.
Processes rows in ResultSet
RowProcessorEx - interface com.pavelvlasov.sql.RowProcessorEx.
Contains handler of empty ResultSet
RowsetConfigurableContainer - class com.pavelvlasov.sql.RowsetConfigurableContainer.
Container, which reads component definitions from rowset.
RowsetConfigurableContainer() - Constructor for class com.pavelvlasov.sql.RowsetConfigurableContainer
 
RuntimeConfigurationException - exception com.pavelvlasov.config.RuntimeConfigurationException.
Wrapper for ConfigurationException for situations where it is not possible to throw a checked exception.
RuntimeConfigurationException() - Constructor for class com.pavelvlasov.config.RuntimeConfigurationException
 
RuntimeConfigurationException(String) - Constructor for class com.pavelvlasov.config.RuntimeConfigurationException
 
RuntimeConfigurationException(Throwable) - Constructor for class com.pavelvlasov.config.RuntimeConfigurationException
 
RuntimeConfigurationException(String, Throwable) - Constructor for class com.pavelvlasov.config.RuntimeConfigurationException
 
RuntimeException - exception com.pavelvlasov.RuntimeException.
 
RuntimeException() - Constructor for class com.pavelvlasov.RuntimeException
 
RuntimeException(String) - Constructor for class com.pavelvlasov.RuntimeException
 
RuntimeException(Throwable) - Constructor for class com.pavelvlasov.RuntimeException
 
RuntimeException(String, Throwable) - Constructor for class com.pavelvlasov.RuntimeException
 
readProperties(Element, Properties) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Reads elements <property name="...">...</property> into properties
register(MeasurementCategoryFactory) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Registers sink factory.
register(String, MeasurementConsumer) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Register sink for a single category.
register(MeasurementConsumer) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Register sink for all categories.
register(String[], MeasurementConsumer) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Register sink for several categories.
releaseConnection(Connection) - Method in class com.pavelvlasov.sql.SQLProcessor
Closes connection if it was provided by DataSource.
remove() - Method in class com.pavelvlasov.antlr.AST
Removes AST from tree
remove(Object) - Method in interface com.pavelvlasov.cache.Cache
Removes entry with specified key
remove(Acceptor) - Method in interface com.pavelvlasov.cache.Cache
Removes keys accepted by acceptor
remove(Object) - Method in class com.pavelvlasov.cache.MemoryCache
 
remove(Acceptor) - Method in class com.pavelvlasov.cache.MemoryCache
 
remove(Object) - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
remove(Acceptor) - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
remove(Object) - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
remove(Acceptor) - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
remove(String) - Method in class com.pavelvlasov.persistence.CompositeStorage
 
remove(String) - Method in class com.pavelvlasov.persistence.FileStorage
 
remove(String) - Method in class com.pavelvlasov.persistence.MemoryStorage
 
remove(String) - Method in interface com.pavelvlasov.persistence.Storage
Removes object from storage
remove(String) - Method in class com.pavelvlasov.sql.JdbcStorage
 
remove(DatabaseObject) - Method in interface com.pavelvlasov.sql.Relationship
 
remove(DatabaseObject) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
remove(Object) - Method in class com.pavelvlasov.util.ConvertingCollection
 
remove(Object) - Method in class com.pavelvlasov.util.DispatchingVisitor
Removes object from targets collection.
removeAcceptor(Acceptor) - Method in class com.pavelvlasov.util.CompositeAcceptor
 
removeAll(Collection) - Method in class com.pavelvlasov.util.ConvertingCollection
 
removeAttribute(Object) - Method in class com.pavelvlasov.config.GenericContainer
 
removeAttribute(Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
removeAttribute(Object) - Method in class com.pavelvlasov.sql.columns.Column
 
removeAttribute(Object) - Method in interface com.pavelvlasov.util.Attributable
 
removeAttribute(Object) - Method in class com.pavelvlasov.util.TreeNode
 
removeColumnAttribute(String, Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
removeListener(StreamPumpListener) - Method in class com.pavelvlasov.util.StreamPumper
 
removeObserver(Observer) - Method in class com.pavelvlasov.sql.DatabaseObject
 
removeObserver(Observer) - Method in interface com.pavelvlasov.util.Observable
Removes observer from observers collection.
removeTreeModelListener(TreeModelListener) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
render(Document) - Method in class com.pavelvlasov.metrics.MetricRenderer
 
render(Document) - Method in class com.pavelvlasov.metrics.MetricSourceRenderer
 
render(OutputStream) - Method in interface com.pavelvlasov.render.Renderer
 
render(OutputStream) - Method in class com.pavelvlasov.render.dom.AbstractRenderer
 
render(InputStream, OutputStream) - Method in class com.pavelvlasov.render.dom.AbstractRenderer
 
render(Document) - Method in interface com.pavelvlasov.render.dom.DomRenderer
 
render(InputStream, OutputStream) - Method in interface com.pavelvlasov.render.dom.DomRenderer
 
render(Document) - Method in class com.pavelvlasov.review.SourceMarkerRenderer
 
renderMeasurement(Metric.Measurement, Element) - Method in class com.pavelvlasov.metrics.MetricRenderer
 
request - Variable in class com.pavelvlasov.render.dom.AbstractRenderer
 
reset() - Method in class com.pavelvlasov.util.AccumulatingExceptionSink
 
reset() - Method in class com.pavelvlasov.util.AccumulatingVisitorExceptionSink
 
reset() - Method in interface com.pavelvlasov.util.DispatchingVisitor.Stats
 
resolve(Class, String, Locale) - Method in interface com.pavelvlasov.util.ClassTemplateResolver
 
retainAll(Collection) - Method in class com.pavelvlasov.util.ConvertingCollection
 
retrieve(Connection) - Method in class com.pavelvlasov.sql.GenericIdentityRetriever
 
retrieve(Connection) - Method in interface com.pavelvlasov.sql.IdentityRetriever
Retrieves last identiry generated by given connection.
reverseCache - Variable in class com.pavelvlasov.cache.MemoryCache
 
run() - Method in class com.pavelvlasov.util.StreamPumper
Copies data from the input stream to the output stream.

S

SQL2XMLException - exception com.pavelvlasov.sql.xml.SQL2XMLException.
 
SQL2XMLException() - Constructor for class com.pavelvlasov.sql.xml.SQL2XMLException
 
SQL2XMLException(String) - Constructor for class com.pavelvlasov.sql.xml.SQL2XMLException
 
SQL2XMLException(String, Throwable) - Constructor for class com.pavelvlasov.sql.xml.SQL2XMLException
 
SQL2XMLException(Throwable) - Constructor for class com.pavelvlasov.sql.xml.SQL2XMLException
 
SQLCommand - class com.pavelvlasov.sql.xml.SQLCommand.
 
SQLCommand() - Constructor for class com.pavelvlasov.sql.xml.SQLCommand
 
SQLCommand.Parameterizer - class com.pavelvlasov.sql.xml.SQLCommand.Parameterizer.
 
SQLExceptionEx - exception com.pavelvlasov.sql.SQLExceptionEx.
 
SQLExceptionEx() - Constructor for class com.pavelvlasov.sql.SQLExceptionEx
 
SQLExceptionEx(String) - Constructor for class com.pavelvlasov.sql.SQLExceptionEx
 
SQLExceptionEx(String, Throwable) - Constructor for class com.pavelvlasov.sql.SQLExceptionEx
 
SQLExceptionEx(Throwable) - Constructor for class com.pavelvlasov.sql.SQLExceptionEx
 
SQLProcessor - class com.pavelvlasov.sql.SQLProcessor.
This class contains methods to process SQL statements in more convenient way comparing to standard JDBC.
SQLProcessor(DataSource, Context) - Constructor for class com.pavelvlasov.sql.SQLProcessor
If SQLProcessor constructed with this constructor then it obtains connection from the datasource, processes request and closes connection.
SQLProcessor(Connection, Context) - Constructor for class com.pavelvlasov.sql.SQLProcessor
If SQLProcessor created with this constructor then is doesn't close the connection after processing.
SQLRuntimeException - exception com.pavelvlasov.sql.SQLRuntimeException.
Wrapper for java.sql.SQLException.
SQLRuntimeException() - Constructor for class com.pavelvlasov.sql.SQLRuntimeException
 
SQLRuntimeException(String) - Constructor for class com.pavelvlasov.sql.SQLRuntimeException
 
SQLRuntimeException(String, Throwable) - Constructor for class com.pavelvlasov.sql.SQLRuntimeException
 
SQLRuntimeException(Throwable) - Constructor for class com.pavelvlasov.sql.SQLRuntimeException
 
Samples - class com.pavelvlasov.sql.Samples.
 
Samples() - Constructor for class com.pavelvlasov.sql.Samples
 
Script - class com.pavelvlasov.ant.Script.
Executes SQL script
Script() - Constructor for class com.pavelvlasov.ant.Script
 
Searchable - interface com.pavelvlasov.util.Searchable.
 
Select - class com.pavelvlasov.sql.xml.Select.
 
Select() - Constructor for class com.pavelvlasov.sql.xml.Select
 
SerialProcessor - class com.pavelvlasov.util.SerialProcessor.
Processes tasks from differen threads in a single thread.
SerialProcessor() - Constructor for class com.pavelvlasov.util.SerialProcessor
 
ShortColumn - class com.pavelvlasov.sql.columns.ShortColumn.
 
ShortColumn(String, boolean) - Constructor for class com.pavelvlasov.sql.columns.ShortColumn
 
ShortColumn(String, boolean, short) - Constructor for class com.pavelvlasov.sql.columns.ShortColumn
 
ShortColumn(String, boolean, ResultSet) - Constructor for class com.pavelvlasov.sql.columns.ShortColumn
 
Signed - interface com.pavelvlasov.review.Signed.
 
SimpleMeasurementConsumer - class com.pavelvlasov.metrics.SimpleMeasurementConsumer.
Collects metrics in in-memory collection
SimpleMeasurementConsumer(boolean) - Constructor for class com.pavelvlasov.metrics.SimpleMeasurementConsumer
 
SimpleMeasurementConsumer() - Constructor for class com.pavelvlasov.metrics.SimpleMeasurementConsumer
 
SimpleMemoryCache - class com.pavelvlasov.cache.SimpleMemoryCache.
Simple cache.
SimpleMemoryCache(Producer) - Constructor for class com.pavelvlasov.cache.SimpleMemoryCache
 
SimpleMetric - class com.pavelvlasov.metrics.SimpleMetric.
 
SimpleMetric(String) - Constructor for class com.pavelvlasov.metrics.SimpleMetric
 
SimpleMetric(String, boolean) - Constructor for class com.pavelvlasov.metrics.SimpleMetric
 
SimpleRelationship - class com.pavelvlasov.sql.SimpleRelationship.
Base class for composite relationships where subitems exist only as part of the whole and removal of item from relationship is equivalent to deletion of the item.
SimpleRelationship(DatabaseObject, Class, String, String[][], boolean) - Constructor for class com.pavelvlasov.sql.SimpleRelationship
 
SimpleSlice - class com.pavelvlasov.metrics.SimpleSlice.
 
SimpleSlice(String) - Constructor for class com.pavelvlasov.metrics.SimpleSlice
 
SimpleSlice(String, boolean) - Constructor for class com.pavelvlasov.metrics.SimpleSlice
 
SimpleSourceMarker - class com.pavelvlasov.review.SimpleSourceMarker.
 
SimpleSourceMarker() - Constructor for class com.pavelvlasov.review.SimpleSourceMarker
 
SimpleSourceMarker(int, int, String, Integer) - Constructor for class com.pavelvlasov.review.SimpleSourceMarker
 
SimpleSourceMarker(SourceMarker) - Constructor for class com.pavelvlasov.review.SimpleSourceMarker
 
SingleResult - class com.pavelvlasov.eval.SingleResult.
 
SingleResult(CompositeConverter, Class, Object) - Constructor for class com.pavelvlasov.eval.SingleResult
 
Slice - interface com.pavelvlasov.metrics.Slice.
Time sliced metric
SliceConsumer - interface com.pavelvlasov.metrics.SliceConsumer.
 
SlicingMeasurementCategoryFactory - class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory.
 
SlicingMeasurementCategoryFactory() - Constructor for class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
SlicingMeasurementConsumer - class com.pavelvlasov.metrics.SlicingMeasurementConsumer.
Slices metrics.
SlicingMeasurementConsumer(long, boolean, int, SliceConsumer) - Constructor for class com.pavelvlasov.metrics.SlicingMeasurementConsumer
Creates a new instance with internal timer.
SlicingMeasurementConsumer(long, boolean, int, SliceConsumer, Timer) - Constructor for class com.pavelvlasov.metrics.SlicingMeasurementConsumer
Creates a new instance with internal timer.
SmartProjector - class com.pavelvlasov.sql.SmartProjector.
Base class for SQLC generated projectors.
SmartProjector(Class) - Constructor for class com.pavelvlasov.sql.SmartProjector
 
SmartProjector(Class, Class, Converter) - Constructor for class com.pavelvlasov.sql.SmartProjector
 
SoftHashMap - class com.pavelvlasov.cache.SoftHashMap.
Map with soft-referenced values.
SoftHashMap() - Constructor for class com.pavelvlasov.cache.SoftHashMap
 
SoftHashMap(int) - Constructor for class com.pavelvlasov.cache.SoftHashMap
 
SoftHashMap(int, float) - Constructor for class com.pavelvlasov.cache.SoftHashMap
 
SoftHashMap(Map) - Constructor for class com.pavelvlasov.cache.SoftHashMap
 
SourceMarker - interface com.pavelvlasov.review.SourceMarker.
 
SourceMarkerComparator - class com.pavelvlasov.review.SourceMarkerComparator.
 
SourceMarkerComparator() - Constructor for class com.pavelvlasov.review.SourceMarkerComparator
 
SourceMarkerRenderer - class com.pavelvlasov.review.SourceMarkerRenderer.
 
SourceMarkerRenderer(RenderRequest) - Constructor for class com.pavelvlasov.review.SourceMarkerRenderer
Creates a new instance of ViolationEntryRenderer
Storage - interface com.pavelvlasov.persistence.Storage.
 
StreamPumpListener - interface com.pavelvlasov.util.StreamPumpListener.
 
StreamPumper - class com.pavelvlasov.util.StreamPumper.
Copies all data from an input stream to an output stream.
StreamPumper(InputStream, OutputStream, ExceptionSink, boolean) - Constructor for class com.pavelvlasov.util.StreamPumper
Create a new stream pumper.
StringConfigurable - interface com.pavelvlasov.config.StringConfigurable.
String configurable
StrongWrapperHandler - class com.pavelvlasov.wrap.StrongWrapperHandler.
This wrapper handler holds strong reference to the master object.
StrongWrapperHandler(Object) - Constructor for class com.pavelvlasov.wrap.StrongWrapperHandler
 
StyleCompiler - class com.pavelvlasov.render.dom.StyleCompiler.
 
StyleCompiler() - Constructor for class com.pavelvlasov.render.dom.StyleCompiler
 
serialize(Object, String, Result) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
serialize(Object, String, File) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
serialize(Node, File) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
serialize(Node, OutputStream) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
set(Column) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.Column
Copies values from source column
set(Column) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
set(Column) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
setAttribute(Object, Object) - Method in class com.pavelvlasov.config.GenericContainer
 
setAttribute(Object, Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
setAttribute(Object, Object) - Method in class com.pavelvlasov.sql.columns.Column
 
setAttribute(Object, Object) - Method in interface com.pavelvlasov.util.Attributable
 
setAttribute(Object, Object) - Method in class com.pavelvlasov.util.TreeNode
 
setClassName(String) - Method in class com.pavelvlasov.ant.ObjectEntry
Either value or class name is required.
setClassPath(Path) - Method in class com.pavelvlasov.ant.ObjectEntry
 
setCodeExpression(String) - Method in class com.pavelvlasov.config.DomConfigInfo
Set custom code expression
setColumn(int) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
setColumnAttribute(String, Object, Object) - Method in class com.pavelvlasov.sql.DatabaseObject
 
setDelimiter(String) - Method in class com.pavelvlasov.ant.Script
Statements delimiter (single character).
setDestDir(File) - Method in class com.pavelvlasov.render.dom.StyleCompiler
Destination directory
setDir(File) - Method in class com.pavelvlasov.render.dom.StyleCompiler
Source directory
setDispatcher(DispatchingVisitor) - Method in interface com.pavelvlasov.util.DispatcherAware
 
setDocument(Document) - Method in class com.pavelvlasov.render.RenderRequest
 
setDriverClass(String) - Method in class com.pavelvlasov.ant.ConnectionEntry
Driver class.
setEmbeddedStyle(boolean) - Method in class com.pavelvlasov.render.dom.AbstractRenderer
 
setEmbeddedStyle(boolean) - Method in interface com.pavelvlasov.render.dom.DomRenderer
 
setFailOnError(boolean) - Method in class com.pavelvlasov.ant.XmlSourceEntry
Fail build if unable to read source.
setFile(File) - Method in class com.pavelvlasov.ant.ContainerTask
File to load configuration from.
setFile(File) - Method in class com.pavelvlasov.ant.XmlSourceEntry
File to read rules from.
setFirstChild(AST) - Method in class com.pavelvlasov.antlr.AST
 
setFirstToken(Token) - Method in interface com.pavelvlasov.antlr.TokenChain
 
setForce(boolean) - Method in class com.pavelvlasov.sql.columns.Column
 
setImmutable() - Method in class com.pavelvlasov.convert.CompositeConverter
Makes converter immutable.
setLabel(String) - Method in class com.pavelvlasov.sql.columns.Column
Sets display label for column
setLastToken(Token) - Method in interface com.pavelvlasov.antlr.TokenChain
 
setLine(int) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
setListener(TokenListener) - Method in class com.pavelvlasov.antlr.Token
 
setListener(ColumnChangeListener) - Method in class com.pavelvlasov.sql.columns.Column
 
setLogWriter(PrintWriter) - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
setLoginTimeout(int) - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
 
setMapKeyExpression(String) - Method in class com.pavelvlasov.config.DomConfigInfo
Set custom Map key expression.
setMapValueExpression(String) - Method in class com.pavelvlasov.config.DomConfigInfo
Set custom Map value expression
setMaster(Collection) - Method in interface com.pavelvlasov.sql.Relationship
Callback method to propagate updates
setMaster(Collection) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
setName(String) - Method in class com.pavelvlasov.ant.Param
Parameter name.
setNextSibling(AST) - Method in class com.pavelvlasov.antlr.AST
 
setNextToken(Token) - Method in class com.pavelvlasov.antlr.Token
 
setOriginal() - Method in class com.pavelvlasov.sql.DatabaseObject
Sets current values as original values in primary key columns.
setOriginal() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.Column
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
setOriginal() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
setOwner(Object) - Method in class com.pavelvlasov.cache.MemoryCache
 
setOwner(Object) - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
setOwner(Object) - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
setOwner(Object) - Method in interface com.pavelvlasov.config.Component
Invoked by container to set component owner for callbacks.
setOwner(Object) - Method in class com.pavelvlasov.config.ComponentBase
 
setOwner(Object) - Method in class com.pavelvlasov.config.GenericContainer
 
setOwner(Object) - Method in class com.pavelvlasov.config.RmiComponent
 
setOwner(Object) - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
setOwner(Object) - Method in class com.pavelvlasov.config.RmiWrapper
 
setOwner(Object) - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
setOwner(Object) - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
setOwner(Object) - Method in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
setOwner(Object) - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
setOwner(Object) - Method in class com.pavelvlasov.sql.hypersonic.HypersonicDataSourceComponent
 
setOwner(CompositeVisualizer) - Method in class com.pavelvlasov.swing.ArrayVisualizer
Callback method
setOwner(CompositeVisualizer) - Method in class com.pavelvlasov.swing.CollectionVisualizer
Callback method
setOwner(CompositeVisualizer) - Method in interface com.pavelvlasov.swing.CompositeVisualizer.Member
Callback method
setOwner(CompositeVisualizer) - Method in class com.pavelvlasov.swing.MapVisualizer
Callback method
setOwner(Object) - Method in class com.pavelvlasov.util.CompositeWorkerContainer
 
setOwner(Object) - Method in class com.pavelvlasov.util.RemoteWorkerComponent
 
setOwner(Object) - Method in class com.pavelvlasov.util.ThreadPool
 
setOwner(Object) - Method in class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.ArrayDomSerializer
Callback method
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.BeanDomSerializer
Callback method
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.CollectionDomSerializer
Callback method
setOwner(CompositeDomSerializer) - Method in interface com.pavelvlasov.xml.dom.CompositeDomSerializer.Member
Callback method
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.EnumerationDomSerializer
Callback method
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.IteratorDomSerializer
Callback method
setOwner(CompositeDomSerializer) - Method in class com.pavelvlasov.xml.dom.MapDomSerializer
Callback method
setParameter(String, Object) - Method in interface com.pavelvlasov.config.Parameterizable
Sets parameter
setParameter(String, Object) - Method in class com.pavelvlasov.config.XmlSource
 
setParameter(String, Object) - Method in class com.pavelvlasov.render.dom.AbstractRenderer
 
setParent(AST) - Method in class com.pavelvlasov.antlr.AST
 
setPassword(String) - Method in class com.pavelvlasov.ant.ConnectionEntry
Database password.
setPath(String) - Method in class com.pavelvlasov.ant.ContainerTask.Execute
 
setPrevSibling(AST) - Method in class com.pavelvlasov.antlr.AST
 
setPrevToken(Token) - Method in class com.pavelvlasov.antlr.Token
 
setProperty(String) - Method in class com.pavelvlasov.ant.Param
Property to get value from.
setRenderee(Object) - Method in class com.pavelvlasov.render.RenderRequest
 
setResource(String) - Method in class com.pavelvlasov.ant.ContainerTask
Classloader resource to load configuration from.
setSQLProcessor(SQLProcessor) - Method in interface com.pavelvlasov.sql.DataAccessObject
Callback method.
setSignature(String) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
setSourceId(Integer) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
setSourceURL(String) - Method in class com.pavelvlasov.antlr.AST
 
setSourceURL(String) - Method in class com.pavelvlasov.antlr.Token
Sets source URL for this and all subsequent tokens.
setSourceURL(String) - Method in class com.pavelvlasov.review.SimpleSourceMarker
 
setSqlType(int) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
setText(String) - Method in class com.pavelvlasov.antlr.Token
 
setThreadProvider(AuthorizationProvider) - Static method in class com.pavelvlasov.authorization.AuthorizationManager
 
setTimeIntervalCategory(TimeIntervalCategory) - Method in class com.pavelvlasov.sql.SQLProcessor
 
setURL(String) - Method in class com.pavelvlasov.ant.XmlSourceEntry
URL to read rules from.
setUrl(String) - Method in class com.pavelvlasov.ant.ConnectionEntry
Connection url
setUrl(String) - Method in class com.pavelvlasov.ant.ContainerTask
URL to load configuration from.
setUser(String) - Method in class com.pavelvlasov.ant.ConnectionEntry
Database user
setValue(String) - Method in class com.pavelvlasov.ant.ObjectEntry
Not required if class name is set.
setValue(boolean) - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
setValue(byte) - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
setValue(char) - Method in class com.pavelvlasov.sql.columns.CharColumn
 
setValue(double) - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
setValue(float) - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
setValue(int) - Method in class com.pavelvlasov.sql.columns.IntColumn
 
setValue(long) - Method in class com.pavelvlasov.sql.columns.LongColumn
 
setValue(Object) - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
setValue(short) - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
show(String[]) - Method in class com.pavelvlasov.antlr.AST
 
show(Object, String) - Static method in class com.pavelvlasov.swing.Browser
Shows objects in Browser
showAndExitOnClose(Object, String) - Static method in class com.pavelvlasov.swing.Browser
Shows object in browser with default close operation WindowConstants.EXIT_ON_CLOSE
showWithSiblings(String, String[]) - Method in class com.pavelvlasov.antlr.AST
 
shutdown() - Method in class com.pavelvlasov.ant.ConnectionEntry
 
shutdown() - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
shutdown() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSource
Closes all pooled (unused) connections and instructs connections being used to close immeidatly once they are released.
size() - Method in class com.pavelvlasov.util.ConvertingCollection
 
size() - Method in class com.pavelvlasov.util.DispatchingVisitor
 
size() - Method in class com.pavelvlasov.util.UnmodifiableConvertingList
 
split(String) - Method in class com.pavelvlasov.config.BeanContext
Splits property name into getter name and indexes.
sql - Variable in class com.pavelvlasov.sql.xml.SQLCommand
 
start() - Method in class com.pavelvlasov.cache.MemoryCache
Creates timer if neccessary, creates cleanup task and schedules it.
start() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
start() - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
start() - Method in interface com.pavelvlasov.config.Component
Invoked by container before the first use.
start() - Method in class com.pavelvlasov.config.GenericContainer
 
start() - Method in class com.pavelvlasov.config.JndiBridge
 
start() - Method in class com.pavelvlasov.config.JndiWrapper
Looks up master in JNDI.
start() - Method in class com.pavelvlasov.config.RmiComponent
 
start() - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
start() - Method in class com.pavelvlasov.config.RmiWrapper
 
start() - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
start() - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
Increments use counter
start() - Method in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
start() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
start() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSourceComponent
 
start() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent
 
start() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSourceComponent
 
start() - Method in class com.pavelvlasov.util.CompositeWorkerContainer
 
start() - Method in class com.pavelvlasov.util.RemoteWorkerComponent
 
start() - Method in class com.pavelvlasov.util.ThreadPool
 
start() - Method in class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
start() - Method in class com.pavelvlasov.util.WorkerRemotizer
 
stop() - Method in class com.pavelvlasov.cache.MemoryCache
 
stop() - Method in class com.pavelvlasov.cache.PassiveMemoryCache
 
stop() - Method in class com.pavelvlasov.cache.SimpleMemoryCache
 
stop() - Method in interface com.pavelvlasov.config.Component
Invoked by container when component is not needed anymore.
stop() - Method in class com.pavelvlasov.config.GenericContainer
 
stop() - Method in class com.pavelvlasov.config.JndiBridge
 
stop() - Method in class com.pavelvlasov.config.JndiWrapper
 
stop() - Method in class com.pavelvlasov.config.RmiComponent
 
stop() - Method in class com.pavelvlasov.config.RmiRegistryComponent
 
stop() - Method in class com.pavelvlasov.config.RmiWrapper
 
stop() - Method in class com.pavelvlasov.metrics.HtmlMeasurementCategoryFactory
 
stop() - Method in class com.pavelvlasov.metrics.SlicingMeasurementCategoryFactory
 
stop() - Method in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
Decrements use counter and invokes shutdown() when counter==0
stop() - Method in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
Saves collected metrics to XML.
stop() - Method in class com.pavelvlasov.sql.ConnectionPerThreadDataSourceComponent
 
stop() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicInMemoryDataSourceComponent
 
stop() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicStandaloneDataSourceComponent
 
stop() - Method in class com.pavelvlasov.sql.hypersonic.HypersonicTmpDataSourceComponent
 
stop() - Method in class com.pavelvlasov.util.CompositeWorkerContainer
 
stop() - Method in class com.pavelvlasov.util.RemoteWorkerComponent
 
stop() - Method in class com.pavelvlasov.util.ThreadPool
 
stop() - Method in class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
store(Storage) - Method in interface com.pavelvlasov.persistence.Persistable
 
store(SQLProcessor) - Method in interface com.pavelvlasov.sql.Relationship
 
store(SQLProcessor) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
style(Object, String, OutputStream, InputStream, Map) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
style(Object, String, File, InputStream, Map) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
style(Document, File, InputStream, Map) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
style(Document, OutputStream, InputStream, Map) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 

T

TableIdentityGenerator - class com.pavelvlasov.sql.TableIdentityGenerator.
Generates identities using SQLProcessor nextPK method
TableIdentityGenerator(String) - Constructor for class com.pavelvlasov.sql.TableIdentityGenerator
Default constructor with "{0}" pattern
TableIdentityGenerator(String, String) - Constructor for class com.pavelvlasov.sql.TableIdentityGenerator
Constructor
ThreadPool - class com.pavelvlasov.util.ThreadPool.
Distributes work among multiple threads.
ThreadPool(int, int, int, ExceptionSink) - Constructor for class com.pavelvlasov.util.ThreadPool
 
ThreadPoolComponentWrapper - class com.pavelvlasov.util.ThreadPoolComponentWrapper.
 
ThreadPoolComponentWrapper() - Constructor for class com.pavelvlasov.util.ThreadPoolComponentWrapper
 
ThrowableDomSerializer - class com.pavelvlasov.xml.dom.ThrowableDomSerializer.
 
ThrowableDomSerializer() - Constructor for class com.pavelvlasov.xml.dom.ThrowableDomSerializer
 
ThrowableVisualizer - class com.pavelvlasov.swing.ThrowableVisualizer.
 
ThrowableVisualizer() - Constructor for class com.pavelvlasov.swing.ThrowableVisualizer
 
TimeIntervalCategory - interface com.pavelvlasov.metrics.TimeIntervalCategory.
 
Token - class com.pavelvlasov.antlr.Token.
 
Token() - Constructor for class com.pavelvlasov.antlr.Token
 
Token(String) - Constructor for class com.pavelvlasov.antlr.Token
 
Token(int, String) - Constructor for class com.pavelvlasov.antlr.Token
 
TokenChain - interface com.pavelvlasov.antlr.TokenChain.
 
TokenListener - interface com.pavelvlasov.antlr.TokenListener.
 
TokenVisitor - class com.pavelvlasov.antlr.TokenVisitor.
Visits Token and dispatches invocations by node names.
TokenVisitor(String[], String, String) - Constructor for class com.pavelvlasov.antlr.TokenVisitor
 
Transaction - interface com.pavelvlasov.sql.Transaction.
Interface to execute a series of database operation in a transaction.
Transaction - class com.pavelvlasov.sql.xml.Transaction.
 
Transaction() - Constructor for class com.pavelvlasov.sql.xml.Transaction
 
TreeNode - class com.pavelvlasov.util.TreeNode.
Simple class to build tree structures
TreeNode() - Constructor for class com.pavelvlasov.util.TreeNode
 
TypeAcceptor - class com.pavelvlasov.util.TypeAcceptor.
 
TypeAcceptor(Class) - Constructor for class com.pavelvlasov.util.TypeAcceptor
 
tableName - Variable in class com.pavelvlasov.sql.SimpleRelationship
 
tabs(PrintStream, int) - Method in class com.pavelvlasov.antlr.AST
 
tick(StreamPumper, long) - Method in interface com.pavelvlasov.util.StreamPumpListener
 
timeIntervalCategory - Variable in class com.pavelvlasov.sql.MeasuringDatabaseObject
 
to - Variable in class com.pavelvlasov.metrics.SlicingMeasurementConsumer
 
toArray() - Method in class com.pavelvlasov.util.ConvertingCollection
 
toArray(Object[]) - Method in class com.pavelvlasov.util.ConvertingCollection
 
toDom(AST, String[], Element) - Static method in class com.pavelvlasov.antlr.AstUtil
Serializes AST, its children and its siblings to DOM.
toDom(AST, String[], Document) - Static method in class com.pavelvlasov.antlr.AstUtil
Serializes AST and its children to DOM.
toDom(Element) - Method in class com.pavelvlasov.metrics.SimpleSlice
 
toDom(Element) - Method in class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
toDom(Element) - Method in class com.pavelvlasov.sql.DatabaseObject
 
toDom(Element, Properties, boolean) - Method in class com.pavelvlasov.sql.DatabaseObject
Serializes to DOM.
toDom(Element, String, boolean) - Method in class com.pavelvlasov.sql.columns.Column
 
toDom(Throwable, Element) - Method in class com.pavelvlasov.sql.xml.CompositeCommand
 
toDom(Object, Element) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Serializes object to XML.
toDom(Object, String, Element) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Serializes object to XML.
toDom(Object) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
toDom(Object, Element, CompositeDomSerializer) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Serializes object to XML.
toDom(Object, String, Element, CompositeDomSerializer) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
Serializes object to XML.
toDom(Object, CompositeDomSerializer) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
toDom(Element) - Method in interface com.pavelvlasov.xml.dom.DomSerializable
 
toDom(Element) - Method in class com.pavelvlasov.xml.dom.XmlBeanBase
 
toDomSerializable(Metric.Measurement) - Method in class com.pavelvlasov.metrics.MeasurementDomSerializer
 
toDomSerializable(Metric) - Method in class com.pavelvlasov.metrics.MetricDomSerializer
 
toDomSerializable(Object[]) - Method in class com.pavelvlasov.xml.dom.ArrayDomSerializer
 
toDomSerializable(Object) - Method in class com.pavelvlasov.xml.dom.BeanDomSerializer
 
toDomSerializable(byte[]) - Method in class com.pavelvlasov.xml.dom.ByteArrayDomSerializer
 
toDomSerializable(Collection) - Method in class com.pavelvlasov.xml.dom.CollectionDomSerializer
 
toDomSerializable(Object) - Method in class com.pavelvlasov.xml.dom.CompositeDomSerializer
 
toDomSerializable(Enumeration) - Method in class com.pavelvlasov.xml.dom.EnumerationDomSerializer
 
toDomSerializable(Iterator) - Method in class com.pavelvlasov.xml.dom.IteratorDomSerializer
 
toDomSerializable(Map) - Method in class com.pavelvlasov.xml.dom.MapDomSerializer
 
toDomSerializable(String) - Method in class com.pavelvlasov.xml.dom.PrimitivesDomSerializer
 
toDomSerializable(Number) - Method in class com.pavelvlasov.xml.dom.PrimitivesDomSerializer
 
toDomSerializable(Boolean) - Method in class com.pavelvlasov.xml.dom.PrimitivesDomSerializer
 
toDomSerializable(Character) - Method in class com.pavelvlasov.xml.dom.PrimitivesDomSerializer
 
toDomSerializable(Throwable) - Method in class com.pavelvlasov.xml.dom.ThrowableDomSerializer
 
toString() - Method in class com.pavelvlasov.metrics.SimpleMeasurementConsumer
 
toString() - Method in class com.pavelvlasov.metrics.SimpleMetric
 
toString() - Method in class com.pavelvlasov.metrics.SimpleSlice
 
toString() - Method in class com.pavelvlasov.sql.DatabaseObject
 
toString() - Method in class com.pavelvlasov.sql.columns.BooleanColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.ByteColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.CharColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.DoubleColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.FloatColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.IntColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.LongColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.ObjectColumn
 
toString() - Method in class com.pavelvlasov.sql.columns.ShortColumn
 
toString() - Method in class com.pavelvlasov.util.Version
Overload toString to report version correctly.
toString(Node) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
toString() - Method in class com.pavelvlasov.xml.dom.XmlBeanBase
 
toTable() - Method in class com.pavelvlasov.antlr.AstVisualizable
 
toTable() - Method in interface com.pavelvlasov.swing.Visualizable
 
toTree(String) - Method in class com.pavelvlasov.antlr.AstVisualizable
 
toTree(String) - Method in interface com.pavelvlasov.swing.Visualizable
 
toVisualizable(Object[]) - Method in class com.pavelvlasov.swing.ArrayVisualizer
 
toVisualizable(Object) - Method in class com.pavelvlasov.swing.BeanVisualizer
 
toVisualizable(Collection) - Method in class com.pavelvlasov.swing.CollectionVisualizer
 
toVisualizable(Object) - Method in class com.pavelvlasov.swing.CompositeVisualizer
 
toVisualizable(Map) - Method in class com.pavelvlasov.swing.MapVisualizer
 
toVisualizable(Map.Entry) - Method in class com.pavelvlasov.swing.MapVisualizer
 
toVisualizable(String) - Method in class com.pavelvlasov.swing.PrimitivesVisualizer
 
toVisualizable(Number) - Method in class com.pavelvlasov.swing.PrimitivesVisualizer
 
toVisualizable(Boolean) - Method in class com.pavelvlasov.swing.PrimitivesVisualizer
 
toVisualizable(Character) - Method in class com.pavelvlasov.swing.PrimitivesVisualizer
 
toVisualizable(Throwable) - Method in class com.pavelvlasov.swing.ThrowableVisualizer
 
toVisualizable(StackTraceElement) - Method in class com.pavelvlasov.swing.ThrowableVisualizer
 
toXmlString(Object, String) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
toXmlString(Object, String, CompositeDomSerializer) - Static method in class com.pavelvlasov.xml.dom.DOMUtils
 
transform(Object, String, String, Locale, Context, Properties, Result) - Method in class com.pavelvlasov.util.ClassTransformerFactory
Transforms object using object's class stylesheet.
translate(String) - Method in class com.pavelvlasov.eval.EvaluatingContext
Translates "indexed" property name.
translate(String) - Method in class com.pavelvlasov.eval.Evaluator
Deprecated. Translates "indexed" property name.

U

URL2InputStreamConfigurableAdapter - class com.pavelvlasov.config.adapters.URL2InputStreamConfigurableAdapter.
Converts InputStreamConfigurable to URLConfigurable
URL2InputStreamConfigurableAdapter(InputStreamConfigurable) - Constructor for class com.pavelvlasov.config.adapters.URL2InputStreamConfigurableAdapter
 
URLConfigurable - interface com.pavelvlasov.config.URLConfigurable.
URL Configurable
UnmodifiableConvertingList - class com.pavelvlasov.util.UnmodifiableConvertingList.
 
UnmodifiableConvertingList(List, Converter) - Constructor for class com.pavelvlasov.util.UnmodifiableConvertingList
 
Update - class com.pavelvlasov.sql.xml.Update.
 
Update() - Constructor for class com.pavelvlasov.sql.xml.Update
 
unregister(MeasurementConsumer) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Unregisters consumer and its factory.
unregister(MeasurementCategoryFactory) - Static method in class com.pavelvlasov.metrics.MeasurementCategoryFactory
Unregisters factory and its consumers.
upInStack - Variable in class com.pavelvlasov.swing.CompositeVisualizer
Visualizer which to delegate visualization to if this visualizer doesn't containt appropriate means to visualize given object.
upInStack - Variable in class com.pavelvlasov.xml.dom.CompositeDomSerializer
Serializer which to delegate serialization to if this serializer doesn't containt appropriate means to serialize given object.
update(SQLProcessor, String) - Method in class com.pavelvlasov.sql.DatabaseObject
Updates row in a table by primary key
update(SQLProcessor, String) - Method in class com.pavelvlasov.sql.MeasuringDatabaseObject
 
update(SQLProcessor, DatabaseObject) - Method in interface com.pavelvlasov.sql.Relationship
Updates modified relationship items.
update(SQLProcessor, DatabaseObject) - Method in class com.pavelvlasov.sql.SimpleRelationship
 
update(Observable, Object) - Method in interface com.pavelvlasov.util.Observer
Callback method.
useEmbeddedStyle - Variable in class com.pavelvlasov.render.dom.AbstractRenderer
 

V

VERBOSE - Static variable in class com.pavelvlasov.logging.ConsoleLogger
 
Validatable - interface com.pavelvlasov.config.Validatable.
Validatable, i.e.
Version - class com.pavelvlasov.util.Version.
Represents 3-digit version
Version(int, int, int) - Constructor for class com.pavelvlasov.util.Version
Create a new instance of a Version object with the specified version numbers.
Version(String) - Constructor for class com.pavelvlasov.util.Version
 
Versioned - interface com.pavelvlasov.util.Versioned.
Interface to detect changes in objects
Visitable - interface com.pavelvlasov.util.Visitable.
 
VisitableBase - class com.pavelvlasov.util.VisitableBase.
Implements Visitable contract.
VisitableBase() - Constructor for class com.pavelvlasov.util.VisitableBase
 
Visitor - interface com.pavelvlasov.util.Visitor.
 
VisitorExceptionSink - interface com.pavelvlasov.util.VisitorExceptionSink.
 
VisitorStack - class com.pavelvlasov.util.VisitorStack.
Provides visiting stack information.
VisitorStackSource - interface com.pavelvlasov.util.VisitorStackSource.
 
Visualizable - interface com.pavelvlasov.swing.Visualizable.
 
validate() - Method in interface com.pavelvlasov.config.Validatable
Validates object for consistency.
validateClass(Class) - Method in class com.pavelvlasov.ant.ObjectEntry
 
validateInstance(Object) - Method in class com.pavelvlasov.ant.ObjectEntry
 
valueForPathChanged(TreePath, Object) - Method in class com.pavelvlasov.antlr.ASTFrame.JTreeASTModel
 
verbose(Object, String) - Method in class com.pavelvlasov.logging.AntLogger
 
verbose(Object, String) - Method in class com.pavelvlasov.logging.ConsoleLogger
 
verbose(Object, String) - Method in class com.pavelvlasov.logging.Log4jLogger
 
verbose(Object, String) - Method in interface com.pavelvlasov.logging.Logger
 
visit(String[], AST, int, PrintStream) - Method in class com.pavelvlasov.antlr.AST
 
visit(Object) - Method in class com.pavelvlasov.antlr.AstVisitor
 
visit(Object) - Method in class com.pavelvlasov.antlr.TokenVisitor
 
visit(Object) - Method in class com.pavelvlasov.util.CompositeVisitor
 
visit(Object) - Method in class com.pavelvlasov.util.DispatchingVisitor
 
visit(Object) - Method in interface com.pavelvlasov.util.Visitor
 
visitAll(String[], AST, int, PrintStream) - Method in class com.pavelvlasov.antlr.AST
 

W

WARN - Static variable in class com.pavelvlasov.logging.ConsoleLogger
 
WeakWrapperHandler - class com.pavelvlasov.wrap.WeakWrapperHandler.
 
WeakWrapperHandler(Object) - Constructor for class com.pavelvlasov.wrap.WeakWrapperHandler
 
Worker - interface com.pavelvlasov.util.Worker.
Interface to distribute to multiple threads or multiple machines.
WorkerRemotizer - class com.pavelvlasov.util.WorkerRemotizer.
Exposes local worker as remote
WorkerRemotizer() - Constructor for class com.pavelvlasov.util.WorkerRemotizer
 
Wrappable - interface com.pavelvlasov.wrap.Wrappable.
 
Wrapper - interface com.pavelvlasov.config.Wrapper.
Wrapper allows to bind non-component to name tree.
WrapperHandler - class com.pavelvlasov.wrap.WrapperHandler.
Wraps Jsel object such as the underlying object becomes garbage collection eligible and will be transparently restored from the database and source files on demand
WrapperHandler(Object) - Constructor for class com.pavelvlasov.wrap.WrapperHandler
 
warn(Object, String) - Method in class com.pavelvlasov.logging.AntLogger
 
warn(Object, String) - Method in class com.pavelvlasov.logging.ConsoleLogger
 
warn(Object, String) - Method in class com.pavelvlasov.logging.Log4jLogger
 
warn(Object, String) - Method in interface com.pavelvlasov.logging.Logger
 
wrap(Object) - Method in class com.pavelvlasov.metrics.MeasuringWrapper
Wraps object to measure methods performance.
wrap(Object, MeasurementConsumer) - Static method in class com.pavelvlasov.metrics.MeasuringWrapper
Wraps object to measure methods performance.
wrap(Object, Collection) - Static method in class com.pavelvlasov.wrap.WrapperHandler
Convenience method.
wrap(Object) - Static method in class com.pavelvlasov.wrap.WrapperHandler
 
write(int) - Method in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
write(char[], int, int) - Method in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
write(String, int, int) - Method in class com.pavelvlasov.eval.EvaluatingFilterWriter
 
write(int) - Method in class com.pavelvlasov.eval.ExpandingFilterWriter
 
write(char[], int, int) - Method in class com.pavelvlasov.eval.ExpandingFilterWriter
 
write(String, int, int) - Method in class com.pavelvlasov.eval.ExpandingFilterWriter
 

X

XmlBeanBase - class com.pavelvlasov.xml.dom.XmlBeanBase.
 
XmlBeanBase() - Constructor for class com.pavelvlasov.xml.dom.XmlBeanBase
 
XmlMeasurementCategoryFactory - class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory.
 
XmlMeasurementCategoryFactory(File) - Constructor for class com.pavelvlasov.metrics.XmlMeasurementCategoryFactory
 
XmlSource - class com.pavelvlasov.config.XmlSource.
Helper class to read XML configuration from file, url or classloader resource.
XmlSource(String, Class, String) - Constructor for class com.pavelvlasov.config.XmlSource
Constructor
XmlSourceEntry - class com.pavelvlasov.ant.XmlSourceEntry.
Base class for elements, which need to read xml files.
XmlSourceEntry() - Constructor for class com.pavelvlasov.ant.XmlSourceEntry
 

_

_compare(Object, Object) - Static method in class com.pavelvlasov.review.SourceMarkerComparator
 

A B C D E F G H I J K L M N O P R S T U V W X _

Copyright © 2003 Hammurapi Group. All Rights Reserved.