org.globus.cog.gridshell.tasks.examples
Class EchoExample
java.lang.Object
org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
org.globus.cog.gridshell.tasks.examples.EchoExample
- public class EchoExample
- extends AbstractExecutionExample
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARG_MAX
public static final String ARG_MAX
- See Also:
- Constant Field Values
EchoExample
public EchoExample()
main
public static void main(String[] args)
createArgParser
public ArgumentParser createArgParser()
- Overrides:
createArgParser in class AbstractExecutionExample
completed
public void completed(StatusEvent sEvent)
- Specified by:
completed in class AbstractExecutionExample
failed
public void failed(StatusEvent sEvent)
- Specified by:
failed in class AbstractExecutionExample
showOutput
public static void showOutput(Scope scope,
int MAX)
getMax
public int getMax()
createTaskGraph
public TaskGraph createTaskGraph(Object credentials,
String provider,
String serviceContact,
int port)
throws Exception
- Specified by:
createTaskGraph in class AbstractExecutionExample
- Throws:
Exception