Package jlite

Interface Summary
GridSession 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.
 

Class Summary
GridSessionConfig 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.
GridSessionFactory Mother of all grid sessions.
GridSessionImpl Default implementation of the GridSession interface.
MatchedCE  
 

Exception Summary
GridAPIException A default exception for all errors thrown by jLite API.
All underlying exceptions from Globus/gLite APIs are wrapped in GridAPIException.