Package org.apache.qpid.server.jmx.mbeans

Examples of org.apache.qpid.server.jmx.mbeans.ConfigurationManagementMBean


                }
            }
        }
        _shutdown = new Shutdown(_objectRegistry);
        _serverInfo = new ServerInformationMBean(_objectRegistry, _broker);
        _configManagement = new ConfigurationManagementMBean(_objectRegistry);
        _loggingManagement = new LoggingManagementMBean(LoggingFacade.getCurrentInstance(), _objectRegistry);
    }
View Full Code Here

TOP

Related Classes of org.apache.qpid.server.jmx.mbeans.ConfigurationManagementMBean

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.