Package | Description |
---|---|
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 |
---|---|
java.lang.Object |
ServiceManager.lookup(java.lang.String key)
Get the
Object associated with the given 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 . |