Package | Description |
---|---|
org.codehaus.plexus.component.manager |
Modifier and Type | Class and Description |
---|---|
class |
ClassicSingletonComponentManager
This ensures only a single manager of a a component exists.
|
class |
KeepAliveSingletonComponentManager
This ensures a component is only used as a singleton, and is only shutdown when
the container shuts down.
|
class |
PerLookupComponentManager
Creates a new component manager for every lookup
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.