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.
-
JDPJobQueue(JDPJobQueueMgr, String)
- Creates a Job Queue with the specified name.
-
getQueuedJobCount()
-
JDPJobQueue
public JDPJobQueue(JDPJobQueueMgr manager,
String queueName)
- Creates a Job Queue with the specified name.
- Parameters:
- queueName - the name of the Job Queue.
getQueuedJobCount
public int getQueuedJobCount()