See: Description
| Interface | Description |
|---|---|
| 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.
|
| JPPFNodeMaintenanceMBean |
MBean interface for various maintenance operations on the nodes.
|
| JPPFNodeTaskMonitorMBean |
MBean interface for task-level monitoring on each node.
|
| NodeSelector |
Marker interface for selecting nodes when using the
JPPFNodeForwardingMBean methods. |
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| JPPFSystemInformation |
This class encapsulates the system information for a node.
|
| JPPFSystemInformation.HostIP |
Instances of this class represent a hostname / ip address pair.
|
| NodeSelector.AllNodesSelector |
Selects all nodes.
|
| NodeSelector.ExecutionPolicySelector |
Selects nodes based on an
ExecutionPolicy. |
| NodeSelector.UuidSelector |
Selects nodes based on their uuids.
|
| 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.
|
| Enum | Description |
|---|---|
| JPPFNodeState.ConnectionState |
Enumeration of connection states.
|
| JPPFNodeState.ExecutionState |
Enumeration of execution states.
|
Copyright © 2005-2012 JPPF Team.