org.globus.cog.gridshell.tasks.examples
Class EchoExample

java.lang.Object
  extended byorg.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
      extended byorg.globus.cog.gridshell.tasks.examples.EchoExample

public class EchoExample
extends AbstractExecutionExample


Field Summary
static String ARG_MAX
           
 
Fields inherited from class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
ap, ARG_HELP, ARG_PORT, ARG_PROVIDER, ARG_SERVICE_CONTACT, DEFAULT_PORT, DEFAULT_PROVIDER
 
Constructor Summary
EchoExample()
           
 
Method Summary
 void completed(StatusEvent sEvent)
           
 ArgumentParser createArgParser()
           
 TaskGraph createTaskGraph(Object credentials, String provider, String serviceContact, int port)
           
 void failed(StatusEvent sEvent)
           
 int getMax()
           
static void main(String[] args)
           
static void showOutput(Scope scope, int MAX)
           
 
Methods inherited from class org.globus.cog.gridshell.tasks.examples.AbstractExecutionExample
createCredentials, println, runExample
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG_MAX

public static final String ARG_MAX
See Also:
Constant Field Values
Constructor Detail

EchoExample

public EchoExample()
Method Detail

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