tecgraf.openbus.DRMAA
Class JobInfo

java.lang.Object
  extended by tecgraf.openbus.DRMAA.JobInfo
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase
Direct Known Subclasses:
JobInfoImpl, OpenDreamsJobInfo

public abstract class JobInfo
extends Object
implements StreamableValue

Generated from IDL valuetype "JobInfo".

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
 int exitStatus
           
 boolean hasCoreDump
           
 boolean hasExited
           
 boolean hasSignaled
           
 String jobId
           
 String[][] resourceUsage
           
 String terminatingSignal
           
 boolean wasAborted
           
 
Constructor Summary
JobInfo()
           
 
Method Summary
 void _read(InputStream os)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

public String jobId

resourceUsage

public String[][] resourceUsage

hasExited

public boolean hasExited

exitStatus

public int exitStatus

hasSignaled

public boolean hasSignaled

terminatingSignal

public String terminatingSignal

hasCoreDump

public boolean hasCoreDump

wasAborted

public boolean wasAborted
Constructor Detail

JobInfo

public JobInfo()
Method Detail

_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