See: Description
Interface | Description |
---|---|
ComposingMonitor.Composer |
A Composer can be used to make components that are otherwise missing.
|
Class | Description |
---|---|
AbstractComponentMonitor |
A
monitor which delegates to another monitor. |
ComponentMonitorHelper |
An abstract
ComponentMonitor which supports all the message formats. |
ComposingMonitor |
The first of a list of composers passed in that responds with an instance for a missing component will
be used.
|
ConsoleComponentMonitor |
A
ComponentMonitor which writes to a OutputStream . |
ConsoleComponentMonitorTestCase | |
LifecycleComponentMonitor |
A
ComponentMonitor which collects lifecycle failures
and rethrows them on demand after the failures. |
NullComponentMonitor |
A
ComponentMonitor which does nothing. |
NullComponentMonitorTestCase | |
WriterComponentMonitor |
A
ComponentMonitor which writes to a Writer . |
WriterComponentMonitorTestCase |
Exception | Description |
---|
A Monitor is something PicoContainer uses to inform on events in component instantiation and lifecycle. One use would be an instance based logger. Many alternative implementations in here.
Copyright © 2003–2016 Codehaus. All rights reserved.