A container implementation that adds monitoring support for constructors and methods registered using registerConstructor(), registerStaticMethod() and registerMethod().
Components registered with registerComponent() are not automatically monitored.
Only components directly registerd with the registerConstructor(), registerMethod(), registerStaticMethod() are monitored. Parameters of the components are not monitored.
Use {@link Monitors} to add monitoring support.
|
|