Package org.globus.workspace.client.modes

Examples of org.globus.workspace.client.modes.Subscribe


        } else if (this.cliArgs.mode_shutdown_save) {
            this.setMode(new ShutdownSave(this.pr, this.cliArgs, this));
        } else if (this.cliArgs.mode_start) {
            this.setMode(new Start(this.pr, this.cliArgs, this));
        } else if (this.cliArgs.mode_subscribe) {
            this.setMode(new Subscribe(this.pr, this.cliArgs, this));
        } else if (this.cliArgs.mode_doneEnsemble) {
            this.setMode(new EnsembleDone(this.pr, this.cliArgs, this));
        } else if (this.cliArgs.mode_monitorEnsemble) {
            this.setMode(new EnsembleMonitor(this.pr, this.cliArgs, this));
        } else if (this.cliArgs.mode_monitorContext) {
View Full Code Here

TOP

Related Classes of org.globus.workspace.client.modes.Subscribe

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.