Package org.picocontainer.gems.jmx

Examples of org.picocontainer.gems.jmx.JMXExposing


     * Only uses the system default mbean server.  See {@link org.picocontainer.gems.jmx.JMXExposing JMXExposing} for other
     * constructors that give you more flexibility in exposing your objects.
     * @return JMX Exposing behavior factory.
     */
    public static BehaviorFactory JMX() {
      return new JMXExposing();
    }
View Full Code Here

TOP

Related Classes of org.picocontainer.gems.jmx.JMXExposing

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.