edu.isi.pegasus.planner.code.gridstart
Class ExitCode

java.lang.Object
  extended by edu.isi.pegasus.planner.code.gridstart.VDSPOSTScript
      extended by edu.isi.pegasus.planner.code.gridstart.ExitCode
All Implemented Interfaces:
POSTScript

public class ExitCode
extends VDSPOSTScript

The exitcode wrapper, that can parse kickstart output's and put them in the database also.

Version:
$Revision: 4507 $
Author:
Karan Vahi vahi@isi.edu

Field Summary
static String SHORT_NAME
          The SHORTNAME for this implementation.
 
Fields inherited from class edu.isi.pegasus.planner.code.gridstart.VDSPOSTScript
EXITCODE_OUTPUT_SUFFIX, mExitParserPath, mLogger, mPostScriptDebug, mPostScriptProperties, mProps, mSubmitDir
 
Fields inherited from interface edu.isi.pegasus.planner.code.POSTScript
VERSION
 
Constructor Summary
ExitCode()
          The default constructor.
 
Method Summary
 String getDefaultExitCodePath()
          Returns the path to exitcode that is to be used on the kickstart output.
 String shortDescribe()
          Returns a short textual description of the implementing class.
 
Methods inherited from class edu.isi.pegasus.planner.code.gridstart.VDSPOSTScript
appendProperty, construct, getPostScriptLogFile, getPostScriptProperties, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT_NAME

public static final String SHORT_NAME
The SHORTNAME for this implementation.

See Also:
Constant Field Values
Constructor Detail

ExitCode

public ExitCode()
The default constructor.

Method Detail

shortDescribe

public String shortDescribe()
Returns a short textual description of the implementing class.

Returns:
short textual description.

getDefaultExitCodePath

public String getDefaultExitCodePath()
Returns the path to exitcode that is to be used on the kickstart output.

Specified by:
getDefaultExitCodePath in class VDSPOSTScript
Returns:
the path to the exitcode script to be invoked.


Copyright © 2011 The University of Southern California. All Rights Reserved.