Package com.foundationdb.server.manage

Examples of com.foundationdb.server.manage.ManageMXBeanImpl


    @Inject
    public Main(ConfigurationService config) {
        this.config = config;
        this.jmxObjectInfo = new JmxObjectInfo(
                "SQLLAYER",
                new ManageMXBeanImpl(),
                ManageMXBean.class
        );
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.manage.ManageMXBeanImpl

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.