Package org.jvnet.glassfish.comms.admin.clbadmin.reader.impl

Examples of org.jvnet.glassfish.comms.admin.clbadmin.reader.impl.LoadbalancerReaderImpl


        String clbConfigName) throws ConfigException {
        // reads the load balancer related data
        ConvergedLbConfig clbConfig = ((Domain) ctx.getRootConfigBean()).getConvergedLbConfigs()
                                       .getConvergedLbConfigByName(clbConfigName);

        return new LoadbalancerReaderImpl(ctx, clbConfig);
    }
View Full Code Here

TOP

Related Classes of org.jvnet.glassfish.comms.admin.clbadmin.reader.impl.LoadbalancerReaderImpl

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.