Examples of DrbdLogs


Examples of lcmc.cluster.ui.wizard.DrbdLogs

                new AccessMode(AccessMode.RO, AccessMode.NORMAL))
                .addAction(new MenuAction() {
                    @Override
                    public void run(final String text) {
                        globalInfo.hidePopup();
                        final DrbdLogs drbdLogs = drbdLogsProvider.get();
                        drbdLogs.init(globalInfo.getCluster(), GlobalInfo.ALL_LOGS_PATTERN);
                        drbdLogs.showDialog();
                    }
                });
        items.add(viewLogMenu);
        return items;
    }
View Full Code Here

Examples of lcmc.cluster.ui.wizard.DrbdLogs

    public String getValueForConfig() {
        return getDeviceByRes();
    }

    public void startDrbdLogsDialog() {
        final DrbdLogs drbdLogs = drbdLogsProvider.get();
        drbdLogs.init(getDrbdResourceInfo().getCluster(), getDevice());
        drbdLogs.showDialog();
    }
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.