Package edg.workload.userinterface.jclient

Interface Summary
Listener The listener interface is used in order to manage the interaction of interactive jobs.
 

Class Summary
Api The Api class provides static native implementation of common C/C++ operation not generally allowed by the JVM It also internally implements the methods used RB-LB c++ classes
Event LB Event Class Wrapped.
InfoLB LB Information Class Wrapper This class is not visible to the user, restricted to the package
Job Allow controlling the job and perform several operations.
JobCollection The JobCollection Class is a container class for Job objects .
JobId  
JobStatus LB JobStatus Class Wrap.
ListenerConsole Implementation of the Listener interface.
Result The Result Class is used to store information of a required operation Depending on the operation type, the user will be able to check for possible error or in case of success retrieve back the Job required information
Shadow This class provides the core management for interactive jobs.
Url Managing Addresses File name: Url.h
UserCredential The UserCredential class allows to control the general user security certificate's validity.
UserJobs Allow controlling all the jobs owned by the user The UserJobs class provides methods that allow controlling all the user's jobs during its lifetime.
 

Exception Summary
JobCollectionException Manage the exception raised while using a collection of jobs such as adding two jobs with the same jobId, performing an action over an empty collection...
JobException Manage the Exception raised when trying to perform an action not allowed for a job such as submitting a jobId-type job or retrieving status information from a non-submitted job ... etc etc