| Package | Description |
|---|---|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentsServiceFinder
A ServiceFinder] for a {@link ComponentPool}.
|
class |
CompositeServiceFinder
A
ServiceFinder that combines the results of other
ServiceFinders. |
class |
ContextHierarchyServiceFinder
A ServiceFinder] that uses the hierarchy of {@link ArooaContext}s
to find a service.
|
class |
DirectoryServiceFinder
A
ServiceFinder that looks through a BeanDirectory
for services. |
| Modifier and Type | Method and Description |
|---|---|
ServiceFinder |
ServiceHelper.serviceFinderFor(ArooaContext context)
Provide an
ServiceFinder that will use the given context
as a basis for finding service. |
ServiceFinder |
ServiceHelper.serviceFinderFor(ArooaContext context)
Provide an
ServiceFinder that will use the given context
as a basis for finding service. |
| Constructor and Description |
|---|
CompositeServiceFinder(ServiceFinder... finders) |
CompositeServiceFinder(ServiceFinder... finders) |
Copyright © 2023. All rights reserved.