|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.connection |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.connection | |
class |
AvalonLoggerConnectionMonitor
|
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.datasources |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.datasources | |
class |
DefaultDataSourceSelector
A default implementation for DataSourceSelector. |
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.masterstore |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.masterstore | |
class |
AvalonFileRepositoryMonitor
|
class |
RepositoryManager
|
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.scheduler |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.scheduler | |
class |
DefaultTimeScheduler
Default implementation of TimeScheduler service. |
class |
MonitorableTimeScheduler
A JMX Monitorable TimeScheduler. |
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.sockets |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.sockets | |
class |
AbstractTLSSocketFactory
Contains the code common for both TLS socket factories. |
class |
DefaultSocketManager
Implementation of SocketManager. |
class |
SSLFactoryBuilder
Builds SSLContexts with desired properties. |
class |
TLSServerSocketFactory
Manufactures TLS server sockets. |
class |
TLSSocketFactory
Manufactures TLS client sockets. |
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.threads |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.blocks.threads | |
class |
AbstractThreadManager
Abstract implementation of ThreadManager. |
class |
DefaultThreadManager
Default implementation of ThreadManager. |
class |
ResourceLimitingThreadManager
Implementation of ResourceLimitingThreadManager. |
Uses of AbstractLogEnabled in org.apache.avalon.cornerstone.services.connection |
Subclasses of AbstractLogEnabled in org.apache.avalon.cornerstone.services.connection | |
class |
AbstractHandlerFactory
Helper class to extend to create handler factorys. |
class |
AbstractService
Helper class to create protocol services. |
class |
DefaultHandlerFactory
Default Hnalder factory that creates instances via reflection. |
Uses of AbstractLogEnabled in org.apache.avalon.examples.jdbcdatasource |
Subclasses of AbstractLogEnabled in org.apache.avalon.examples.jdbcdatasource | |
class |
DefaultHelloDBService
This example application creates a conmponent which makes use of a JdbcDataSource to connect to a Hypersonic SQL database. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.component |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.component | |
class |
AbstractDualLogEnabled
Deprecated. ECM is no longer supported |
class |
AbstractDualLogEnabledInstrumentable
Deprecated. ECM is no longer supported |
class |
ComponentHandler
Deprecated. ECM is no longer supported |
class |
DefaultComponentFactory
Deprecated. ECM is no longer supported |
class |
DefaultComponentHandler
Deprecated. ECM is no longer supported |
class |
DefaultComponentManager
Deprecated. Please use ExcaliburComponentManager instead |
class |
DefaultComponentPool
Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler. |
class |
DefaultComponentSelector
Deprecated. use ExcaliburComponentSelector instead. |
class |
DefaultRoleManager
Deprecated. ECM is no longer supported |
class |
ExcaliburComponentManager
Deprecated. ECM is no longer supported |
class |
ExcaliburComponentSelector
Deprecated. ECM is no longer supported |
class |
PoolableComponentHandler
Deprecated. ECM is no longer supported |
class |
ThreadSafeComponentHandler
Deprecated. ECM is no longer supported |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.component.example_im |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.component.example_im | |
class |
DefaultExampleInstrumentable
This example application creates a component which registers several Instruments for the example. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource | |
class |
AbstractJdbcConnection
The Connection object used in conjunction with the JdbcDataSource object. |
class |
InformixDataSource
The Informix implementation for DataSources in Excalibur. |
class |
J2eeDataSource
The J2EE implementation for DataSources in Cocoon. |
class |
Jdbc3Connection
Deprecated. No longer necessary due to the dynamic proxies |
class |
JdbcConnection
Deprecated. No longer necessary due to the dynamic proxies |
class |
JdbcConnectionFactory
The Factory implementation for JdbcConnections. |
class |
JdbcConnectionPool
The Pool implementation for JdbcConnections. |
class |
JdbcDataSource
The Default implementation for DataSources in Avalon. |
class |
ResourceLimitingJdbcConnectionPool
A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads. |
class |
ResourceLimitingJdbcDataSource
The ResourceLimiting implementation for DataSources in Avalon. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource.cluster |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource.cluster | |
class |
AbstractDataSourceCluster
|
class |
DefaultHashedDataSourceCluster
The DefaultHashedDataSourceCluster requires that the user specify an object or a hashCode which will be used consistantly select a member DataSource form a cluster for each connection request. |
class |
DefaultIndexedDataSourceCluster
The DefaultIndexedDataSourceCluster requires that the user implement their own method of selecting which DataSource in the cluster to use for each connection request. |
class |
DefaultRoundRobinDataSourceCluster
The DefaultRoundRobinDataSourceCluster allows the user to specify a cluster of DataSources which all act as one. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource.ids |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.datasource.ids | |
class |
AbstractDataSourceBlockIdGenerator
The AbstractDataSourceBlockIdGenerator allocates blocks of ids from a DataSource and then provides them as needed. |
class |
AbstractDataSourceIdGenerator
|
class |
AbstractIdGenerator
|
class |
SequenceIdGenerator
The SequenceIdGenerator requests each Id using a sequence in a database. |
class |
TableIdGenerator
The TableIdGenerator requests blocks of ids from a Database table. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.logger |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.logger | |
class |
DefaultLogKitManager
Deprecated. we should use the new LogKitLoggerManager interface that directly supports the new framework Logger interface. |
class |
DefaultLogTargetFactoryManager
Default LogTargetFactoryManager implementation. |
class |
DefaultLogTargetManager
Default LogTargetManager implementation. |
class |
SimpleLogKitManager
A LoggerManager that supports the old <logs version="1.0"/>
style logging configuration from
Phoenix. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.factory |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.factory | |
class |
AbstractTargetFactory
AbstractTargetFactory class. |
class |
AsyncLogTargetFactory
AsyncLogTargetFactory class. |
class |
ConsoleTargetFactory
ConsoleTargetFactory class. |
class |
DatagramTargetFactory
This factory creates LogTargets with a wrapped DatagramOutputTarget around it. |
class |
FileTargetFactory
FileTargetFactory class. |
class |
PriorityFilterTargetFactory
PriorityFilterTargetFactory class. |
class |
ServletTargetFactory
ServletTargetFactory class. |
class |
SMTPTargetFactory
SMTPTargetFactory class. |
class |
SocketTargetFactory
This factory creates LogTargets with a wrapped SocketOutputTarget around it. |
class |
StreamTargetFactory
TargetFactory for StreamTarget . |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.log4j |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.log4j | |
class |
Log4JAdapter
This class sits on top of an existing Log4J Hierarchy and returns logger wrapping Log4J loggers. |
class |
Log4JConfAdapter
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.logkit |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.logger.logkit | |
class |
LogKitAdapter
This class sits on top of an existing LogKit Hierarchy and returns logger wrapping LogKit loggers. |
class |
LogKitConfHelper
Tie this object to a LoggerManagerTee, give it the Hierachy that LogKitAdapter operates upon and it will populate it from the Configuration object passed via configure(). |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.pool |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.pool | |
class |
AbstractPool
This is an Pool that caches Poolable objects for reuse. |
class |
DefaultPool
This is an Pool that caches Poolable objects for reuse. |
class |
HardResourceLimitingPool
This is a implementation of Pool that is thread safe. |
class |
InstrumentedResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
ResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
SingleThreadedPool
This is an Pool that caches Poolable objects for reuse. |
class |
SoftResourceLimitingPool
This is an Pool that caches Poolable objects for reuse. |
class |
ValidatedResourceLimitingPool
A ResourceLimitingPool which validates reused poolables before they are returned with a call get(). |
Uses of AbstractLogEnabled in org.apache.avalon.excalibur.testcase |
Subclasses of AbstractLogEnabled in org.apache.avalon.excalibur.testcase | |
class |
LatchedThreadGroup
Deprecated. ECM is no longer supported |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.components |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.components | |
class |
TranslatorImpl
Simple implementation of the Translator component, which
maintains a simple mapping of keys to translated values, created during
configuration. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended | |
class |
ExtendedContainer
|
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended.components |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended.components | |
class |
ExtendedComponentImpl
TestComponentImpl , demonstrating the use of a custom
lifecycle stage SecurityManageable . |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended.extensions |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.extended.extensions | |
class |
Extensions
Some custom extensions for this container's components. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.servlet |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.servlet | |
class |
ServletContainer
Fortress based servlet example. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.swing |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.swing | |
class |
SwingContainer
Simple Fortress based container containing a Swing implementation of Hello World. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.examples.viewer |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.examples.viewer | |
class |
ComponentViewer
Simple Fortress container containing a Swing based viewer for performing lookups on registered components. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.impl |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.impl | |
class |
AbstractContainer
This abstract implementation provides basic functionality for building an implementation of the Container interface. |
class |
DefaultContainer
This is the default implementation of Container ,
adding configuration markup semantics to the AbstractContainer . |
class |
DefaultECMContainer
Customize the Fortress container to handle ECM compatibility |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.impl.extensions |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.impl.extensions | |
class |
InstrumentableCreator
The InstrumentableCreator is used as a standard lifecycle extension for containers that support it. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.impl.handler |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.impl.handler | |
class |
AbstractComponentHandler
AbstractComponentHandler class, ensures components are initialized and destroyed correctly. |
class |
ComponentFactory
Factory for Avalon components. |
class |
FactoryComponentHandler
The FactoryComponentHandler to make sure components are initialized and destroyed correctly. |
class |
PerThreadComponentHandler
The PerThreadComponentHandler implements a singleton with a slight difference: one single instance per thread. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.impl.role |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.impl.role | |
class |
AbstractMetaInfoManager
Provides the foundation for MetaInfoManagers. |
class |
AbstractRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. |
class |
ConfigurableRoleManager
Configurable RoleManager implementation. |
class |
ECMMetaInfoManager
ECMMetaInfoManager |
class |
ECMRoleManager
This role manager implementation is able to read ECM based role files. |
class |
FortressRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. |
class |
ServiceMetaManager
ServiceMetaManager follows some simple rules to dynamically gather all services and the meta-information into one role manager. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.migration |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.migration | |
class |
FortressAdapter
Fortress based component adapter. |
Uses of AbstractLogEnabled in org.apache.avalon.fortress.util |
Subclasses of AbstractLogEnabled in org.apache.avalon.fortress.util | |
class |
FortressCommandFailureHandler
The default CommandFailureHandler used by Fortress to log any failures encountered while executing commands. |
class |
LifecycleExtensionManager
LifecycleExtensionManager class. |
class |
ReflectiveConfigurator
A creator that configures a component based on reflection. |
Uses of AbstractLogEnabled in org.apache.avalon.lifecycle |
Subclasses of AbstractLogEnabled in org.apache.avalon.lifecycle | |
class |
AbstractAccessor
Abstract implementation of a Accessor . |
class |
AbstractCreator
Abstract implementation of a Creator . |
Uses of AbstractLogEnabled in org.apache.excalibur.event.command |
Subclasses of AbstractLogEnabled in org.apache.excalibur.event.command | |
static class |
AbstractThreadManager.PipelineRunner
The PipelineRunner class pulls all the events from the Source, and puts them in the EventHandler. |
class |
CommandManager
The CommandManager handles asynchronous commands from the rest of the system. |
class |
TPCThreadManager
This is a ThreadManager that uses a certain number of threads per processor. |
Uses of AbstractLogEnabled in org.apache.excalibur.instrument |
Subclasses of AbstractLogEnabled in org.apache.excalibur.instrument | |
class |
AbstractLogEnabledInstrumentable
Utility class to ease the construction of components that can be instrumented but must also implement LogEnabled. |
Uses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.http |
Subclasses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.http | |
class |
AbstractHandler
|
class |
AbstractHTMLHandler
|
class |
AbstractXMLHandler
|
class |
FavIconHandler
Serves up a favicon.ico file. |
class |
HTMLCreateSampleHandler
|
class |
HTMLGCHandler
|
class |
HTMLInstrumentableHandler
|
class |
HTMLInstrumentHandler
|
class |
HTMLInstrumentManagerHandler
|
class |
HTMLRootHandler
|
class |
HTMLSampleHandler
|
class |
HTMLSampleLeaseHandler
|
class |
InstrumentManagerHTTPConnector
An HTTP connector which allows a client to connect to the ServiceManager using the HTTP protocol. |
class |
SampleChartHandler
|
class |
XMLCreateSampleHandler
|
class |
XMLCreateSamplesHandler
Handler which can be used to create multiple samples at once. |
class |
XMLGCHandler
|
class |
XMLInstrumentableHandler
|
class |
XMLInstrumentHandler
|
class |
XMLInstrumentManagerHandler
|
class |
XMLSampleHandler
|
class |
XMLSampleLeaseHandler
|
class |
XMLSampleLeasesHandler
|
class |
XMLSnapshotHandler
|
class |
XMLSnapshotsHandler
|
Uses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.http.server |
Subclasses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.http.server | |
class |
AbstractHTTPURLHandler
|
class |
AbstractHTTPURLPrintWriterHandler
|
(package private) class |
org.apache.excalibur.instrument.manager.http.server.AbstractLogEnabledInstrumentableStartable
|
(package private) class |
org.apache.excalibur.instrument.manager.http.server.AbstractSocketServer
|
class |
HTTPServer
|
Uses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.impl |
Subclasses of AbstractLogEnabled in org.apache.excalibur.instrument.manager.impl | |
class |
DefaultInstrumentManagerImpl
|
class |
InstrumentProxy
Instrumentables which do not implement ThreadSafe may have multiple instances created by the ComponentLocator. |
Uses of AbstractLogEnabled in org.apache.excalibur.source.impl |
Subclasses of AbstractLogEnabled in org.apache.excalibur.source.impl | |
class |
CommonsVFSSourceFactory
A factory for source types supported by Commons VFS. |
class |
FTPSourceFactory
A factory for an @link FTPSource. |
class |
HTTPClientSource
HTTP URL Source object, based on the Jakarta Commons HttpClient project. |
class |
HTTPClientSourceFactory
HTTPClientSource Factory class. |
class |
HTTPSClientSourceFactory
HTTPClientSource Factory class. |
class |
ResourceSourceFactory
A factory for the Resource protocol |
class |
SourceResolverImpl
This is the default implemenation of a SourceResolver . |
class |
URLSourceFactory
A factory for a URL wrapper |
Uses of AbstractLogEnabled in org.apache.excalibur.store.impl |
Subclasses of AbstractLogEnabled in org.apache.excalibur.store.impl | |
class |
AbstractFilesystemStore
Stores objects on the filesystem: String objects as text files, all other objects are serialized. |
class |
AbstractJispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
AbstractReadWriteStore
This is a base implementation for stores that are synchronized by using a read/write lock. |
class |
JispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
MemoryStore
|
class |
MRUMemoryStore
This class provides a cache algorithm for the requested documents. |
class |
StoreJanitorImpl
This class is a implentation of a StoreJanitor. |
Uses of AbstractLogEnabled in org.apache.excalibur.xml |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml | |
class |
DefaultEntityResolver
A component that uses catalogs for resolving entities. |
Uses of AbstractLogEnabled in org.apache.excalibur.xml.dom |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml.dom | |
class |
DefaultDOMHandlerFactory
|
class |
DefaultDOMSerializer
|
Uses of AbstractLogEnabled in org.apache.excalibur.xml.impl |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml.impl | |
class |
JaxpParser
An XMLParser that is only dependant on JAXP 1.1 compliant parsers. |
class |
XercesParser
|
Uses of AbstractLogEnabled in org.apache.excalibur.xml.sax |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml.sax | |
class |
JTidyHTMLParser
Converter for transforming an input stream contain text/html data to SAX events. |
Uses of AbstractLogEnabled in org.apache.excalibur.xml.xpath |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml.xpath | |
class |
AbstractProcessorImpl
This class defines base class for the implementations of the XPathProcessor component. |
class |
JaxenProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
Saxon6ProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
Saxon7ProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
XPathProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
Uses of AbstractLogEnabled in org.apache.excalibur.xml.xslt |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xml.xslt | |
class |
XSLTProcessorImpl
|
Uses of AbstractLogEnabled in org.apache.excalibur.xmlizer |
Subclasses of AbstractLogEnabled in org.apache.excalibur.xmlizer | |
class |
DefaultXMLizer
Converter for transforming any input stream with a given mime-type into SAX events. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |