org.griphyn.vdl.invocation |
|
Java Source File Name | Type | Comment |
Architecture.java | Class | This class is transient for XML parsing. |
ArgEntry.java | Class | This class carries an argument vector entry for the argument vector.
This calls is expected to be transient to the parsing process only.
author: Jens-S. |
ArgString.java | Class | This class maintains the application that was run, and the
arguments to the commandline that were actually passed on to
the application.
author: Jens-S. |
Arguments.java | Class | This class maintains the application that was run, and the
arguments to the commandline that were actually passed on to
the application.
author: Jens-S. |
ArgVector.java | Class | This class maintains the application that was run, and the
arguments to the commandline that were actually passed on to
the application.
author: Jens-S. |
CommandLine.java | Class | This class maintains the application that was run, and the
arguments to the commandline that were actually passed on to
the application.
author: Jens-S. |
Data.java | Class | This class is transient for XML parsing. |
Descriptor.java | Class | This class is the container for a file descriptor object. |
EnvEntry.java | Class | This class pushes an environmental entry into the environment map.
This calls is expected to be transient to the parsing process only.
author: Jens-S. |
Environment.java | Class | This class maintains the application that was run, and the
arguments to the commandline that were actually passed on to
the application.
author: Jens-S. |
Fifo.java | Class | This class is the container for a FIFO object. |
File.java | Class | This class is the base class for a file object.
author: Jens-S. |
HasDescriptor.java | Interface | This interface defines a common base for all File elements in an invocation
record that carry a descriptor in their values. |
HasFilename.java | Interface | This interface defines a common base for all File elements in an invocation
record that carry a filename in their values. |
HasText.java | Interface | This interface defines a common base for all elements in an invocation
record that can carry text in their values. |
Ignore.java | Class | This class is transient for XML parsing. |
Invocation.java | Class | This abstract class defines a common base for all invocation record
related Java objects. |
InvocationRecord.java | Class | This class is the container for an invocation record. |
Job.java | Class | This class is contains the record from each jobs that ran in every
invocation. |
JobStatus.java | Class | This abstract class is the interface for all classes that describe
the job exit, which describes more clearly failure, regular
execution, signal and suspension.
author: Jens-S. |
JobStatusFailure.java | Class | This class is transient for XML parsing. |
JobStatusRegular.java | Class | This class is transient for XML parsing. |
JobStatusSignal.java | Class | This class is transient for XML parsing. |
JobStatusSuspend.java | Class | This class is transient for XML parsing. |
Regular.java | Class | This class is the container for a regular file object. |
SimpleServer.java | Class | |
SimpleServerThread.java | Class | |
StatCall.java | Class | This class is the container for a complete call to stat() or fstat().
It contains information about the file or descriptor. |
StatInfo.java | Class | This class is the container for the results of a call to either
stat() or fstat(). |
Status.java | Class | This class encapsulates the exit code or reason of termination for
a given job. |
Temporary.java | Class | This class is the container for a temporary file object. |
Usage.java | Class | This class is contains some excerpt from the getrusage call. |
WorkingDir.java | Class | This class is transient for XML parsing. |