Package | Description |
---|---|
org.jppf |
Base classes used throughout the framework.
|
org.jppf.classloader |
Support for socket-based communication with remote services.
|
org.jppf.client |
Support for the clients connecting to the JPPF driver.
|
org.jppf.client.concurrent |
Classes supporting submission of tasks via executor services as specified in
java.util.concurrent . |
org.jppf.client.event |
Support for event handling in the JPPF client.
|
org.jppf.client.persistence |
Classes for an API that enables persistence of jobs and their state.
|
org.jppf.client.submission |
Support for JPPF jobs submission.
|
org.jppf.client.taskwrapper |
API used for JPPF-annotated tasks and POJO tasks.
|
org.jppf.client.utils |
Utilities pertaining to the client APIs.
|
org.jppf.gigaspaces |
Classes supporting the GigaSpaces connector sample.
|
org.jppf.gigaspaces.test |
Classes supporting the GigaSpaces connector sample.
|
org.jppf.jca.cci |
Classes supporting the common client interface for the JPPF resource adapter.
|
org.jppf.jca.demo |
Demo classes for the JPPF resource adapter.
|
org.jppf.job |
Support for job management in the server.
|
org.jppf.logging.jdk |
Support for the extensions to the JDK logging facilities.
|
org.jppf.logging.log4j |
Support for extensions to the log4j logging facilities.
|
org.jppf.management |
Support for the JMX-based management of JPPF components.
|
org.jppf.management.diagnostics |
Support for the JVM health monitoring and diagnostics.
|
org.jppf.management.forwarding |
Support for forwarding JMX requests to the nodes, along with receiving notifications from them,
via the JPPF driver's JMX server.
|
org.jppf.management.spi |
Classes supporting the lookup and registration of custom MBeans.
|
org.jppf.net |
Support for networking in JPPF.
|
org.jppf.node |
Support for node life cycle events.
|
org.jppf.node.event |
Support for node life cycle events.
|
org.jppf.node.initialization |
Support for modification of the node's configuration before it connects to the driver.
This allows for custom server discovery and failover schemes. |
org.jppf.node.policy |
Classes supporting the application of execution policy to task bundles and nodes.
|
org.jppf.node.protocol |
Interfaces supporting the data transported between components of the communication model.
|
org.jppf.process |
Classes supporting the creation of client, driver and node processes.
|
org.jppf.process.event |
Classes supporting the notification mechanism for events occurring when a process writes to its output or error stream.
|
org.jppf.scheduling |
Support for time-scheduling actions.
|
org.jppf.serialization |
Classes providing support for alternatives to Java standard serialization mechanism.
|
org.jppf.server |
Classes supporting the core functionality of the JPPF asynchronous communication model.
|
org.jppf.server.event |
Support for events occurring in the server.
|
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 communication model.
|
org.jppf.server.protocol |
Classes supporting the data transported between components of the communication model.
|
org.jppf.server.protocol.results |
Classes supporting the handling of the results of processing the tasks.
|
org.jppf.server.scheduler.bundle |
Classes supporting the load-balancing of tasks distribution to the nodes.
|
org.jppf.ssl |
Classes for SSL configuration.
|
org.jppf.startup |
Support for service provider interface, to provide pluggable startup classes for nodes and drivers.
|
org.jppf.task.storage |
Support for tasks to access and share read-only data.
The data is transported to the nodes along with he tasks, so it is immediately accessible without need for reading it from or writing it to a specified source. |
org.jppf.utils |
Utility and helper classes used throughout the JPPF code.
|
org.jppf.utils.base64 |
Utility and helper classes used throughout for Base64 encoding / decoding.
|
org.jppf.utils.collections |
Utility and helper classes providing complex collections porcessing.
|
org.jppf.utils.streams |
Collection of stream utility classes.
|
Copyright © 2005-2012 JPPF Team.