|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configurable in org.apache.avalon.cornerstone.blocks.datasources |
Classes in org.apache.avalon.cornerstone.blocks.datasources that implement Configurable | |
class |
DefaultDataSourceSelector
A default implementation for DataSourceSelector. |
Uses of Configurable in org.apache.avalon.cornerstone.blocks.masterstore |
Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement Configurable | |
class |
File_Persistent_Object_Repository
This is a simple implementation of persistent object store using object serialization on the file system. |
class |
File_Persistent_Stream_Repository
Implementation of a StreamRepository to a File. |
class |
RepositoryManager
|
Uses of Configurable in org.apache.avalon.cornerstone.blocks.masterstore.xml |
Classes in org.apache.avalon.cornerstone.blocks.masterstore.xml that implement Configurable | |
class |
XMLFilePersistentObjectRepository
This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system. |
Uses of Configurable in org.apache.avalon.cornerstone.blocks.sockets |
Classes in org.apache.avalon.cornerstone.blocks.sockets that implement Configurable | |
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 Configurable in org.apache.avalon.cornerstone.blocks.threads |
Classes in org.apache.avalon.cornerstone.blocks.threads that implement Configurable | |
class |
AbstractThreadManager
Abstract implementation of ThreadManager. |
class |
DefaultThreadManager
Default implementation of ThreadManager. |
class |
ResourceLimitingThreadManager
Implementation of ResourceLimitingThreadManager. |
Uses of Configurable in org.apache.avalon.cornerstone.services.connection |
Classes in org.apache.avalon.cornerstone.services.connection that implement Configurable | |
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 Configurable in org.apache.avalon.examples.jdbcdatasource |
Classes in org.apache.avalon.examples.jdbcdatasource that implement Configurable | |
class |
DefaultHelloDBService
This example application creates a conmponent which makes use of a JdbcDataSource to connect to a Hypersonic SQL database. |
Uses of Configurable in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement Configurable | |
class |
DefaultComponentManager
Deprecated. Please use ExcaliburComponentManager instead |
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 |
Uses of Configurable in org.apache.avalon.excalibur.datasource |
Subinterfaces of Configurable in org.apache.avalon.excalibur.datasource | |
interface |
DataSourceComponent
The standard interface for DataSources in Avalon. |
Classes in org.apache.avalon.excalibur.datasource that implement Configurable | |
class |
InformixDataSource
The Informix implementation for DataSources in Excalibur. |
class |
J2eeDataSource
The J2EE implementation for DataSources in Cocoon. |
class |
JdbcDataSource
The Default implementation for DataSources in Avalon. |
class |
ResourceLimitingJdbcDataSource
The ResourceLimiting implementation for DataSources in Avalon. |
Uses of Configurable in org.apache.avalon.excalibur.datasource.cluster |
Subinterfaces of Configurable in org.apache.avalon.excalibur.datasource.cluster | |
interface |
HashedDataSourceCluster
|
interface |
IndexedDataSourceCluster
|
interface |
RoundRobinDataSourceCluster
|
Classes in org.apache.avalon.excalibur.datasource.cluster that implement Configurable | |
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 Configurable in org.apache.avalon.excalibur.datasource.ids |
Classes in org.apache.avalon.excalibur.datasource.ids that implement Configurable | |
class |
AbstractDataSourceBlockIdGenerator
The AbstractDataSourceBlockIdGenerator allocates blocks of ids from a DataSource and then provides them as needed. |
class |
AbstractDataSourceIdGenerator
|
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 Configurable in org.apache.avalon.excalibur.logger |
Classes in org.apache.avalon.excalibur.logger that implement Configurable | |
class |
DefaultLoggerManager
This logger manager is a wrapper around all other "real" logger managers. |
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 |
Log4JConfLoggerManager
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
class |
LogKitLoggerManager
LogKitLoggerManager implementation. |
class |
SimpleLogKitManager
A LoggerManager that supports the old <logs version="1.0"/>
style logging configuration from
Phoenix. |
Uses of Configurable in org.apache.avalon.excalibur.logger.decorator |
Classes in org.apache.avalon.excalibur.logger.decorator that implement Configurable | |
class |
CachingDecorator
This class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached. |
class |
LoggerManagerDecorator
This is the base class to create LoggerManager decorators. |
class |
LogToSelfDecorator
This class intercepts the class passed to us via enableLogging() and substibutes it
by LoggerSwitch.get() logger. |
class |
OverrideDefaultDecorator
Overrides the value passed from getDefaultLogger(). |
class |
PrefixDecorator
This class implements LoggerManager interface by prepending a prefix to all requests and letting the wrapped LoggerManager actually create the loggers. |
Uses of Configurable in org.apache.avalon.excalibur.logger.factory |
Classes in org.apache.avalon.excalibur.logger.factory that implement Configurable | |
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 Configurable in org.apache.avalon.excalibur.logger.log4j |
Classes in org.apache.avalon.excalibur.logger.log4j that implement Configurable | |
class |
Log4JConfAdapter
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
Uses of Configurable in org.apache.avalon.excalibur.logger.logkit |
Classes in org.apache.avalon.excalibur.logger.logkit that implement Configurable | |
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 Configurable in org.apache.avalon.excalibur.logger.util |
Classes in org.apache.avalon.excalibur.logger.util that implement Configurable | |
class |
AvalonTee
This class broadcasts Avalon lifestyle events to several destination objects, somewhat like Unix 'tee' command directing its input both to file and to its output. |
class |
LoggerManagerTee
An AvalonTee object is not usefull by itself as it does not implement any component interface. |
Uses of Configurable in org.apache.avalon.excalibur.monitor |
Classes in org.apache.avalon.excalibur.monitor that implement Configurable | |
class |
ActiveMonitor
The ActiveMonitor is used to actively check a set of resources to see if they have changed. |
class |
PassiveMonitor
The PassiveMonitor is used to passively check a set of resources to see if they have changed. |
Uses of Configurable in org.apache.avalon.excalibur.testcase |
Classes in org.apache.avalon.excalibur.testcase that implement Configurable | |
class |
FullLifecycleComponent
Deprecated. ECM is no longer supported |
Uses of Configurable in org.apache.avalon.fortress.examples.components |
Classes in org.apache.avalon.fortress.examples.components that implement Configurable | |
class |
TranslatorImpl
Simple implementation of the Translator component, which
maintains a simple mapping of keys to translated values, created during
configuration. |
Uses of Configurable in org.apache.avalon.fortress.examples.extended |
Classes in org.apache.avalon.fortress.examples.extended that implement Configurable | |
class |
ExtendedContainer
|
Uses of Configurable in org.apache.avalon.fortress.examples.servlet |
Classes in org.apache.avalon.fortress.examples.servlet that implement Configurable | |
class |
ServletContainer
Fortress based servlet example. |
Uses of Configurable in org.apache.avalon.fortress.examples.swing |
Classes in org.apache.avalon.fortress.examples.swing that implement Configurable | |
class |
SwingContainer
Simple Fortress based container containing a Swing implementation of Hello World. |
Uses of Configurable in org.apache.avalon.fortress.examples.viewer |
Classes in org.apache.avalon.fortress.examples.viewer that implement Configurable | |
class |
ComponentViewer
Simple Fortress container containing a Swing based viewer for performing lookups on registered components. |
Uses of Configurable in org.apache.avalon.fortress.impl |
Classes in org.apache.avalon.fortress.impl that implement Configurable | |
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 Configurable in org.apache.avalon.fortress.impl.handler |
Classes in org.apache.avalon.fortress.impl.handler that implement Configurable | |
class |
PoolableComponentHandler
The PoolableComponentHandler to make sure components are initialized and destroyed correctly. |
Uses of Configurable in org.apache.avalon.fortress.impl.role |
Classes in org.apache.avalon.fortress.impl.role that implement Configurable | |
class |
ConfigurableRoleManager
Configurable RoleManager implementation. |
class |
ECMRoleManager
This role manager implementation is able to read ECM based role files. |
Uses of Configurable in org.apache.avalon.fortress.migration |
Classes in org.apache.avalon.fortress.migration that implement Configurable | |
class |
FortressAdapter
Fortress based component adapter. |
Uses of Configurable in org.apache.avalon.framework.configuration |
Subinterfaces of Configurable in org.apache.avalon.framework.configuration | |
interface |
Reconfigurable
Extends Configurable to allow reconfiguration at runtime. |
Uses of Configurable in org.apache.excalibur.instrument.manager.http |
Classes in org.apache.excalibur.instrument.manager.http that implement Configurable | |
class |
InstrumentManagerHTTPConnector
An HTTP connector which allows a client to connect to the ServiceManager using the HTTP protocol. |
Uses of Configurable in org.apache.excalibur.instrument.manager.impl |
Classes in org.apache.excalibur.instrument.manager.impl that implement Configurable | |
class |
DefaultInstrumentManagerImpl
|
class |
InstrumentProxy
Instrumentables which do not implement ThreadSafe may have multiple instances created by the ComponentLocator. |
Uses of Configurable in org.apache.excalibur.xml.sax |
Classes in org.apache.excalibur.xml.sax that implement Configurable | |
class |
JTidyHTMLParser
Converter for transforming an input stream contain text/html data to SAX events. |
Uses of Configurable in org.apache.excalibur.xml.xpath |
Classes in org.apache.excalibur.xml.xpath that implement Configurable | |
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 Configurable in org.apache.excalibur.xmlizer |
Classes in org.apache.excalibur.xmlizer that implement Configurable | |
class |
DefaultXMLizer
Converter for transforming any input stream with a given mime-type into SAX events. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |