Package org.picocontainer.monitors
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.
-
Interface Summary Interface Description ComposingMonitor.Composer A Composer can be used to make components that are otherwise missing. -
Class Summary Class Description AbstractComponentMonitor Amonitorwhich delegates to another monitor.ComponentMonitorHelper An abstractComponentMonitorwhich 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 AComponentMonitorwhich writes to aOutputStream.LifecycleComponentMonitor AComponentMonitorwhich collects lifecycle failures and rethrows them on demand after the failures.NullComponentMonitor AComponentMonitorwhich does nothing.WriterComponentMonitor AComponentMonitorwhich writes to aWriter. -
Exception Summary Exception Description