Examples of DrbdResource


Examples of lcmc.drbd.domain.DrbdResource

    private NetInterfaceService netInterfaceService;

    public void init(final String name, final Set<Host> hosts, final Browser browser) {
        super.init(name, browser);
        this.hosts = hosts;
        setResource(new DrbdResource(name));
        globalInfo = ((ClusterBrowser) browser).getGlobalInfo();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.