Uses of Package
org.jppf.job

Packages that use org.jppf.job
org.jppf.job Support for job management in the server. 
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.server.job Support for job management in the server. 
org.jppf.server.job.management Support for job management mbeans in the server. 
org.jppf.ui.monitoring.job Classes supporting the UI for job monitoring via JMX. 
 

Classes in org.jppf.job used by org.jppf.job
JobEventType
          This enum describes the types of events emitted by a JPPFJobManager.
JobInformation
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
JobNotification
          Instances of this class represent events emitted by a JPPFJobManager.
 

Classes in org.jppf.job used by org.jppf.management
JobInformation
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.job used by org.jppf.server.job
JobEventType
          This enum describes the types of events emitted by a JPPFJobManager.
JobListener
          Listener interface for job manager events.
 

Classes in org.jppf.job used by org.jppf.server.job.management
JobInformation
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.job used by org.jppf.ui.monitoring.job
JobInformation
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 



Copyright © 2005-2010 JPPF Team.