org.gridbus.broker.farming.common
Interface JobQueueListener
- public interface JobQueueListener
Listener Interface for the Job Queue. If any new job is added then the listener is notified.
- Author:
- Srikumar Venugopal(srikumar@cs.mu.oz.au)
|
Method Summary |
void |
jobAdded(JobQueue jobq)
Used to notify the implementer if a job has been added to the queue. |
jobAdded
public void jobAdded(JobQueue jobq)
- Used to notify the implementer if a job has been added to the queue.
- Parameters:
jobq - the queue to which the job has been added