Class JDPJobQueueMgr

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----JDPJobQueueMgr

public class JDPJobQueueMgr
extends Thread

Constructor Index

 o JDPJobQueueMgr(JDPSubsystemMgr)

Method Index

 o getJobQueue(String)
 o getJobQueues()
Get a delimited list of all the Job Queues.
 o getQueuedJobs()
Get a delimited list of all the jobs.
 o reOrderQueue()
 o run()

Constructors

 o JDPJobQueueMgr
 public JDPJobQueueMgr(JDPSubsystemMgr subsystemManager)

Methods

 o run
 public void run()
Overrides:
run in class Thread
 o reOrderQueue
 public void reOrderQueue()
 o getJobQueue
 public JDPJobQueue getJobQueue(String queueName)
 o getJobQueues
 public String getJobQueues()
Get a delimited list of all the Job Queues.

 o getQueuedJobs
 public String getQueuedJobs()
Get a delimited list of all the jobs.