| Interface | Description |
|---|---|
| ComponentManager<T> |
Manages a component manager.
|
| ComponentManagerFactory |
| Class | Description |
|---|---|
| AbstractComponentManager<T> | |
| PerLookupComponentManager<T> |
Creates a new component manager for every lookup
|
| PerLookupComponentManagerFactory | |
| SingletonComponentManager<T> |
This ensures a component is only used as a singleton, and is only shutdown when the container
shuts down.
|
| SingletonComponentManagerFactory |
| Exception | Description |
|---|---|
| UndefinedComponentManagerException |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.