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

Packages that use ServiceManager
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.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.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.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   
 

Uses of ServiceManager in org.apache.avalon.cornerstone.blocks.connection
 

Methods in org.apache.avalon.cornerstone.blocks.connection with parameters of type ServiceManager
 void DefaultConnectionManager.service(ServiceManager serviceManager)
           
 

Uses of ServiceManager in org.apache.avalon.cornerstone.blocks.masterstore
 

Fields in org.apache.avalon.cornerstone.blocks.masterstore declared as ServiceManager
protected  ServiceManager RepositoryManager.m_serviceManager
           
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore with parameters of type ServiceManager
 void RepositoryManager.service(ServiceManager serviceManager)
           
 

Uses of ServiceManager in org.apache.avalon.cornerstone.blocks.scheduler
 

Methods in org.apache.avalon.cornerstone.blocks.scheduler with parameters of type ServiceManager
 void DefaultTimeScheduler.service(ServiceManager serviceManager)
          Supply of the service manager to the component.
 

Uses of ServiceManager in org.apache.avalon.cornerstone.services.connection
 

Methods in org.apache.avalon.cornerstone.services.connection with parameters of type ServiceManager
 void AbstractService.service(ServiceManager serviceManager)
           
 void AbstractHandlerFactory.service(ServiceManager serviceManager)
           
 

Uses of ServiceManager in org.apache.avalon.examples.jdbcdatasource
 

Methods in org.apache.avalon.examples.jdbcdatasource with parameters of type ServiceManager
 void DefaultHelloDBService.service(ServiceManager manager)
          Called by the Container to tell the component which ComponentManager is controlling it.
 

Uses of ServiceManager in org.apache.avalon.excalibur.component
 

Methods in org.apache.avalon.excalibur.component that return ServiceManager
 ServiceManager ExcaliburComponentManagerCreator.getServiceManager()
          Deprecated. Returns the configured ServiceManager.
 

Uses of ServiceManager in org.apache.avalon.excalibur.component.servlet
 

Methods in org.apache.avalon.excalibur.component.servlet that return ServiceManager
 ServiceManager AbstractServiceManagerServlet.getServiceManager()
          Deprecated. Returns the current ServiceManager.
 

Uses of ServiceManager in org.apache.avalon.excalibur.datasource.cluster
 

Methods in org.apache.avalon.excalibur.datasource.cluster with parameters of type ServiceManager
 void AbstractDataSourceCluster.service(ServiceManager manager)
          Called by the Container to tell the component which ComponentLocator is controlling it.
 

Uses of ServiceManager in org.apache.avalon.excalibur.datasource.ids
 

Methods in org.apache.avalon.excalibur.datasource.ids with parameters of type ServiceManager
 void AbstractDataSourceIdGenerator.service(ServiceManager manager)
          Called by the Container to tell the component which ComponentLocator is controlling it.
 

Uses of ServiceManager in org.apache.avalon.excalibur.logger
 

Methods in org.apache.avalon.excalibur.logger with parameters of type ServiceManager
 void DefaultLoggerManager.service(ServiceManager manager)
           
 

Uses of ServiceManager in org.apache.avalon.excalibur.testcase
 

Methods in org.apache.avalon.excalibur.testcase with parameters of type ServiceManager
 void FullLifecycleComponent.service(ServiceManager manager)
          Deprecated.  
 

Uses of ServiceManager in org.apache.avalon.fortress.impl
 

Fields in org.apache.avalon.fortress.impl declared as ServiceManager
protected  ServiceManager AbstractContainer.m_serviceManager
          contains the ServiceManager the impl will use, based on the one passed in through service().
 

Methods in org.apache.avalon.fortress.impl that return ServiceManager
 ServiceManager DefaultContainer.getServiceManager()
          Return the ServiceManager that exposes all the services in impl.
protected  ServiceManager AbstractContainer.getServiceManager()
          Exposes to subclasses the service manager which this impl uses to manage its child components.
protected  ServiceManager AbstractContainer.provideServiceManager(ServiceManager parent)
          Override this method to control creation of the serviceManager belonging to this container.
 

Methods in org.apache.avalon.fortress.impl with parameters of type ServiceManager
 void AbstractContainer.service(ServiceManager serviceManager)
          Root ServiceManager.
protected  ServiceManager AbstractContainer.provideServiceManager(ServiceManager parent)
          Override this method to control creation of the serviceManager belonging to this container.
 

Uses of ServiceManager in org.apache.avalon.fortress.impl.handler
 

Methods in org.apache.avalon.fortress.impl.handler with parameters of type ServiceManager
 void PoolableComponentHandler.service(ServiceManager serviceManager)
          Application of suporting services to the handler.
 void AbstractComponentHandler.service(ServiceManager manager)
           
 

Constructors in org.apache.avalon.fortress.impl.handler with parameters of type ServiceManager
ComponentFactory(java.lang.Class componentClass, Configuration configuration, ServiceManager serviceManager, Context context, LoggerManager loggerManager, LifecycleExtensionManager extManager)
          Construct a new component factory for the specified component.
 

Uses of ServiceManager in org.apache.avalon.fortress.impl.lookup
 

Classes in org.apache.avalon.fortress.impl.lookup that implement ServiceManager
 class FortressServiceManager
          This is the Default ServiceManager for the Container.
 class NoopServiceManager
          No-op ServiceManager contains no components, and is used when we don't want to allow a component to access other components.
 

Constructors in org.apache.avalon.fortress.impl.lookup with parameters of type ServiceManager
FortressServiceManager(Container container, ServiceManager parent)
          This constructor is for a ContainerComponentManager with a parent ComponentLocator
 

Uses of ServiceManager in org.apache.avalon.fortress.testcase
 

Methods in org.apache.avalon.fortress.testcase that return ServiceManager
protected  ServiceManager FortressTestCase.getServiceManager()
          Returns a reference to the Fortress ServiceManager.
 

Uses of ServiceManager in org.apache.avalon.fortress.tools
 

Methods in org.apache.avalon.fortress.tools that return ServiceManager
protected  ServiceManager FortressBean.getServiceManager()
           
 

Methods in org.apache.avalon.fortress.tools with parameters of type ServiceManager
 void FortressBean.service(ServiceManager sm)
           
 

Uses of ServiceManager in org.apache.avalon.fortress.util
 

Methods in org.apache.avalon.fortress.util with parameters of type ServiceManager
 void FortressConfig.setServiceManager(ServiceManager componentManager)
           
 

Uses of ServiceManager in org.apache.avalon.framework.component
 

Constructors in org.apache.avalon.framework.component with parameters of type ServiceManager
WrapperComponentManager(ServiceManager manager)
          Creation of a new wrapper component manger using a supplied service manager as a source backing the wrapped.
 

Uses of ServiceManager in org.apache.avalon.framework.container
 

Methods in org.apache.avalon.framework.container with parameters of type ServiceManager
static void ContainerUtil.service(java.lang.Object object, ServiceManager serviceManager)
          Supply specified object with ServiceManager if it implements the Serviceable interface.
 

Uses of ServiceManager in org.apache.avalon.framework.service
 

Classes in org.apache.avalon.framework.service that implement ServiceManager
 class DefaultServiceManager
          This class is a static implementation of a ServiceManager.
 class WrapperServiceManager
          This is a ServiceManager implementation that can wrap around a legacy ComponentManager object effectively adapting a ComponentManager interface to a ServiceManager interface.
 

Methods in org.apache.avalon.framework.service that return ServiceManager
protected  ServiceManager DefaultServiceManager.getParent()
          Helper method for subclasses to retrieve parent.
 

Methods in org.apache.avalon.framework.service with parameters of type ServiceManager
 void Serviceable.service(ServiceManager manager)
          Pass the ServiceManager to the Serviceable.
 

Constructors in org.apache.avalon.framework.service with parameters of type ServiceManager
DefaultServiceManager(ServiceManager parent)
          Construct ServiceManager with specified parent.
 

Uses of ServiceManager in org.apache.excalibur.source.impl
 

Fields in org.apache.excalibur.source.impl declared as ServiceManager
protected  ServiceManager SourceResolverImpl.m_manager
          The component m_manager
 

Methods in org.apache.excalibur.source.impl with parameters of type ServiceManager
 void SourceResolverImpl.service(ServiceManager manager)
          Set the current ComponentLocator instance used by this Composable.
 

Uses of ServiceManager in org.apache.excalibur.store.impl
 

Methods in org.apache.excalibur.store.impl with parameters of type ServiceManager
 void MRUMemoryStore.service(ServiceManager manager)
          Get components of the ComponentLocator
 

Uses of ServiceManager in org.apache.excalibur.xml
 

Fields in org.apache.excalibur.xml declared as ServiceManager
protected  ServiceManager DefaultEntityResolver.manager
          The component manager
 

Methods in org.apache.excalibur.xml with parameters of type ServiceManager
 void DefaultEntityResolver.service(ServiceManager manager)
          Set the global component manager.
 

Uses of ServiceManager in org.apache.excalibur.xml.impl
 

Methods in org.apache.excalibur.xml.impl with parameters of type ServiceManager
 void JaxpParser.service(ServiceManager manager)
          Get the Entity Resolver from the component m_manager
 

Uses of ServiceManager in org.apache.excalibur.xml.sax
 

Methods in org.apache.excalibur.xml.sax with parameters of type ServiceManager
 void JTidyHTMLParser.service(ServiceManager serviceManager)
           
 

Uses of ServiceManager in org.apache.excalibur.xml.xslt
 

Fields in org.apache.excalibur.xml.xslt declared as ServiceManager
protected  ServiceManager XSLTProcessorImpl.m_manager
          The ServiceManager
 

Methods in org.apache.excalibur.xml.xslt with parameters of type ServiceManager
 void XSLTProcessorImpl.service(ServiceManager manager)
          Compose.
 

Uses of ServiceManager in org.apache.excalibur.xmlizer
 

Methods in org.apache.excalibur.xmlizer with parameters of type ServiceManager
 void DefaultXMLizer.service(ServiceManager serviceManager)
           
 



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