| 
 | |||||||||||
| 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 | DefaultDataSourceSelectorA 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_RepositoryThis is a simple implementation of persistent object store using object serialization on the file system. | 
|  class | File_Persistent_Stream_RepositoryImplementation 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 | XMLFilePersistentObjectRepositoryThis 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 | AbstractTLSSocketFactoryContains the code common for both TLS socket factories. | 
|  class | DefaultSocketManagerImplementation of SocketManager. | 
|  class | SSLFactoryBuilderBuilds SSLContexts with desired properties. | 
|  class | TLSServerSocketFactoryManufactures TLS server sockets. | 
|  class | TLSSocketFactoryManufactures 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 | AbstractThreadManagerAbstract implementation of ThreadManager. | 
|  class | DefaultThreadManagerDefault implementation of ThreadManager. | 
|  class | ResourceLimitingThreadManagerImplementation of ResourceLimitingThreadManager. | 
| Uses of Configurable in org.apache.avalon.cornerstone.services.connection | 
| Classes in org.apache.avalon.cornerstone.services.connection that implement Configurable | |
|  class | AbstractHandlerFactoryHelper class to extend to create handler factorys. | 
|  class | AbstractServiceHelper class to create protocol services. | 
|  class | DefaultHandlerFactoryDefault 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 | DefaultHelloDBServiceThis 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 | DefaultComponentManagerDeprecated. Please use ExcaliburComponentManagerinstead | 
|  class | DefaultComponentSelectorDeprecated. use ExcaliburComponentSelectorinstead. | 
|  class | DefaultRoleManagerDeprecated. ECM is no longer supported | 
|  class | ExcaliburComponentManagerDeprecated. ECM is no longer supported | 
|  class | ExcaliburComponentSelectorDeprecated. ECM is no longer supported | 
| Uses of Configurable in org.apache.avalon.excalibur.datasource | 
| Subinterfaces of Configurable in org.apache.avalon.excalibur.datasource | |
|  interface | DataSourceComponentThe standard interface for DataSources in Avalon. | 
| Classes in org.apache.avalon.excalibur.datasource that implement Configurable | |
|  class | InformixDataSourceThe Informix implementation for DataSources in Excalibur. | 
|  class | J2eeDataSourceThe J2EE implementation for DataSources in Cocoon. | 
|  class | JdbcDataSourceThe Default implementation for DataSources in Avalon. | 
|  class | ResourceLimitingJdbcDataSourceThe 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 | DefaultHashedDataSourceClusterThe 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 | DefaultIndexedDataSourceClusterThe DefaultIndexedDataSourceCluster requires that the user implement their own method of selecting which DataSource in the cluster to use for each connection request. | 
|  class | DefaultRoundRobinDataSourceClusterThe 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 | AbstractDataSourceBlockIdGeneratorThe AbstractDataSourceBlockIdGenerator allocates blocks of ids from a DataSource and then provides them as needed. | 
|  class | AbstractDataSourceIdGenerator | 
|  class | SequenceIdGeneratorThe SequenceIdGenerator requests each Id using a sequence in a database. | 
|  class | TableIdGeneratorThe 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 | DefaultLoggerManagerThis logger manager is a wrapper around all other "real" logger managers. | 
|  class | DefaultLogKitManagerDeprecated. we should use the new LogKitLoggerManager interface that directly supports the new framework Logger interface. | 
|  class | DefaultLogTargetFactoryManagerDefault LogTargetFactoryManager implementation. | 
|  class | DefaultLogTargetManagerDefault LogTargetManager implementation. | 
|  class | Log4JConfLoggerManagerA LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. | 
|  class | LogKitLoggerManagerLogKitLoggerManager implementation. | 
|  class | SimpleLogKitManagerA LoggerManagerthat 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 | CachingDecoratorThis class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached. | 
|  class | LoggerManagerDecoratorThis is the base class to create LoggerManager decorators. | 
|  class | LogToSelfDecoratorThis class intercepts the class passed to us via enableLogging()and substibutes it
 byLoggerSwitch.get()logger. | 
|  class | OverrideDefaultDecoratorOverrides the value passed from getDefaultLogger(). | 
|  class | PrefixDecoratorThis 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 | AbstractTargetFactoryAbstractTargetFactory class. | 
|  class | AsyncLogTargetFactoryAsyncLogTargetFactory class. | 
|  class | ConsoleTargetFactoryConsoleTargetFactory class. | 
|  class | DatagramTargetFactoryThis factory creates LogTargets with a wrapped DatagramOutputTarget around it. | 
|  class | FileTargetFactoryFileTargetFactory class. | 
|  class | PriorityFilterTargetFactoryPriorityFilterTargetFactory class. | 
|  class | ServletTargetFactoryServletTargetFactory class. | 
|  class | SMTPTargetFactorySMTPTargetFactory class. | 
|  class | SocketTargetFactoryThis factory creates LogTargets with a wrapped SocketOutputTarget around it. | 
|  class | StreamTargetFactoryTargetFactory for StreamTarget. | 
| Uses of Configurable in org.apache.avalon.excalibur.logger.log4j | 
| Classes in org.apache.avalon.excalibur.logger.log4j that implement Configurable | |
|  class | Log4JConfAdapterA 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 | LogKitConfHelperTie 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 | AvalonTeeThis 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 | LoggerManagerTeeAn 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 | ActiveMonitorThe ActiveMonitor is used to actively check a set of resources to see if they have changed. | 
|  class | PassiveMonitorThe 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 | FullLifecycleComponentDeprecated. 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 | TranslatorImplSimple implementation of the Translatorcomponent, 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 | ServletContainerFortress 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 | SwingContainerSimple 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 | ComponentViewerSimple 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 | DefaultContainerThis is the default implementation of Container,
 adding configuration markup semantics to theAbstractContainer. | 
|  class | DefaultECMContainerCustomize 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 | PoolableComponentHandlerThe 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 | ConfigurableRoleManagerConfigurable RoleManager implementation. | 
|  class | ECMRoleManagerThis 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 | FortressAdapterFortress based component adapter. | 
| Uses of Configurable in org.apache.avalon.framework.configuration | 
| Subinterfaces of Configurable in org.apache.avalon.framework.configuration | |
|  interface | ReconfigurableExtends Configurableto 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 | InstrumentManagerHTTPConnectorAn 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 | InstrumentProxyInstrumentables 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 | JTidyHTMLParserConverter 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 | AbstractProcessorImplThis class defines base class for the implementations of the XPathProcessorcomponent. | 
|  class | JaxenProcessorImplThis class defines the implementation of the XPathProcessorcomponent. | 
|  class | Saxon6ProcessorImplThis class defines the implementation of the XPathProcessorcomponent. | 
|  class | Saxon7ProcessorImplThis class defines the implementation of the XPathProcessorcomponent. | 
|  class | XPathProcessorImplThis class defines the implementation of the XPathProcessorcomponent. | 
| Uses of Configurable in org.apache.excalibur.xmlizer | 
| Classes in org.apache.excalibur.xmlizer that implement Configurable | |
|  class | DefaultXMLizerConverter for transforming any input stream with a given mime-type into SAX events. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||