A C D G J L M S

G

getCertDir() - Method in class jlite.GridSessionConfig
Returns the location of trusted certificates directory.
getDelegationId() - Method in class jlite.GridSessionConfig
Returns the delegation identifier for already delegated proxy.
getId() - Method in class jlite.MatchedCE
 
getJobOutput(String, String, boolean) - Method in interface jlite.GridSession
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.
getJobOutput(String, String, String, boolean) - Method in interface jlite.GridSession
Retrieves the output of a job via GridFTP.
Throws GridAPIException if the job is not in DONE state.
getJobOutput(String, String, boolean) - Method in class jlite.GridSessionImpl
 
getJobOutput(String, String, String, boolean) - Method in class jlite.GridSessionImpl
 
getJobState(String) - Method in interface jlite.GridSession
Retrieves current job state of a job.
Possible job states are: SUBMITTED, WAITING, READY, SCHEDULED, RUNNING, DONE, ABORTED, CANCELED, CLEARED (refer to gLite documentation).
getJobState(String) - Method in class jlite.GridSessionImpl
 
getJobStatus(String) - Method in interface jlite.GridSession
Retrieves the status of a job.
getJobStatus(String) - Method in class jlite.GridSessionImpl
 
getProxy() - Method in interface jlite.GridSession
Returns a proxy certificate linked to the session.
getProxy() - Method in class jlite.GridSessionConfig
Returns the VOMS user proxy certificate.
getProxy() - Method in class jlite.GridSessionImpl
 
getProxyPath() - Method in class jlite.GridSessionConfig
Returns the location of the VOMS user proxy certificate.
getRank() - Method in class jlite.MatchedCE
 
getUserCertPath() - Method in class jlite.GridSessionConfig
Returns the location of the user certificate file.
getUserCredentials() - Method in class jlite.GridSessionConfig
Returns user credentials.
getUserKeyPass() - Method in class jlite.GridSessionConfig
Returns the passphrase for the user private key.
getUserKeyPath() - Method in class jlite.GridSessionConfig
Returns the location of the user private key file.
getVOMSCertDir() - Method in class jlite.GridSessionConfig
Returns the location of the VOMS certificates directory.
getVOMSDir() - Method in class jlite.GridSessionConfig
Returns the location of VOMS configuration files.
getVOMSServers() - Method in class jlite.GridSessionConfig
Returns all known VOMS servers.
getWMProxies() - Method in class jlite.GridSessionConfig
Returns all known WMProxy service endpoints.
getWMSDir() - Method in class jlite.GridSessionConfig
Returns the location of WMProxy client configuration files (only if specified via setWMSDir()).
GridAPIException - Exception in jlite
A default exception for all errors thrown by jLite API.
All underlying exceptions from Globus/gLite APIs are wrapped in GridAPIException.
GridAPIException(String) - Constructor for exception jlite.GridAPIException
 
GridAPIException(Throwable) - Constructor for exception jlite.GridAPIException
 
GridSession - Interface in jlite
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.
GridSessionConfig - Class in jlite
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.
GridSessionConfig() - Constructor for class jlite.GridSessionConfig
Applies the default configuration locations and options (refer to the user manual).
GridSessionFactory - Class in jlite
Mother of all grid sessions.
GridSessionFactory() - Constructor for class jlite.GridSessionFactory
 
GridSessionImpl - Class in jlite
Default implementation of the GridSession interface.

A C D G J L M S