Uses of Interface
org.apache.avalon.framework.service.Serviceable

Packages that use Serviceable
org.apache.avalon.cornerstone.blocks.connection Default implementation of a connection manager. 
org.apache.avalon.cornerstone.blocks.masterstore Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.blocks.scheduler Default implementation of a scheduler manager. 
org.apache.avalon.cornerstone.services.connection Defintion of the connection service. 
org.apache.avalon.examples.jdbcdatasource   
org.apache.avalon.excalibur.datasource.cluster   
org.apache.avalon.excalibur.datasource.ids   
org.apache.avalon.excalibur.logger   
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
org.apache.avalon.fortress.examples.extended   
org.apache.avalon.fortress.examples.servlet   
org.apache.avalon.fortress.examples.swing   
org.apache.avalon.fortress.examples.viewer   
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.impl.handler The handler package includes the lifestyle support systems. 
org.apache.avalon.fortress.migration   
org.apache.avalon.fortress.tools   
org.apache.excalibur.source.impl   
org.apache.excalibur.store.impl   
org.apache.excalibur.xml   
org.apache.excalibur.xml.impl   
org.apache.excalibur.xml.sax   
org.apache.excalibur.xml.xslt   
org.apache.excalibur.xmlizer   
 

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.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.