tecgraf.openbus.DRMAA
Class JobTemplate

java.lang.Object
  extended by tecgraf.openbus.DRMAA.JobTemplate
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase
Direct Known Subclasses:
JobTemplateImpl, OpenDreamsJobTemplate

public abstract class JobTemplate
extends Object
implements StreamableValue

Generated from IDL valuetype "JobTemplate".

Version:
generated at Nov 3, 2010 2:32:40 PM
Author:
JacORB IDL compiler V 2.3-beta-2, 14-Oct-2006
See Also:
Serialized Form

Field Summary
 String[] args
           
 boolean blockEmail
           
 String[] email
           
 String errorPath
           
 long hardRunDurationLimit
           
 long hardWallClockTimeLimit
           
 String inputPath
           
 String jobCategory
           
 String[][] jobEnvironment
           
 String jobName
           
 JobSubmissionState jobSubmissionState
           
 boolean joinFiles
           
 String nativeSpecification
           
 String outputPath
           
 String remoteCommand
           
 long softRunDurationLimit
           
 long softWallClockTimeLimit
           
 FileTransferMode transferFiles
           
 String workingDirectory
           
 
Constructor Summary
JobTemplate()
           
 
Method Summary
 void _read(InputStream os)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
abstract  String[] attributeNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteCommand

public String remoteCommand

args

public String[] args

jobSubmissionState

public JobSubmissionState jobSubmissionState

jobEnvironment

public String[][] jobEnvironment

workingDirectory

public String workingDirectory

jobCategory

public String jobCategory

nativeSpecification

public String nativeSpecification

email

public String[] email

blockEmail

public boolean blockEmail

jobName

public String jobName

inputPath

public String inputPath

outputPath

public String outputPath

errorPath

public String errorPath

joinFiles

public boolean joinFiles

transferFiles

public FileTransferMode transferFiles

hardWallClockTimeLimit

public long hardWallClockTimeLimit

softWallClockTimeLimit

public long softWallClockTimeLimit

hardRunDurationLimit

public long hardRunDurationLimit

softRunDurationLimit

public long softRunDurationLimit
Constructor Detail

JobTemplate

public JobTemplate()
Method Detail

attributeNames

public abstract String[] attributeNames()

_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable

_read

public void _read(InputStream os)
Specified by:
_read in interface Streamable

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase

_type

public TypeCode _type()
Specified by:
_type in interface Streamable


Tecgraf PUC-Rio