tecgraf.openbus.DRMAA
Class JobInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JobInfo
public JobInfo()
_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