Uses of Class
org.jppf.server.job.JPPFJobManager

Packages that use JPPFJobManager
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.job Support for job management in the server. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.queue Classes supporting the tasks queuing mechanism. 
 

Uses of JPPFJobManager in org.jppf.server
 

Methods in org.jppf.server that return JPPFJobManager
 JPPFJobManager JPPFDriver.getJobManager()
          Get the object that manages and monitors the jobs thoughout their processing within this driver.
 

Uses of JPPFJobManager in org.jppf.server.job
 

Constructors in org.jppf.server.job with parameters of type JPPFJobManager
JobEventTask(JPPFJobManager jobManager, JobEventType eventType, JPPFTaskBundle bundle, ChannelWrapper channel)
          Initialize this job manager event task with the specified parameters.
 

Uses of JPPFJobManager in org.jppf.server.nio.nodeserver
 

Methods in org.jppf.server.nio.nodeserver that return JPPFJobManager
protected  JPPFJobManager NodeNioServer.getJobManager()
          Get a reference to the driver's job manager.
 

Uses of JPPFJobManager in org.jppf.server.queue
 

Fields in org.jppf.server.queue declared as JPPFJobManager
protected  JPPFJobManager JPPFPriorityQueue.jobManager
          The job manager.
 



Copyright © 2005-2010 JPPF Team.