Uses of Package
org.apache.avalon.framework.service

Packages that use org.apache.avalon.framework.service
org.apache.avalon.cornerstone.blocks.connection Default implementation of a connection manager. 
org.apache.avalon.cornerstone.blocks.datasources Default implementation of a datasource 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.cornerstone.services.datasources Defintion of the datasources service. 
org.apache.avalon.cornerstone.services.store Defintion of the sockets service. 
org.apache.avalon.examples.jdbcdatasource   
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.component.servlet This package provides the ExcaliburComponentManagerServlet which makes it easy to use the ExcaliburComponentManager in a servlet environment. 
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 The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. 
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.impl.lookup The lookup package includes a service manager and selector then implements the ECM lookup policies. 
org.apache.avalon.fortress.migration   
org.apache.avalon.fortress.testcase   
org.apache.avalon.fortress.tools   
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
org.apache.avalon.framework.component Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead. 
org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages. 
org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. 
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   
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.blocks.connection
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.blocks.datasources
ServiceException
          The exception thrown to indicate a problem with service.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.blocks.masterstore
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.blocks.scheduler
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.services.connection
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.services.datasources
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.cornerstone.services.store
ServiceException
          The exception thrown to indicate a problem with service.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.examples.jdbcdatasource
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.component
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.component.servlet
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.datasource.cluster
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.datasource.ids
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.logger
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.excalibur.testcase
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress
ServiceException
          The exception thrown to indicate a problem with service.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.examples.extended
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.examples.servlet
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.examples.swing
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.examples.viewer
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.impl
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.impl.handler
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.impl.lookup
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.migration
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.testcase
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.tools
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.fortress.util
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.framework.component
ServiceManager
          A ServiceManager selects Objects based on a role.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.framework.container
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.avalon.framework.service
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.source.impl
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
ServiceSelector
          A ServiceSelector selects Objects based on a supplied policy.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.store.impl
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.xml
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.xml.impl
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.xml.sax
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.xml.xslt
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 

Classes in org.apache.avalon.framework.service used by org.apache.excalibur.xmlizer
Serviceable
          A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException
          The exception thrown to indicate a problem with service.
ServiceManager
          A ServiceManager selects Objects based on a role.
 



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