Class JDPJobQueue

java.lang.Object
   |
   +----JDPJobQueue

public class JDPJobQueue
extends Object
Class JDPJobQueue represents a queue for holding jobs before they are submitted into a subsystem for execution.


Constructor Index

 o JDPJobQueue(JDPJobQueueMgr, String)
Creates a Job Queue with the specified name.

Method Index

 o getQueuedJobCount()

Constructors

 o JDPJobQueue
 public JDPJobQueue(JDPJobQueueMgr manager,
                    String queueName)
Creates a Job Queue with the specified name.

Parameters:
queueName - the name of the Job Queue.

Methods

 o getQueuedJobCount
 public int getQueuedJobCount()