|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Serviceable in org.apache.avalon.cornerstone.blocks.connection |
Classes in org.apache.avalon.cornerstone.blocks.connection that implement Serviceable | |
class |
DefaultConnectionManager
This is the service through which ConnectionManagement occurs. |
Uses of Serviceable in org.apache.avalon.cornerstone.blocks.masterstore |
Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement Serviceable | |
class |
RepositoryManager
|
Uses of Serviceable in org.apache.avalon.cornerstone.blocks.scheduler |
Classes in org.apache.avalon.cornerstone.blocks.scheduler that implement Serviceable | |
class |
DefaultTimeScheduler
Default implementation of TimeScheduler service. |
class |
MonitorableTimeScheduler
A JMX Monitorable TimeScheduler. |
Uses of Serviceable in org.apache.avalon.cornerstone.services.connection |
Classes in org.apache.avalon.cornerstone.services.connection that implement Serviceable | |
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 Serviceable in org.apache.avalon.examples.jdbcdatasource |
Classes in org.apache.avalon.examples.jdbcdatasource that implement Serviceable | |
class |
DefaultHelloDBService
This example application creates a conmponent which makes use of a JdbcDataSource to connect to a Hypersonic SQL database. |
Uses of Serviceable in org.apache.avalon.excalibur.datasource.cluster |
Classes in org.apache.avalon.excalibur.datasource.cluster that implement Serviceable | |
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 Serviceable in org.apache.avalon.excalibur.datasource.ids |
Classes in org.apache.avalon.excalibur.datasource.ids that implement Serviceable | |
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 Serviceable in org.apache.avalon.excalibur.logger |
Classes in org.apache.avalon.excalibur.logger that implement Serviceable | |
class |
DefaultLoggerManager
This logger manager is a wrapper around all other "real" logger managers. |
Uses of Serviceable in org.apache.avalon.excalibur.testcase |
Classes in org.apache.avalon.excalibur.testcase that implement Serviceable | |
class |
FullLifecycleComponent
Deprecated. ECM is no longer supported |
Uses of Serviceable in org.apache.avalon.fortress.examples.extended |
Classes in org.apache.avalon.fortress.examples.extended that implement Serviceable | |
class |
ExtendedContainer
|
Uses of Serviceable in org.apache.avalon.fortress.examples.servlet |
Classes in org.apache.avalon.fortress.examples.servlet that implement Serviceable | |
class |
ServletContainer
Fortress based servlet example. |
Uses of Serviceable in org.apache.avalon.fortress.examples.swing |
Classes in org.apache.avalon.fortress.examples.swing that implement Serviceable | |
class |
SwingContainer
Simple Fortress based container containing a Swing implementation of Hello World. |
Uses of Serviceable in org.apache.avalon.fortress.examples.viewer |
Classes in org.apache.avalon.fortress.examples.viewer that implement Serviceable | |
class |
ComponentViewer
Simple Fortress container containing a Swing based viewer for performing lookups on registered components. |
Uses of Serviceable in org.apache.avalon.fortress.impl |
Classes in org.apache.avalon.fortress.impl that implement Serviceable | |
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 Serviceable in org.apache.avalon.fortress.impl.handler |
Classes in org.apache.avalon.fortress.impl.handler that implement Serviceable | |
class |
AbstractComponentHandler
AbstractComponentHandler class, ensures components are initialized and destroyed correctly. |
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. |
class |
PoolableComponentHandler
The PoolableComponentHandler to make sure components are initialized and destroyed correctly. |
class |
ThreadSafeComponentHandler
The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly. |
Uses of Serviceable in org.apache.avalon.fortress.migration |
Classes in org.apache.avalon.fortress.migration that implement Serviceable | |
class |
FortressAdapter
Fortress based component adapter. |
Uses of Serviceable in org.apache.avalon.fortress.tools |
Classes in org.apache.avalon.fortress.tools that implement Serviceable | |
class |
FortressBean
Bean for making it easier to run Fortress, for example as Ant task. |
Uses of Serviceable in org.apache.excalibur.source.impl |
Classes in org.apache.excalibur.source.impl that implement Serviceable | |
class |
SourceResolverImpl
This is the default implemenation of a SourceResolver . |
Uses of Serviceable in org.apache.excalibur.store.impl |
Classes in org.apache.excalibur.store.impl that implement Serviceable | |
class |
MRUMemoryStore
This class provides a cache algorithm for the requested documents. |
Uses of Serviceable in org.apache.excalibur.xml |
Classes in org.apache.excalibur.xml that implement Serviceable | |
class |
DefaultEntityResolver
A component that uses catalogs for resolving entities. |
Uses of Serviceable in org.apache.excalibur.xml.impl |
Classes in org.apache.excalibur.xml.impl that implement Serviceable | |
class |
JaxpParser
An XMLParser that is only dependant on JAXP 1.1 compliant parsers. |
Uses of Serviceable in org.apache.excalibur.xml.sax |
Classes in org.apache.excalibur.xml.sax that implement Serviceable | |
class |
JTidyHTMLParser
Converter for transforming an input stream contain text/html data to SAX events. |
Uses of Serviceable in org.apache.excalibur.xml.xslt |
Classes in org.apache.excalibur.xml.xslt that implement Serviceable | |
class |
XSLTProcessorImpl
|
Uses of Serviceable in org.apache.excalibur.xmlizer |
Classes in org.apache.excalibur.xmlizer that implement Serviceable | |
class |
DefaultXMLizer
Converter for transforming any input stream with a given mime-type into SAX events. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |