Uses of Class
org.apache.avalon.framework.service.ServiceException

Packages that use ServiceException
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.store Defintion of the sockets 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 The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. 
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.tools   
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 ServiceException in org.apache.avalon.cornerstone.blocks.connection
 

Methods in org.apache.avalon.cornerstone.blocks.connection that throw ServiceException
 void DefaultConnectionManager.service(ServiceManager serviceManager)
           
 

Uses of ServiceException in org.apache.avalon.cornerstone.blocks.datasources
 

Methods in org.apache.avalon.cornerstone.blocks.datasources that throw ServiceException
 java.lang.Object DefaultDataSourceSelector.select(java.lang.Object hint)
           
 

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

Methods in org.apache.avalon.cornerstone.blocks.masterstore that throw ServiceException
 void RepositoryManager.service(ServiceManager serviceManager)
           
 java.lang.Object RepositoryManager.select(java.lang.Object policy)
           
 

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

Methods in org.apache.avalon.cornerstone.blocks.scheduler that throw ServiceException
 void DefaultTimeScheduler.service(ServiceManager serviceManager)
          Supply of the service manager to the component.
 

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

Methods in org.apache.avalon.cornerstone.services.connection that throw ServiceException
 void AbstractService.service(ServiceManager serviceManager)
           
 void AbstractHandlerFactory.service(ServiceManager serviceManager)
           
 

Uses of ServiceException in org.apache.avalon.cornerstone.services.store
 

Methods in org.apache.avalon.cornerstone.services.store that throw ServiceException
 java.lang.Object Store.select(java.lang.Object policy)
          Selects a Repository configured for the given policy.
 

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

Methods in org.apache.avalon.examples.jdbcdatasource that throw ServiceException
 void DefaultHelloDBService.service(ServiceManager manager)
          Called by the Container to tell the component which ComponentManager is controlling it.
 

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

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

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

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

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

Methods in org.apache.avalon.excalibur.logger that throw ServiceException
 void DefaultLoggerManager.service(ServiceManager manager)
           
 

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

Methods in org.apache.avalon.excalibur.testcase that throw ServiceException
 void FullLifecycleComponent.service(ServiceManager manager)
          Deprecated.  
 

Uses of ServiceException in org.apache.avalon.fortress
 

Methods in org.apache.avalon.fortress that throw ServiceException
 java.lang.Object Container.get(java.lang.String key, java.lang.Object hint)
          This is the method that the ContainerComponentManager and Selector use to gain access to the ComponentHandlers and ComponentSelectors.
 

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

Methods in org.apache.avalon.fortress.impl that throw ServiceException
 void AbstractContainer.service(ServiceManager serviceManager)
          Root ServiceManager.
 java.lang.Object AbstractContainer.get(java.lang.String role, java.lang.Object hint)
          This is the method that the ContainerComponentManager and Selector use to gain access to the ComponentHandlers and ComponentSelectors.
protected  ServiceManager AbstractContainer.provideServiceManager(ServiceManager parent)
          Override this method to control creation of the serviceManager belonging to this container.
 

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

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

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

Methods in org.apache.avalon.fortress.impl.lookup that throw ServiceException
 java.lang.Object NoopServiceManager.lookup(java.lang.String role)
           
 java.lang.Object FortressServiceSelector.select(java.lang.Object hint)
           
 java.lang.Object FortressServiceManager.lookup(java.lang.String role)
           
 

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

Methods in org.apache.avalon.fortress.tools that throw ServiceException
 void FortressBean.service(ServiceManager sm)
           
 

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

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

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

Methods in org.apache.avalon.framework.service that throw ServiceException
 java.lang.Object WrapperServiceSelector.select(java.lang.Object policy)
          Select a service based on a policy.
 java.lang.Object DefaultServiceManager.lookup(java.lang.String key)
          Retrieve Object by key from ServiceManager.
 java.lang.Object DefaultServiceSelector.select(java.lang.Object hint)
          Select the desired object.
 java.lang.Object WrapperServiceManager.lookup(java.lang.String key)
          Retrieve a service using specified key.
 java.lang.Object ServiceSelector.select(java.lang.Object policy)
          Select the Object associated with the given policy.
 void Serviceable.service(ServiceManager manager)
          Pass the ServiceManager to the Serviceable.
 java.lang.Object ServiceManager.lookup(java.lang.String key)
          Get the Object associated with the given key.
 

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

Methods in org.apache.excalibur.source.impl that throw ServiceException
 void SourceResolverImpl.service(ServiceManager manager)
          Set the current ComponentLocator instance used by this Composable.
 

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

Methods in org.apache.excalibur.store.impl that throw ServiceException
 void MRUMemoryStore.service(ServiceManager manager)
          Get components of the ComponentLocator
 

Uses of ServiceException in org.apache.excalibur.xml
 

Methods in org.apache.excalibur.xml that throw ServiceException
 void DefaultEntityResolver.service(ServiceManager manager)
          Set the global component manager.
 

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

Methods in org.apache.excalibur.xml.impl that throw ServiceException
 void JaxpParser.service(ServiceManager manager)
          Get the Entity Resolver from the component m_manager
 

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

Methods in org.apache.excalibur.xml.sax that throw ServiceException
 void JTidyHTMLParser.service(ServiceManager serviceManager)
           
 

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

Methods in org.apache.excalibur.xml.xslt that throw ServiceException
 void XSLTProcessorImpl.service(ServiceManager manager)
          Compose.
 

Uses of ServiceException in org.apache.excalibur.xmlizer
 

Methods in org.apache.excalibur.xmlizer that throw ServiceException
 void DefaultXMLizer.service(ServiceManager serviceManager)
           
 



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