Package org.jppf.management

Support for the JMX-based management of JPPF components.

See:
          Description

Interface Summary
JPPFAdminMBean Management interface for the administration of a JPPF component, driver or node.
JPPFDriverAdminMBean MBean interface for the management of a JPPF driver.
JPPFNodeAdminMBean Exposed interface of the JPPF node management bean.
JPPFNodeTaskMonitorMBean MBean interface for task-level monitoring on each node.
 

Class Summary
JMXConnectionWrapper Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
JMXDriverConnectionWrapper Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node.
JMXNodeConnectionWrapper Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node.
JMXServerImpl This class is a wrapper around a JMX management server.
JPPFDriverAdmin Instances of this class encapsulate the administration functionalities for a JPPF driver.
JPPFManagementInfo Instances of this class encapsulate the information required to access the JMX server of a node.
JPPFNodeAdmin Management bean for a JPPF node.
JPPFNodeState Instances of this class represent the state of a node.
JPPFNodeTaskMonitor MBean implementation for task-level monitoring on each node.
JPPFSystemInformation This class encapsulates the system information for a node.
JPPFSystemInformation.HostIP Instances of this class represent a hostname / ip address pair.
TaskExecutionNotification Notification sent to provide information about a task that was executed in a node.
TaskInformation Instances of this class encapsulate runtime information on tasks executed by a node.
 

Package org.jppf.management Description

Support for the JMX-based management of JPPF components.



Copyright © 2005-2010 JPPF Team.