Uses of Class
org.jppf.server.job.management.NodeJobInformation

Packages that use NodeJobInformation
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.server.job.management Support for job management mbeans in the server. 
 

Uses of NodeJobInformation in org.jppf.management
 

Methods in org.jppf.management that return NodeJobInformation
 NodeJobInformation[] JMXDriverConnectionWrapper.getNodeInformation(String jobId)
          Get a list of objects describing the nodes to which the whole or part of a job was dispatched.
 

Uses of NodeJobInformation in org.jppf.server.job.management
 

Methods in org.jppf.server.job.management that return NodeJobInformation
 NodeJobInformation[] DriverJobManagement.getNodeInformation(String jobUuid)
          Get a list of objects describing the nodes to which the whole or part of a job was dispatched.
 NodeJobInformation[] DriverJobManagementMBean.getNodeInformation(String jobId)
          Get a list of objects describing the nodes to which the whole or part of a job was dispatched.
 



Copyright © 2005-2010 JPPF Team.