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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtil.service(Object object,
ServiceManager serviceManager)
Supply specified object with ServiceManager if it implements the
Serviceable interface. |
Modifier and Type | Method and Description |
---|---|
Object |
WrapperServiceManager.lookup(String key)
Retrieve a service using specified key.
|
Object |
DefaultServiceManager.lookup(String key)
Retrieve
Object by key from ServiceManager . |
Object |
ServiceManager.lookup(String key)
Get the
Object associated with the given key. |
Object |
WrapperServiceSelector.select(Object policy)
Select a service based on a policy.
|
Object |
DefaultServiceSelector.select(Object hint)
Select the desired object.
|
Object |
ServiceSelector.select(Object policy)
Select the
Object associated with the given policy. |
void |
Serviceable.service(ServiceManager manager)
Pass the
ServiceManager to the Serviceable . |
Copyright © 2017. All rights reserved.