Package com.sos.scheduler.engine.kernel.command

Examples of com.sos.scheduler.engine.kernel.command.Result


    }


    @Override public final PluginCommandResult doExecute(PlugInCommandCommand c) {
        CommandPluginAdapter a = subsystem.commandPluginByClassName(c.getPluginClassName());
        Result pluginResult = a.getCommandDispatcher().execute(c.getSubcommand());
        return new PluginCommandResult(a.getPluginClassName(), pluginResult);
    }
View Full Code Here

TOP

Related Classes of com.sos.scheduler.engine.kernel.command.Result

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.