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

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

public class PegasusExitCode
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
PegasusExitCode()
          The default constructor.
 
Method Summary
 String getDefaultExitCodePath()
          Returns the path to exitcode that is to be used on the kickstart output.
protected  String getPostScriptProperties(PegasusProperties properties)
          Returns an empty string, as python version of exitcode cannot parse properties file.
 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, 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

PegasusExitCode

public PegasusExitCode()
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.

getPostScriptProperties

protected String getPostScriptProperties(PegasusProperties properties)
Returns an empty string, as python version of exitcode cannot parse properties file.

Overrides:
getPostScriptProperties in class VDSPOSTScript
Parameters:
properties - the properties object
Returns:
the properties list, else empty string.


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