Uses of Package
org.jppf.management

Packages that use org.jppf.management
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.client.utils Utilities pertaining to the client APIs. 
org.jppf.job Support for job management in the server. 
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.node.policy Classes supporting the application of execution policy to task bundles and nodes. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.job.management Support for job management mbeans in the server. 
org.jppf.server.node Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.scheduler.bundle Classes supporting the load-balancing of tasks distribution to the nodes. 
org.jppf.ui.monitoring.data Set of classes to handle the incoming statistics from the server. 
org.jppf.ui.monitoring.job Classes supporting the UI for job monitoring via JMX. 
org.jppf.ui.monitoring.node Classes supporting the UI for nodes monitoring via JMX. 
 

Classes in org.jppf.management used by org.jppf.client
JMXDriverConnectionWrapper
          Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node.
 

Classes in org.jppf.management used by org.jppf.client.utils
JMXConnectionWrapper
          Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
 

Classes in org.jppf.management used by org.jppf.job
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
 

Classes in org.jppf.management used by org.jppf.management
JMXConnectionWrapper
          Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
JPPFAdminMBean
          Management interface for the administration of a JPPF component, driver or node.
JPPFDriverAdminMBean
          MBean interface for the management of a JPPF driver.
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
JPPFNodeAdminMBean
          Exposed interface of the JPPF node management bean.
JPPFNodeState
          Instances of this class represent the state of a node.
JPPFNodeTaskMonitorMBean
          MBean interface for task-level monitoring on each node.
JPPFSystemInformation
          This class encapsulates the system information for a node.
TaskInformation
          Instances of this class encapsulate runtime information on tasks executed by a node.
 

Classes in org.jppf.management used by org.jppf.node.policy
JPPFSystemInformation
          This class encapsulates the system information for a node.
 

Classes in org.jppf.management used by org.jppf.server
JMXServerImpl
          This class is a wrapper around a JMX management server.
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
 

Classes in org.jppf.management used by org.jppf.server.job.management
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
 

Classes in org.jppf.management used by org.jppf.server.node
JMXServerImpl
          This class is a wrapper around a JMX management server.
JPPFNodeAdmin
          Management bean for a JPPF node.
TaskInformation
          Instances of this class encapsulate runtime information on tasks executed by a node.
 

Classes in org.jppf.management used by org.jppf.server.scheduler.bundle
JPPFSystemInformation
          This class encapsulates the system information for a node.
 

Classes in org.jppf.management used by org.jppf.ui.monitoring.data
JMXDriverConnectionWrapper
          Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node.
 

Classes in org.jppf.management used by org.jppf.ui.monitoring.job
JMXDriverConnectionWrapper
          Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node.
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
 

Classes in org.jppf.management used by org.jppf.ui.monitoring.node
JMXConnectionWrapper
          Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
JPPFManagementInfo
          Instances of this class encapsulate the information required to access the JMX server of a node.
JPPFNodeState
          Instances of this class represent the state of a node.
 



Copyright © 2005-2010 JPPF Team.