| Name | Description | Type | Package | Framework |
| AbstractDiagnosticsMBeanProvider | | Class | org.jppf.management.diagnostics | Jppf |
|
| AbstractMBeanStaticProxy | Abstract super class for all generated MBean static proxies. | Class | org.jppf.management | Jppf |
|
| AbstractThreadDumpWriter | Abstract implementation of a ThreadDumpWriter. | Class | org.jppf.management.diagnostics | Jppf |
|
| AllNodesSelector | | Class | org.jppf.management | Jppf |
|
| CPUTimeCollector | This class computes, at regular intervals, the approximative value of the CPU load for the current JVM. | Class | org.jppf.management.diagnostics | Jppf |
|
| Diagnostics | | Class | org.jppf.management.diagnostics | Jppf |
|
| DiagnosticsMBean | Interface for the diagnostics MBean. | Interface | org.jppf.management.diagnostics | Jppf |
|
| DriverDiagnosticsMBeanStaticProxy | Generated static proxy for the DiagnosticsMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| DriverJobManagementMBeanStaticProxy | Generated static proxy for the DriverJobManagementMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| ExecutionPolicySelector | Selects nodes based on an ExecutionPolicy. | Class | org.jppf.management | Jppf |
|
| HealthSnapshot | This class represents a snapshot of the JVM health. | Class | org.jppf.management.diagnostics | Jppf |
|
| HTMLThreadDumpWriter | This class prints a thread dump nicely formatted as HTML to a character stream. | Class | org.jppf.management.diagnostics | Jppf |
|
| JMXConnectionWrapper | Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery. | Class | org.jppf.management | Jppf |
|
| JMXDriverConnectionWrapper | Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node. | Class | org.jppf.management | Jppf |
|
| JMXNodeConnectionWrapper | Node-specific connection wrapper, implementing a user-friendly interface for the monitoring and management of the node. | Class | org.jppf.management | Jppf |
|
| JMXWrapperEvent | Event sent when a JMXConnectionWrapper is connected. | Class | org.jppf.management | Jppf |
|
| JMXWrapperListener | | Interface | org.jppf.management | Jppf |
|
| JPPFAdminMBean | Management interface for the administration of a JPPF component, driver or node. | Interface | org.jppf.management | Jppf |
|
| JPPFDriverAdminMBean | MBean interface for the management of a JPPF driver. | Interface | org.jppf.management | Jppf |
|
| JPPFDriverAdminMBeanStaticProxy | Generated static proxy for the JPPFDriverAdminMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFDriverMBeanProvider | Service provider interface for pluggable management beans for JPPF drivers. | Interface | org.jppf.management.spi | Jppf |
|
| JPPFManagementInfo | Instances of this class encapsulate the information required to access the JMX server of a node. | Class | org.jppf.management | Jppf |
|
| JPPFMBeanProvider | Service provider interface for pluggable management beans. | Interface | org.jppf.management.spi | Jppf |
|
| JPPFMBeanProviderManager | Instances of this class manage all management plugins defined through the Service Provider Interface. | Class | org.jppf.management.spi | Jppf |
|
| JPPFNodeAdminMBean | Exposed interface of the JPPF node management bean. | Interface | org.jppf.management | Jppf |
|
| JPPFNodeAdminMBeanStaticProxy | Generated static proxy for the JPPFNodeAdminMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeConnectionNotifierMBean | This MBean provides notifications of nodes connecting to, or disconnecting from a JPPF driver. | Interface | org.jppf.management | Jppf |
|
| JPPFNodeConnectionNotifierMBeanStaticProxy | Generated static proxy for the JPPFNodeConnectionNotifierMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeForwardingMBean | MBean interface for forwarding node management requests and monitoring notfications via the driver. | Interface | org.jppf.management.forwarding | Jppf |
|
| JPPFNodeForwardingMBeanStaticProxy | Generated static proxy for the JPPFNodeForwardingMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeForwardingNotification | Instances of this notification class wrap any JMX notification received from a node. | Class | org.jppf.management.forwarding | Jppf |
|
| JPPFNodeMaintenanceMBean | MBean interface for various maintenance operations on the nodes. | Interface | org.jppf.management | Jppf |
|
| JPPFNodeMaintenanceMBeanStaticProxy | Generated static proxy for the JPPFNodeMaintenanceMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeMBeanProvider | Service provider interface for pluggable management beans for JPPF nodes. | Interface | org.jppf.management.spi | Jppf |
|
| JPPFNodeProvisioningMBeanStaticProxy | Generated static proxy for the JPPFNodeProvisioningMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeState | Instances of this class represent the state of a node. | Class | org.jppf.management | Jppf |
|
| JPPFNodeState .ConnectionState | The node is connected. | Class | org.jppf.management | Jppf |
|
| JPPFNodeState .ExecutionState | The node is disconnected. | Class | org.jppf.management | Jppf |
|
| JPPFNodeTaskMonitorMBean | MBean interface for task-level monitoring on each node. | Interface | org.jppf.management | Jppf |
|
| JPPFNodeTaskMonitorMBeanStaticProxy | Generated static proxy for the JPPFNodeTaskMonitorMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFSystemInformation | This class encapsulates the system information for a node. | Class | org.jppf.management | Jppf |
|
| LockInformation | Information about a lock found in a ThreadInfo object. | Class | org.jppf.management.diagnostics | Jppf |
|
| MemoryInformation | Instances of this class hold memory usage information. | Class | org.jppf.management.diagnostics | Jppf |
|
| MemoryUsageInformation | A Serializable implementation of MemoryUsage. | Class | org.jppf.management.diagnostics | Jppf |
|
| NodeDiagnosticsMBeanStaticProxy | Generated static proxy for the DiagnosticsMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| NodePendingAction | enum NodePendingActionAn enumeration of the possible pending actions for a node, set via one of the | Class | org.jppf.management | Jppf |
|
| NodeSelector | Marker interface for selecting nodes when using the JPPFNodeForwardingMBean methods. | Interface | org.jppf.management | Jppf |
|
| NodeSelector .AllNodesSelector | | Class | org.jppf.management | Jppf |
|
| NodeSelector .ExecutionPolicySelector | Selects nodes based on an ExecutionPolicy. | Class | org.jppf.management | Jppf |
|
| NodeSelector .UuidSelector | Selects nodes based on their uuids. | Class | org.jppf.management | Jppf |
|
| PeerDriverMBeanStaticProxy | Generated static proxy for the PeerDriverMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| StackFrameInformation | nformation about a frame in a thread stack trace. | Class | org.jppf.management.diagnostics | Jppf |
|
| TaskExecutionNotification | Notification sent to provide information about a task that was executed in a node. | Class | org.jppf.management | Jppf |
|
| TaskInformation | Instances of this class encapsulate runtime information on tasks executed by a node. | Class | org.jppf.management | Jppf |
|
| TextThreadDumpWriter | This class prints a thread dump nicely formatted as plain text to a character stream. | Class | org.jppf.management.diagnostics | Jppf |
|
| ThreadDump | This class encapsulates a JVM thread dump, including dealocks information when available. | Class | org.jppf.management.diagnostics | Jppf |
|
| ThreadDumpWriter | Interface for printing a ThreadDump. | Interface | org.jppf.management.diagnostics | Jppf |
|
| ThreadInformation | Information about a thread, including the stack trace and associated locks. | Class | org.jppf.management.diagnostics | Jppf |
|
| UuidSelector | Selects nodes based on their uuids. | Class | org.jppf.management | Jppf |