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

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

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 WrapperServiceManager.lookup(java.lang.String key)
          Retrieve a service using specified key.
 java.lang.Object DefaultServiceSelector.select(java.lang.Object hint)
          Select the desired object.
 java.lang.Object DefaultServiceManager.lookup(java.lang.String key)
          Retrieve Object by key from ServiceManager.
 java.lang.Object ServiceSelector.select(java.lang.Object policy)
          Select the Object associated with the given policy.
 java.lang.Object ServiceManager.lookup(java.lang.String key)
          Get the Object associated with the given key.
 void Serviceable.service(ServiceManager manager)
          Pass the ServiceManager to the Serviceable.
 



Copyright © The Apache Software Foundation. All Rights Reserved.