Package org.picocontainer.gems.monitors

Examples of org.picocontainer.gems.monitors.CommonsLoggingComponentMonitor


     * Creates a Commons-Logging based component monitor instance.  You will need Apache Commons-Logging in your classpath
     * for this method to work properly.
     * @return Commons-Logging based component monitor.
     */
    public static ComponentMonitor COMMONS_LOGGING() {
      return new CommonsLoggingComponentMonitor();
    }
View Full Code Here

TOP

Related Classes of org.picocontainer.gems.monitors.CommonsLoggingComponentMonitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.