Package org.apache.qpid.server.model

Examples of org.apache.qpid.server.model.GroupProvider


    public GroupProvider create(RecovererProvider recovererProvider, ConfigurationEntry configurationEntry, ConfiguredObject... parents)
    {
        Broker broker = RecovererHelper.verifyOnlyBrokerIsParent(parents);
        Map<String, Object> attributes = configurationEntry.getAttributes();

        GroupProvider groupProvider = _groupProviderFactory.recover(configurationEntry.getId(), broker, attributes);

        return groupProvider;
    }
View Full Code Here

TOP

Related Classes of org.apache.qpid.server.model.GroupProvider

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.