Package com.netflix.adminresources.resources.jmx

Examples of com.netflix.adminresources.resources.jmx.JMXResource


        return new PropertiesResource();
    }

    @Bean
    JMXResource jmxResource() {
        return new JMXResource();
    }
View Full Code Here

TOP

Related Classes of com.netflix.adminresources.resources.jmx.JMXResource

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.