Retrieves the output of a job via GridFTP.
The WMProxy service endpoint is determined by the
default VO of the proxy certificate.
Throws GridAPIException if the job is not in DONE state.
Retrieves current job state of a job.
Possible job states are: SUBMITTED, WAITING, READY, SCHEDULED, RUNNING, DONE, ABORTED, CANCELED, CLEARED
(refer to gLite documentation).
A central interface of jLite API which represents a grid session
with certain user/proxy credentials.
It provides methods for VOMS proxy creation, job submission,
monitoring, output retrieval etc.
Grid session is configured by a GridSessionConfig object,
instantiated via a GridSessionFactory and implemented by a GridSessionImpl.
Custom configuration of the grid session.
Use it to override the default configuration locations and options
(refer to the user manual).
When instantiated it applies the default configuration, so you
can also use getter methods to check the default values.