Uses of Class
org.apache.avalon.framework.service.ServiceException
-
Packages that use ServiceException Package Description 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 Modifier and Type Method Description static voidContainerUtil. service(java.lang.Object object, ServiceManager serviceManager)Supply specified object with ServiceManager if it implements theServiceableinterface. -
Uses of ServiceException in org.apache.avalon.framework.service
Methods in org.apache.avalon.framework.service that throw ServiceException Modifier and Type Method Description java.lang.ObjectDefaultServiceManager. lookup(java.lang.String key)RetrieveObjectby key fromServiceManager.java.lang.ObjectServiceManager. lookup(java.lang.String key)Get theObjectassociated with the given key.java.lang.ObjectWrapperServiceManager. lookup(java.lang.String key)Retrieve a service using specified key.java.lang.ObjectDefaultServiceSelector. select(java.lang.Object hint)Select the desired object.java.lang.ObjectServiceSelector. select(java.lang.Object policy)Select theObjectassociated with the given policy.java.lang.ObjectWrapperServiceSelector. select(java.lang.Object policy)Select a service based on a policy.voidServiceable. service(ServiceManager manager)Pass theServiceManagerto theServiceable.
-