Package lcmc.crm.ui.resource

Examples of lcmc.crm.ui.resource.LinbitDrbdInfo.apply()


        /* this must be executed after the getInfoPanel is executed. */
        ldi.waitForInfoPanel();
        ldi.getWidget("drbd_resource", null).setValueAndWait(new StringValue(getDrbdResourceInfo().getName()));
        /* apply gets parents from graph and adds colocations. */
        application.waitForSwing();
        ldi.apply(dcHost, runMode);
        ldi.getResource().setNew(false);
        application.invokeInEdt(new Runnable() {
            @Override
            public void run() {
                ldi.setApplyButtons(null, ldi.getParametersFromXML());
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.