Package org.picocontainer.monitors
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.
-
ClassDescriptionA
monitorwhich delegates to another monitor.An abstractComponentMonitorwhich supports all the message formats.The first of a list of composers passed in that responds with an instance for a missing component will be used.A Composer can be used to make components that are otherwise missing.AComponentMonitorwhich writes to aOutputStream.AComponentMonitorwhich collects lifecycle failures and rethrows them on demand after the failures.AComponentMonitorwhich does nothing.AComponentMonitorwhich writes to aWriter.