uk.ac.ncl.cs.instantsoap.queue
Interface QueueMonitor


public interface QueueMonitor

Monitor to returns stats about what jobs are in the queue.

Author:
Matthew Pocock

Method Summary
 boolean isQueued(UUID uuid)
          Discover if a particular job is queued up.
 int jobsPending()
          Retrieve the number of pending jobs.
 

Method Detail

jobsPending

int jobsPending()
Retrieve the number of pending jobs.

Returns:
the number of pending jobs

isQueued

boolean isQueued(UUID uuid)
Discover if a particular job is queued up.

Parameters:
the - uuid of the job to check
Returns:
if it is queued or not


Copyright © 2006-2008. All Rights Reserved.