tecgraf.openbus.opendreams
Class OpenDreamsJobTemplate

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

public abstract class OpenDreamsJobTemplate
extends JobTemplate
implements StreamableValue

Generated from IDL valuetype "OpenDreamsJobTemplate".

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

Field Summary
protected  long id
           
 String jobDescription
           
 String[][] jobParameters
           
 short jobPriority
           
 int numberOfProcesses
           
 
Fields inherited from class tecgraf.openbus.DRMAA.JobTemplate
args, blockEmail, email, errorPath, hardRunDurationLimit, hardWallClockTimeLimit, inputPath, jobCategory, jobEnvironment, jobName, jobSubmissionState, joinFiles, nativeSpecification, outputPath, remoteCommand, softRunDurationLimit, softWallClockTimeLimit, transferFiles, workingDirectory
 
Constructor Summary
OpenDreamsJobTemplate()
           
 
Method Summary
 void _read(InputStream os)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
 
Methods inherited from class tecgraf.openbus.DRMAA.JobTemplate
attributeNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected long id

jobParameters

public String[][] jobParameters

jobDescription

public String jobDescription

jobPriority

public short jobPriority

numberOfProcesses

public int numberOfProcesses
Constructor Detail

OpenDreamsJobTemplate

public OpenDreamsJobTemplate()
Method Detail

_write

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

_read

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

_truncatable_ids

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

_type

public TypeCode _type()
Specified by:
_type in interface Streamable
Overrides:
_type in class JobTemplate


Tecgraf PUC-Rio