Package lcmc.drbd.domain

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

Related Classes of lcmc.drbd.domain.DrbdResource

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.