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