Package edu.isi.pegasus.planner.client
Class ExitCode
- java.lang.Object
-
- org.griphyn.vdl.toolkit.Toolkit
-
- edu.isi.pegasus.planner.client.ExitCode
-
public class ExitCode extends org.griphyn.vdl.toolkit.Toolkit
This class gets the exit code of a job from invocation record.- Version:
- $Revision$
- Author:
- Jens-S. Vöckler, Yong Zhao
- See Also:
org.griphyn.vdl.parser.InvocationParser
,DatabaseSchema
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
m_usage1
Just a string to denote the short usage.
-
Constructor Summary
Constructors Constructor Description ExitCode(java.lang.String appName)
ctor: Constructs a new instance object with the given application name.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected gnu.getopt.LongOpt[]
generateValidOptions()
Creates a set of options.static void
main(java.lang.String[] args)
void
showThreads()
void
showUsage()
Implements printing the usage string onto stdout.
-
-
-
Field Detail
-
m_usage1
public static final java.lang.String m_usage1
Just a string to denote the short usage.- See Also:
- Constant Field Values
-
-
Method Detail
-
showUsage
public void showUsage()
Implements printing the usage string onto stdout.- Specified by:
showUsage
in classorg.griphyn.vdl.toolkit.Toolkit
-
generateValidOptions
protected gnu.getopt.LongOpt[] generateValidOptions()
Creates a set of options.
-
showThreads
public void showThreads()
-
main
public static void main(java.lang.String[] args)
-
-