Package org.astrogrid.jes.delegate

JES SOAP Delegates

See:
          Description

Interface Summary
Delegate Interface common to all delegate objects.
JobController Interface to a service for managing jobs - listing, deleting, submitting for execution, etc.
JobMonitor Interface to a service that should be called when execution of a job step is completed.
 

Class Summary
JesDelegateFactory Factory for JES delegates.
JobSummary Data class representing results of querying jes for user's jobs.
 

Exception Summary
JesDelegateException  
 

Package org.astrogrid.jes.delegate Description

JES SOAP Delegates

Call the static methods on JesDelegateFactory to create either a JobController delegate or a JobMonitor delegate.

Job Controller

This interface provides methods to submit jobs / remove records / query progress of jobs in a job execution service

Job Monitor

This inteface is a 'callback' into the job execution service that is used to report progress of job step executions.



Copyright © 2002-2007 AstroGrid. All Rights Reserved.