| Name | Description | Type | Package | Framework |
| AbstractBoundedObjectPoolQueue | An extension of AbstractObjectPoolQueue which specifies a maximum size for the pool. | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractClientConnectionHandler | Common abstract superclass for client connections to a server. | Class | org.jppf.client | Jppf |
|
| AbstractCollectionConcurrentMap | A ConcurrentHashMap whose values are Collection instances (specialized in concrete subclasses). | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionHashtable | A Hashtable whose values are Collection instances (specialized in concrete subclasses). | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionMap | A map whose values are collections of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCollectionSortedMap | A sorted map whose values are sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AbstractCommonNode | This class is used as a container for common methods that cannot be implemented in AbstractNode. | Class | org.jppf.server.node | Jppf |
|
| AbstractComponent | Base superclass for components of a JPPF grid topology. | Class | org.jppf.client.monitoring | Jppf |
|
| AbstractConnectionPool | An abstract implementation of the ConnectionPool interface. | Class | org.jppf.client | Jppf |
|
| AbstractDiagnosticsMBeanProvider | | Class | org.jppf.management.diagnostics | Jppf |
|
| AbstractGenericClient | This class provides an API to submit execution requests and administration commands, and request server information data. | Class | org.jppf.client | Jppf |
|
| AbstractIPAddressPattern | Represents a pattern used for IP addresses inclusion or exclusion lists. | Class | org.jppf.net | Jppf |
|
| AbstractJobComponent | Base superclass for components of a JPPF job hierarchy. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| AbstractJPPFClassLoader | This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client application classes, to avoid costly redeployment system-wide. | Class | org.jppf.classloader | Jppf |
|
| AbstractJPPFClassLoaderLifeCycle | This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client application classes, to avoid costly redeployment system-wide. | Class | org.jppf.classloader | Jppf |
|
| AbstractJPPFClient | This class provides an API to submit execution requests and administration commands, and request server information data. | Class | org.jppf.client | Jppf |
|
| AbstractJPPFJob | Instances of this class represent a JPPF job and hold all the required elements: tasks, execution policy, task listener, data provider, priority, blocking indicator. | Class | org.jppf.client | Jppf |
|
| AbstractJPPFJobStream | Instances of this class provide a stream of JPPF jobs. | Class | org.jppf.client.utils | Jppf |
|
| AbstractJPPFSnapshot | Convenience class for collecting time or size statistics. | Class | org.jppf.utils.stats | Jppf |
|
| AbstractLocation | Instances of this class represent the location of an artifact, generally a file or the data found at a url. | Class | org.jppf.location | Jppf |
|
| AbstractMBeanStaticProxy | Abstract super class for all generated MBean static proxies. | Class | org.jppf.management | Jppf |
|
| AbstractNode | Abstract implementation of the Node interface. | Class | org.jppf.node | Jppf |
|
| AbstractObjectPoolImpl | | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractObjectPoolQueue | A thread-safe, dynamic object pool backed by a ConcurrentLinkedQueue. | Class | org.jppf.utils.pooling | Jppf |
|
| AbstractTask | Abstract superclass for all tasks submitted to the execution server. | Class | org.jppf.node.protocol | Jppf |
|
| AbstractThreadDumpWriter | Abstract implementation of a ThreadDumpWriter. | Class | org.jppf.management.diagnostics | Jppf |
|
| AbstractTopologyComponent | Base superclass for components of a JPPF grid topology. | Class | org.jppf.client.monitoring.topology | Jppf |
|
| AllJobsSelector | A job selector which accepts all jobs. | Class | org.jppf.job | Jppf |
|
| AllNodesSelector | | Class | org.jppf.management | Jppf |
|
| AndroidNodeIntegrationAdapter | This is the base event handler for an Android node. | Class | org.jppf.android.node | Jppf |
|
| ArrayListHashMap | A HashMap whose values are ArrayLists of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| AtLeast | An execution policy rule that encapsulates a test of type property_value >= value. | Class | org.jppf.node.policy | Jppf |
|
| AtMost | An execution policy rule that encapsulates a test of type property_value . | Class | org.jppf.node.policy | Jppf |
|
| AuthorsFileExplorer | | Class | org.jppf.utils | Jppf |
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.jppf.utils.base64 | Jppf |
|
| Base64Decoding | | Class | org.jppf.utils.base64 | Jppf |
|
| Base64Encoding | | Class | org.jppf.utils.base64 | Jppf |
|
| Base64InputStream | A Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. | Class | org.jppf.utils.base64 | Jppf |
|
| Base64OutputStream | A Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. | Class | org.jppf.utils.base64 | Jppf |
|
| BetweenEE | An execution policy rule that encapsulates a test of type a < property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenEI | An execution policy rule that encapsulates a test of type a < property_value <= b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenIE | An execution policy rule that encapsulates a test of type a <= property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenII | An execution policy rule that encapsulates a test of type a <= property_value <= b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenPolicy | An execution policy rule that encapsulates a test of type a < property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| BoundedByteArrayOutputStream | A byte ArrayOutputStream with a maximum size of data that can be written into it. | Class | org.jppf.utils.streams | Jppf |
|
| Bundler | This is the interface of all strategies for defining bundle task size. | Interface | org.jppf.load.balancer | Jppf |
|
| BundlerEx | A bundler which provides a more advanced feedback method with additional performance data. | Interface | org.jppf.load.balancer | Jppf |
|
| ClassLoaderEvent | Event emitted by an AbstractJPPFClassLoader when a class is loaded or not found for the first time. | Class | org.jppf.classloader | Jppf |
|
| ClassLoaderListener | Interface to implement for the objects that wish to receive notifications of JPPF class loader events. | Interface | org.jppf.classloader | Jppf |
|
| ClassPath | A container for class path elements. | Interface | org.jppf.node.protocol | Jppf |
|
| ClassPathElement | Instances of this class represent classpath elements that can be added dynamically to a JPPF class loader. | Interface | org.jppf.node.protocol | Jppf |
|
| ClassPathElementImpl | A simple implementation of the ClassPathElement interface. | Class | org.jppf.node.protocol | Jppf |
|
| ClassPathImpl | A simple implementation of the ClassPath interfaceSee Also:Serialized Form | Class | org.jppf.node.protocol | Jppf |
|
| ClientConnectionStatusEvent | Event sent to notify of a status change for a client connection. | Class | org.jppf.client.event | Jppf |
|
| ClientConnectionStatusHandler | Interface implemented by all classes that desire to handle a connection status and notify others about status changes. | Interface | org.jppf.client.event | Jppf |
|
| ClientConnectionStatusListener | Instances of this class listen to status change events on client connections. | Interface | org.jppf.client.event | Jppf |
|
| ClientEvent | Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created. | Class | org.jppf.client.event | Jppf |
|
| ClientListener | Listener interface for receiving notifications when a new connection to a server is established and when an existing connections fails and is removed from the client. | Interface | org.jppf.client.event | Jppf |
|
| ClientQueueEvent | Instances of this class represent events emitted by the JPPF client job queue whenever a job is added to or removed from the queue. | Class | org.jppf.client.event | Jppf |
|
| ClientQueueEventDispatcher | | Class | org.jppf.client.event | Jppf |
|
| ClientQueueListener | Interface for classes that wish to be notified of jobs added to or removed from the job queue. | Interface | org.jppf.client.event | Jppf |
|
| ClientQueueListenerAdapter | Client queue listener adapter, providing no-op implementations of the ClientQueueListener interface methods. | Class | org.jppf.client.event | Jppf |
|
| CollectionMap | Interface for maps whose values are collections of a given component type. | Interface | org.jppf.utils.collections | Jppf |
|
| CollectionUtils | This class provides a set of utility methods for manipulating and converting collections and arrays. | Class | org.jppf.utils.collections | Jppf |
|
| CommandLineTask | Instances of this class encapsulate the execution of an external process, program or shell script. | Class | org.jppf.node.protocol | Jppf |
|
| ComparisonUtils | A set of utility methods to facilitate concurrent and multithreaded rpogramming. | Class | org.jppf.utils | Jppf |
|
| ConcurrentHashSet | A concurrent et implementation backed by a ConcurrentHashMap. | Class | org.jppf.utils.collections | Jppf |
|
| ConcurrentUtils | A set of utility methods to facilitate concurrent and multithreaded rpogramming. | Class | org.jppf.utils | Jppf |
|
| ConnectionContext | Instances of this class define the context for a node (re)connection request. | Class | org.jppf.node.connection | Jppf |
|
| ConnectionPool | Interface for pools of connections with a maximum size which can be dynamically updated. | Interface | org.jppf.client | Jppf |
|
| ConnectionPoolEvent | Instances of this class represent events in a JPPFConnectionPool's life cycle. | Class | org.jppf.client.event | Jppf |
|
| ConnectionPoolFilter | Interface for filtering connection pools. | Interface | org.jppf.client | Jppf |
|
| ConnectionPoolListener | Base interface for classes wishing to be notified of connection pool events. | Interface | org.jppf.client.event | Jppf |
|
| ConnectionPoolListenerAdapter | This adapter class provides an empty implementation of each method in the ConnectionPoolListener interface. | Class | org.jppf.client.event | Jppf |
|
| ConnectionReason | enum ConnectionReasonThis enum lists the possible high-level reasons for a node reconnection request. | Class | org.jppf.node.connection | Jppf |
|
| Contains | An execution policy rule that encapsulates a test of type property_value contains string. | Class | org.jppf.node.policy | Jppf |
|
| ContextAwareness | Bundler implementations should implement this interface if they wish to have access to a node's context. | Interface | org.jppf.load.balancer | Jppf |
|
| CopyOnWriteListConcurrentMap | A ConcurrentHashMap whose values are CopyOnWriteArrayList instances. | Class | org.jppf.utils.collections | 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 |
|
| CumulativeSnapshot | In this implementation, getLatest() is computed as the cumulated sum of all values added to the snapshot. | Class | org.jppf.utils.stats | Jppf |
|
| CustomPolicy | Abstract superclass for all user-defined policies. | Class | org.jppf.node.policy | Jppf |
|
| DataProvider | Instances of this class provide a way for tasks to share common data. | Interface | org.jppf.node.protocol | Jppf |
|
| DataProviderHolder | This interface must be implemented by tasks that are not implementations of Task when they need access to the job's DataProvider. | Interface | org.jppf.client.taskwrapper | Jppf |
|
| DateTimeUtils | Utility methods for date and time manipulation and conversion. | Class | org.jppf.utils | Jppf |
|
| DefaultAndroidNodeIntegration | This is the default node events handler, used if none is provided by the jobs. | Class | org.jppf.android.node | Jppf |
|
| DefaultFilePersistenceManager | This implementation of JobPersistence stores jobs on the file system using Java serialization to a file for each job, and uses the jobs uuids as keys to retrieve them. | Class | org.jppf.client.persistence | Jppf |
|
| DefaultJavaSerialization | This implementation uses the default Java serialization. | Class | org.jppf.serialization | Jppf |
|
| DefaultJPPFSerialization | This implementation uses the JPPF serialization. | Class | org.jppf.serialization | Jppf |
|
| DefaultLifeCycleErrorHandler | The default node life cycle error handler, used when the life cycle listener implementation does not implement NodeLifeCycleErrorHandler. | Class | org.jppf.node.event | Jppf |
|
| DefaultSerializationExceptionHook | This default hook is used when none is specified in the node configuration. | Class | org.jppf.server.node | Jppf |
|
| DelegationModel | enum DelegationModelEnumeration of available delegation models for the JPPF class loaders. | Class | org.jppf.classloader | Jppf |
|
| DemoTask | Demonstration task to test the resource adaptor. | Class | org.jppf.jca.demo | Jppf |
|
| Diagnostics | | Class | org.jppf.management.diagnostics | Jppf |
|
| DiagnosticsMBean | Interface for the diagnostics MBean. | Interface | org.jppf.management.diagnostics | Jppf |
|
| DriverConnectionInfo | This interface provides the required information for connecting to a remote JPPF driver. | Interface | org.jppf.node.connection | Jppf |
|
| DriverConnectionStrategy | This interface defines which parameters should be used to connect to the driver. | Interface | org.jppf.node.connection | Jppf |
|
| DriverDiagnosticsMBeanStaticProxy | Generated static proxy for the DiagnosticsMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| DriverJobManagementMBean | This is the job management MBean interface. | Interface | org.jppf.server.job.management | Jppf |
|
| DriverJobManagementMBeanStaticProxy | Generated static proxy for the DriverJobManagementMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| EnumSetEnumMap | A map whose keys and values are elements of an enum type. | Class | org.jppf.utils.collections | Jppf |
|
| Equal | An execution policy rule that encapsulates a test of type property_value == value. | Class | org.jppf.node.policy | Jppf |
|
| ExceptionUtils | This class provides a set of utility methods for manipulating Throwable objects. | Class | org.jppf.utils | Jppf |
|
| ExecutionPolicy | Interface for all execution policy implementations. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicySelector | Selects nodes based on an ExecutionPolicy. | Class | org.jppf.management | Jppf |
|
| ExecutorServiceConfiguration | Interface for the configuration properties of a JPPFExecutorService. | Interface | org.jppf.client.concurrent | Jppf |
|
| FileExplorer | | Class | org.jppf.utils | Jppf |
|
| FileLocation | Wrapper for manipulating a file. | Class | org.jppf.location | Jppf |
|
| FileStoreSource | A secure store source that uses a file as source. | Class | org.jppf.ssl | Jppf |
|
| FileUtils | This class provides a set of utility methods for reading, writing and manipulating files. | Class | org.jppf.utils | Jppf |
|
| FixedSizeBundler | This class provide a used defined bundle size jppf. | Class | org.jppf.load.balancer.impl | Jppf |
|
| FixedSizeBundlerProvider | Provider implementation for the fixed bundle size load-balancing algorithm. | Class | org.jppf.load.balancer.spi | Jppf |
|
| FixedSizeProfile | Profile for the fixed bundle size load-balancing algorithm. | Class | org.jppf.load.balancer.impl | Jppf |
|
| FocusedJFrame | This extension of JFrale ensures that the frame is brought to the fore, on top of any other window, when toFront() is called. | Class | org.jppf.node.screensaver | Jppf |
|
| HealthSnapshot | This class represents a snapshot of the JVM health. | Class | org.jppf.management.diagnostics | Jppf |
|
| HostIP | Instances of this class represent a hostname / ip address pair. | Class | org.jppf.utils | Jppf |
|
| HTMLPropertiesTableFormat | | Class | org.jppf.utils | Jppf |
|
| HTMLThreadDumpWriter | This class prints a thread dump nicely formatted as HTML to a character stream. | Class | org.jppf.management.diagnostics | Jppf |
|
| InitializationHook | Interface for custom discovery of the driver to connect to. | Interface | org.jppf.node.initialization | Jppf |
|
| Interruptibility | This interface should be implemented by JPPF task classes that wish to control whether they can be interrupted upon cancellation or timeout. | Interface | org.jppf.node.protocol | Jppf |
|
| IPv4AddressNetmask | Represents a netmask used for IP addresses include or exclude lists. | Class | org.jppf.net | Jppf |
|
| IPv4AddressPattern | Represents a pattern used for IP addresses include or exclude lists. | Class | org.jppf.net | Jppf |
|
| IPv6AddressNetmask | Represents a netmask used for IPv6 addresses inclusion and exclusion lists. | Class | org.jppf.net | Jppf |
|
| IPv6AddressPattern | Represents a pattern used for IPv6 addresses inclusion and exclusion lists. | Class | org.jppf.net | Jppf |
|
| IsInIPv4Subnet | An execution policy rule that encapsulates a test of type IPv4 is in This policy has the following XML representation: | Class | org.jppf.node.policy | Jppf |
|
| IsInIPv6Subnet | An execution policy rule that encapsulates a test of type IPv6 is in Subnet string. | Class | org.jppf.node.policy | Jppf |
|
| IteratorEnumeration | | Class | org.jppf.utils.collections | Jppf |
|
| J2EEDemo | Instances of this class encapsulate a simple call to the JPPF resource adapter. | Class | org.jppf.jca.demo | Jppf |
|
| JmxAppender | An appender that delegates message appending to a JmxLogger. | Class | org.jppf.logging.log4j | 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 |
|
| JmxHandler | A handler that prints log messages as JMX notifications. | Class | org.jppf.logging.jdk | 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 |
|
| Job | Instanes of this class represent a job as seen by a driver. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobAwareness | Bundler implementations should implement this interface if they wish to have access to a job's information. | Interface | org.jppf.load.balancer | Jppf |
|
| JobAwarenessEx | Bundler implementations should implement this interface if they wish to have access to a job's information. | Interface | org.jppf.load.balancer | Jppf |
|
| JobClientSLA | This interface represents the Service Level Agreement between a JPPF job and a JPPF client. | Interface | org.jppf.node.protocol | Jppf |
|
| JobCommonSLA | This interface represents the Service Level Agreement between a JPPF job and a server. | Interface | org.jppf.node.protocol | Jppf |
|
| JobConfiguration | This interface defines the properties that can be provided to a task submitted by a JPPFExecutorService. | Interface | org.jppf.client.concurrent | Jppf |
|
| JobDispatch | This class represents the dispatch of a job to a node. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobDriver | AN instance of this class represents a JPPF driver in the jobs hierarchy. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobEvent | Event emitted by a job when its execution starts or completes. | Class | org.jppf.client.event | Jppf |
|
| JobEventType | This enum describes the types of events emitted by a JPPFJobManager. | Class | org.jppf.job | Jppf |
|
| JobInformation | Instances of this class provide information about the state of a job being processed by a driver. | Class | org.jppf.job | Jppf |
|
| JobListener | Listener interface for receiving job started and job ended event notifications. | Interface | org.jppf.client.event | Jppf |
|
| JobListenerAdapter | A convenience class which allows subclassing and implementing only the needed methods of JobListener. | Class | org.jppf.client.event | Jppf |
|
| JobMetadata | Instances of this interface hold metadata about a job, that can be used from a driver or node extension or plugin. | Interface | org.jppf.node.protocol | Jppf |
|
| JobMonitor | This class provides a representation of the jobs and corresponding node dispatches executing in a JPPF grid. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobMonitoringEvent | This class represents an event emitteed by a JobMonitor. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobMonitoringListener | Listener interface for changes in the jobs of one or more drivers. | Interface | org.jppf.client.monitoring.jobs | Jppf |
|
| JobMonitoringListenerAdapter | A convenience class for subclasses that wish to subscribe to job monitoring events without having to implement all the methods of the JobMonitoringListener interface. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobMonitorUpdateMode | enum JobMonitorUpdateModeEnumeration of the possible ways job updates are published as events by the job monitor. | Class | org.jppf.client.monitoring.jobs | Jppf |
|
| JobNotification | Instances of this class represent events emitted by a JPPFJobManager. | Class | org.jppf.job | Jppf |
|
| JobPersistence | Interface for facilities managing the persistence of jobs and their state. | Interface | org.jppf.client.persistence | Jppf |
|
| JobPersistenceException | Exception thrown when an error occurs during a job persistence operation. | Class | org.jppf.client.persistence | Jppf |
|
| JobResults | Instances of this class hold and manage the results of a job. | Class | org.jppf.client | Jppf |
|
| JobReturnReason | enum JobReturnReasonEnumeration of the possible reasons why a set of tasks is returned by a node in a given state. | Class | org.jppf.job | Jppf |
|
| JobSelector | Interface used to select or filter jobs in a client, driver or node. | Interface | org.jppf.job | Jppf |
|
| JobSLA | This interface represents the Service Level Agreement between a JPPF job and a server. | Interface | org.jppf.node.protocol | Jppf |
|
| JobStatus | The status of a job. | Class | org.jppf.client | Jppf |
|
| JobStatusEvent | Instances of this class represent a status change notification for a jppf job. | Class | org.jppf.client.event | Jppf |
|
| JobStatusListener | Listener interface for receiving job status change notifications. | Interface | org.jppf.client.event | Jppf |
|
| JobTasksEvent | Instances of this class encapsulate information on job dispatches to nodes. | Class | org.jppf.job | Jppf |
|
| JobTasksListener | Listener interface for classes that wish to receive notifications of job tasks dispatched or returned in the driver. | Interface | org.jppf.job | Jppf |
|
| JobTasksListenerManager | of job tasks listeners and notify these listeners of job tasks events. | Interface | org.jppf.job | Jppf |
|
| JobUuidSelector | A job selector which accepts all jobs whose uuids are in the set specified in one of its constructors. | Class | org.jppf.job | Jppf |
|
| JPPFAdminConsole | This class provides an API to launch the JPPF admininstration console and to embed it within an external GUI application. | Class | org.jppf.ui.console | Jppf |
|
| JPPFAdminMBean | Management interface for the administration of a JPPF component, driver or node. | Interface | org.jppf.management | Jppf |
|
| JPPFAnnotatedTask | JPPF task wrapper for an object whose class is annotated with JPPFRunnable. | Class | org.jppf.client.taskwrapper | Jppf |
|
| JPPFBundlerProvider | Interface for all load-balancing algorithm providers. | Interface | org.jppf.load.balancer.spi | Jppf |
|
| JPPFCallable | A serializable extension of the Callable interface. | Interface | org.jppf.utils | Jppf |
|
| JPPFClassLoader | JPPF class loader implementation for remote standalone nodes. | Class | org.jppf.classloader | Jppf |
|
| JPPFClient | This class provides an API to submit execution requests and administration commands, and request server information data. | Class | org.jppf.client | Jppf |
|
| JPPFClientConnection | Interface for a client connection to a JPPF driver. | Interface | org.jppf.client | Jppf |
|
| JPPFClientConnectionStatus | enum JPPFClientConnectionStatusStatus of the connection between a client and a driver. | Class | org.jppf.client | Jppf |
|
| JPPFClientStartupSPI | This interface class represents objects that are run at client startup time. | Interface | org.jppf.startup | Jppf |
|
| JPPFCompletionService | A CompletionService which works specifically with JPPFExecutorServices. | Class | org.jppf.client.concurrent | Jppf |
|
| JPPFConfiguration | Utility class for loading and accessing the JPPF configuration properties. | Class | org.jppf.utils | Jppf |
|
| JPPFConnection | Interface for JPPF JCA connections. | Interface | org.jppf.jca.cci | Jppf |
|
| JPPFConnectionFactory | the JPPF resource adapter. | Class | org.jppf.jca.cci | Jppf |
|
| JPPFConnectionPool | Instances of this class manage a list of client connections with the same pool name, priority and remote driver. | Class | org.jppf.client | Jppf |
|
| JPPFContext | Bundler implementations should use this context if they wish to have access to execution context. | Class | org.jppf.load.balancer | Jppf |
|
| JPPFContextClient | Context associated with a client. | Class | org.jppf.client | Jppf |
|
| JPPFContextDriver | Context associated with a driver. | Class | org.jppf.server | Jppf |
|
| JPPFCsvFileConnectionStrategy | This implementation of DriverConnectionStrategy reads a list of drivers from a CSV file where each line has the following format: | Class | org.jppf.node.connection | Jppf |
|
| JPPFDefaultConnectionStrategy | This implementation of DriverConnectionStrategy is the JPPF default and produces DriverConnectionInfo instances based solely on the JPPF configuration. | Class | org.jppf.node.connection | Jppf |
|
| JPPFDistributedJob | | Interface | org.jppf.node.protocol | Jppf |
|
| JPPFDriver | This class serves as an initializer for the entire JPPF server. | Class | org.jppf.server | 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 |
|
| JPPFDriverConnectionInfo | A default implementation for the DriverConnectionInfo interface. | Class | org.jppf.node.connection | Jppf |
|
| JPPFDriverMBeanProvider | Service provider interface for pluggable management beans for JPPF drivers. | Interface | org.jppf.management.spi | Jppf |
|
| JPPFDriverStartupSPI | This interface class represents objects that are run at server startup time. | Interface | org.jppf.startup | Jppf |
|
| JPPFError | Class of JPPF-specific error that may be caught in special cases. | Class | org.jppf | Jppf |
|
| JPPFException | Class of exceptions for JPPF-specific exceptions. | Class | org.jppf | Jppf |
|
| JPPFExceptionResult | Instances of this class are used to signal that a task could not be sent back by the node to the server. | Class | org.jppf.node.protocol | Jppf |
|
| JPPFExecutorService | This executor has two modes in which it functions: 1) Standard mode: in this mode each task or set of tasks submitted via one of the | Class | org.jppf.client.concurrent | Jppf |
|
| JPPFHelper | Utility class for obtaining and releasing Resource adapter connections. | Class | org.jppf.jca.demo | Jppf |
|
| JPPFJob | Instances of this class represent a JPPF job and hold all the required elements: tasks, execution policy, task listener, data provider, priority, blocking indicator. | Class | org.jppf.client | Jppf |
|
| JPPFLocalClassLoader | JPPF class loader implementation for nodes running within the same JVM as the JPPF server (local nodes). | Class | org.jppf.classloader | Jppf |
|
| JPPFLogFormatter | Formats log records in format [yyyy/MM/dd hh:mm:ss. | Class | org.jppf.logging.jdk | 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 |
|
| JPPFNode | Instances of this class encapsulate execution nodes. | Class | org.jppf.server.node | 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 |
|
| JPPFNodeProvisioningMBean | Provides an interface for "master" nodes, giving them the ability to start, stop and monitor "slave" nodes on the same machine. | Interface | org.jppf.node.provisioning | Jppf |
|
| JPPFNodeProvisioningMBeanStaticProxy | Generated static proxy for the JPPFNodeProvisioningMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| JPPFNodeStartupSPI | This interface represents objects that are run at node startup time. | Interface | org.jppf.startup | Jppf |
|
| JPPFNodeState | Instances of this class represent the state of a node. | 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 |
|
| JPPFObjectInputStream | they implement Serializable or not. | Class | org.jppf.serialization | Jppf |
|
| JPPFObjectOutputStream | they implement Serializable or not. | Class | org.jppf.serialization | Jppf |
|
| JPPFRunnable | Annotation to determine which method in a class is the task's main method. | Class | org.jppf.node.protocol | Jppf |
|
| JPPFRuntimeException | Class of exceptions for JPPF-specific exceptions. | Class | org.jppf | Jppf |
|
| JPPFSchedule | Instances of this class contain data used to setup a schedule. | Class | org.jppf.scheduling | Jppf |
|
| JPPFScreenSaver | This is the interface to implement for any custom implementation of a screen saver associated with a JPPF node. | Interface | org.jppf.node.screensaver | Jppf |
|
| JPPFScreenSaverImpl | A built-in screen saver implementation. | Class | org.jppf.node.screensaver.impl | Jppf |
|
| JPPFSerialization | Interface and factory for object serialization and deserialization schemes in JPPF. | Interface | org.jppf.serialization | Jppf |
|
| JPPFSnapshot | Convenience class for collecting time or size statistics. | Interface | org.jppf.utils.stats | Jppf |
|
| JPPFStartup | Common super interface for node and server startup SPI interfaces. | Interface | org.jppf.startup | Jppf |
|
| JPPFStatistics | Instances of this class hold statistics snapshots. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFStatisticsHelper | This helper class holds the constants definitions for the labels of the statistics snapshots used in JPPF, along with utility methods. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSystemInformation | This class encapsulates the system information for a node. | Class | org.jppf.management | Jppf |
|
| JPPFTask | This class is kept for compatibility with existing user installations which make use of it, as we understand there are quite a few that still do. | Class | org.jppf.node.protocol | Jppf |
|
| JPPFTaskCallback | Instances of this class are intended to be delegates for the Task. | Class | org.jppf.client.taskwrapper | Jppf |
|
| JPPFUnsupportedOperationException | Exception raised to indicate that a call to a JPPF method is not supported. | Class | org.jppf | Jppf |
|
| JPPFUuid | Instances of this class serve as unique identifiers for messages sent to and from remote execution services. | Class | org.jppf.utils | Jppf |
|
| JVMHealthRefreshHandler | | Class | org.jppf.client.monitoring.topology | Jppf |
|
| LessThan | An execution policy rule that encapsulates a test of type property_value < value. | Class | org.jppf.node.policy | Jppf |
|
| LinkedListSortedMap | A sorted map whose values are linked lists of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| LoadBalancingInformation | Information on the load-balancing algorithm currently setup in the driver. | Class | org.jppf.load.balancer | Jppf |
|
| LoadBalancingProfile | This interface defines the set of parameters used by a load-balancing algorithm. | Interface | org.jppf.load.balancer | Jppf |
|
| Location | Abstraction of a block of data no matter how its actual location is referred to. | Interface | org.jppf.location | Jppf |
|
| LocationEvent | Instances of this class represent events occurring when performing I/O operations between Location instances. | Class | org.jppf.location | Jppf |
|
| LocationEventListener | Listener for events occurring with Location objects. | Interface | org.jppf.location | Jppf |
|
| LockInformation | Information about a lock found in a ThreadInfo object. | Class | org.jppf.management.diagnostics | Jppf |
|
| LoggingUtils | | Class | org.jppf.utils | Jppf |
|
| ManagementUtils | | Class | org.jppf.utils | Jppf |
|
| MemoryInformation | Instances of this class hold memory usage information. | Class | org.jppf.management.diagnostics | Jppf |
|
| MemoryLocation | Wrapper fro manipulating a block of data in memory. | Class | org.jppf.location | Jppf |
|
| MemoryMapDataProvider | | Class | org.jppf.node.protocol | Jppf |
|
| MemoryUsageInformation | A Serializable implementation of MemoryUsage. | Class | org.jppf.management.diagnostics | Jppf |
|
| Metadata | A generic dictionary of metadata. | Interface | org.jppf.utils.collections | Jppf |
|
| MetadataImpl | An implementation of the Metadata interface backed by a Hashtable. | Class | org.jppf.utils.collections | Jppf |
|
| MoreThan | An execution policy rule that encapsulates a test of type property_value > value. | Class | org.jppf.node.policy | Jppf |
|
| MutableReference | Holds a mutable object reference witho no locking or synchronization mechanism. | Class | org.jppf.utils | Jppf |
|
| MyConnectionStrategy | This implementation of DriverConnectionStrategy reads a list of drivers from a CSV file where each line has the following format: | Class | org.jppf.node.connection | Jppf |
|
| Node | Interface for a node that provides information about its activity. | Interface | org.jppf.node | Jppf |
|
| NodeAwareness | Bundler implementations should implement this interface if they wish to have access to a node's configuration. | Interface | org.jppf.load.balancer | Jppf |
|
| NodeConnectionEvent | Event emitted when a node connects to or disconnects from the server. | Class | org.jppf.server.event | Jppf |
|
| NodeConnectionListener | Interface for classes that wish to be notified of node connection events. | Interface | org.jppf.server.event | Jppf |
|
| NodeDiagnosticsMBeanStaticProxy | Generated static proxy for the DiagnosticsMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| NodeIntegration | This interface groups two other interfaces, from which an external can receive notifications from the node. | Interface | org.jppf.node.event | Jppf |
|
| NodeIntegration | This interface groups two other interfaces, from which the screen saver can receive notifications from the node. | Interface | org.jppf.node.screensaver | Jppf |
|
| NodeIntegrationAdapter | An abstract adapter class for receiving node events. | Class | org.jppf.node.event | Jppf |
|
| NodeIntegrationAdapter | An abstract adapter class for receiving node events. | Class | org.jppf.node.screensaver | Jppf |
|
| NodeJobInformation | Instances of this cass hold temporary information about a sub-job and the nodes it was dispatched toSee Also:Serialized Form | Class | org.jppf.server.job.management | Jppf |
|
| NodeLifeCycleErrorHandler | Interface for handling uncaught throwables raised when executing one of the methods of NodeLifeCycleListener. | Interface | org.jppf.node.event | Jppf |
|
| NodeLifeCycleEvent | Instances of this class represent node life cycle events. | Class | org.jppf.node.event | Jppf |
|
| NodeLifeCycleEventType | enum NodeLifeCycleEventTypeA type safe enumeration of all possible types of node life cycle events. | Class | org.jppf.node.event | Jppf |
|
| NodeLifeCycleListener | Interface for all listeners to the node's life cycle events. | Interface | org.jppf.node.event | Jppf |
|
| NodeLifeCycleListenerAdapter | Convenience class that can be used when not all methods of NodeLifeCycleListener need to be implemented. | Class | org.jppf.node.event | Jppf |
|
| NodePanel | This class displays the connection status, execution status and number of tasks for a node. | Class | org.jppf.node.screensaver.impl | Jppf |
|
| NodePendingAction | enum NodePendingActionAn enumeration of the possible pending actions for a node, set via one of the | Class | org.jppf.management | Jppf |
|
| NodeProvisioningConstants | This class contains constant definitions for the names of the properties used for node provisioning. | Class | org.jppf.node.provisioning | Jppf |
|
| NodeRunner | Bootstrap class for launching a JPPF node. | Class | org.jppf.node | Jppf |
|
| NodeSelector | Marker interface for selecting nodes when using the JPPFNodeForwardingMBean methods. | Interface | org.jppf.management | Jppf |
|
| NodeState | Instances of this class represent information about a node. | Class | org.jppf.node.screensaver.impl | Jppf |
|
| NonCumulativeSnapshot | In this implementation, getLatest() is computed as the average of the latest set of values that were added, or the latest value if only one was added. | Class | org.jppf.utils.stats | Jppf |
|
| NotifyingInputStream | Input stream that delegates read and skip operations to an underlying stream, and sends notifications of how many bytes were read or skipped via a callback. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingOutputStream | Output stream that delegates write operations to an underlying stream, and sends notifications of how many bytes were written via a callback. | Class | org.jppf.utils.streams | Jppf |
|
| NotifyingStreamCallback | This interface defines a callback used by notifying streams to provide notifications of the bytes read, written or skipped. | Interface | org.jppf.utils.streams | Jppf |
|
| ObjectPool | Interface for oject pools. | Interface | org.jppf.utils.pooling | Jppf |
|
| OneOf | | Class | org.jppf.node.policy | Jppf |
|
| Operator | Enumeration of the possible boolean operators that can be used as a condition on the number of connections in a connection pool. | Class | org.jppf.client | Jppf |
|
| OutputRedirectHook | This initialization redirects the dirver's or node's stdout and stderr to specified files. | Class | org.jppf.node.initialization | Jppf |
|
| Pair | Utility class holding a pair of references to two objects. | Class | org.jppf.utils | Jppf |
|
| PatternConfiguration | Instances of this class represent the configuration parameters for a specific IP address pattern implementation. | Class | org.jppf.net | Jppf |
|
| PeerDriverMBeanStaticProxy | Generated static proxy for the PeerDriverMBean MBean interface. | Class | org.jppf.management.generated | Jppf |
|
| PlainTextPassword | | Class | org.jppf.ssl | Jppf |
|
| PluggableView | This is the interface for user-defined view added to the administration console. | Class | org.jppf.ui.plugin | Jppf |
|
| PolicyBuilder | Instances of this class build an execution policy graph, based on a policy descriptor parsed from an XML document. | Class | org.jppf.node.policy | Jppf |
|
| PolicyContext | Instances of this class provide contextual information to execution policies. | Class | org.jppf.node.policy | Jppf |
|
| PolicyDescriptor | Intermediary data structure generated by the xml parser that makes the actual building of an execution policy easier. | Class | org.jppf.node.policy | Jppf |
|
| PolicyParser | This class is a parser for XML Execution Policy documents. | Class | org.jppf.node.policy | Jppf |
|
| PolicyRuleTest | Simple test of an execution policy. | Class | org.jppf.node.policy | Jppf |
|
| Preference | A policy which evaluates a set of policies ordered by preference. | Class | org.jppf.node.policy | Jppf |
|
| ProcessCommands | This class holds the constant for actions handled by a LauncherListenerProtocolHandler. | Class | org.jppf.process | Jppf |
|
| ProcessLauncher | This class is intended as a controller for a subprocess, to enable stopping and restarting it when requested. | Class | org.jppf.process | Jppf |
|
| ProcessWrapper | Wrapper around an external process started with ProcessBuilder. | Class | org.jppf.process | Jppf |
|
| ProcessWrapperEvent | Instances of this class encapsulate an event occurring when a process writes to its output or error stream. | Class | org.jppf.process | Jppf |
|
| ProcessWrapperEventListener | Listener interface for receiving event notifications from a process wrapper. | Interface | org.jppf.process | Jppf |
|
| PropertiesCollection | | Interface | org.jppf.utils | Jppf |
|
| PropertiesTableFormat | Abstract class for formatters that print the contents of a Properties object as a string. | Class | org.jppf.utils | Jppf |
|
| PropertyType | Enumeration of possible properties types. | Class | org.jppf.utils | Jppf |
|
| Range | Instances of this class represent a range of values. | Class | org.jppf.utils | Jppf |
|
| RangePattern | Represents a pattern used for IP addresses inclusion or exclusion lists. | Class | org.jppf.net | Jppf |
|
| ReflectionUtils | Collection of static utility methods for dealing with reflection-based APIs. | Class | org.jppf.utils | Jppf |
|
| RegExp | An execution policy rule that encapsulates a test of type property_value matches regular_expression. | Class | org.jppf.node.policy | Jppf |
|
| RegexUtils | This class provides a set of utility methods for manipulating regular expressions. | Class | org.jppf.utils | Jppf |
|
| ScreenSaverMain | Main entry point for starting the screen saver. | Class | org.jppf.node.screensaver | Jppf |
|
| ScriptedJobSelector | A job selector that uses a script to accept jobs. | Class | org.jppf.job | Jppf |
|
| ScriptedPolicy | A policy which executes an aribtrary script in its accepts() method. | Class | org.jppf.node.policy | Jppf |
|
| ScriptedTask | A task implementation which executes a script in a specified JSR 223 (javax. | Class | org.jppf.node.protocol | Jppf |
|
| SerializationExceptionHook | This interface represents a hook invoked when the serialization of a task raises an exception. | Interface | org.jppf.server.node | Jppf |
|
| ServerTaskInformation | Instances of this class provide information about tasks that were dispatched to a node, at the time they are returned from the node. | Class | org.jppf.job | Jppf |
|
| SetHashMap | A hash map whose values are sets of a specified component type. | Class | org.jppf.utils.collections | Jppf |
|
| SetIdentityMap | An identity map whose values are sets of a specified component type. | Class | org.jppf.utils.collections | Jppf |
|
| SetSortedMap | A sorted map whose values are sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| ShutdownRestartNodeProtocolHandler | The protocol handler which executes commands sent to a slave node by its master node. | Class | org.jppf.node | Jppf |
|
| SimpleNodeIntegration | This is the default node events handler, used if none is provided by the jobs. | Class | org.jppf.android.node | Jppf |
|
| SimpleScreenSaver | A built-in simple screen saver implementation. | Class | org.jppf.node.screensaver.impl | Jppf |
|
| SingleValueSnapshot | Instances of this class simply accumulate the values provided via calls to SingleValueSnapshot. | Class | org.jppf.utils.stats | Jppf |
|
| SoftReferenceValuesMap | Map whose values are soft references. | Class | org.jppf.utils.collections | Jppf |
|
| SortedSetSortedMap | A sorted map whose values are sorted sets of a given component type. | Class | org.jppf.utils.collections | Jppf |
|
| SSLConfigurationException | This exception is thrown when a problem is detected while loading the SSL configuration. | Class | org.jppf.ssl | Jppf |
|
| StackFrameInformation | nformation about a frame in a thread stack trace. | Class | org.jppf.management.diagnostics | Jppf |
|
| StreamUtils | Collection of utility methods for manipulating streams. | Class | org.jppf.utils.streams | Jppf |
|
| StringUtils | This class provides a set of utility methods for manipulating strings. | Class | org.jppf.utils | Jppf |
|
| SystemUtils | Collection of utility methods used as a convenience for retrieving JVM-level or System-level information. | Class | org.jppf.utils | Jppf |
|
| Task | Interface for all tasks submitted to the execution server. | Interface | org.jppf.node.protocol | Jppf |
|
| TaskConfiguration | This interface defines the properties that can be provided to a task submitted by a JPPFExecutorService and that is not a Task instance. | Interface | org.jppf.client.concurrent | Jppf |
|
| TaskExecutionEvent | Instances of this class represent events that occur during the life span of an individual JPPF task. | Class | org.jppf.node.event | Jppf |
|
| TaskExecutionListener | Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks. | Interface | org.jppf.node.event | 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 |
|
| TaskReturnEvent | Instances of this class encapsulate information on job dispatches to nodes. | Class | org.jppf.job | Jppf |
|
| TaskReturnListener | Listener interface for classes that wish to listen to job return events in the driver. | Interface | org.jppf.job | Jppf |
|
| TaskReturnManager | of task return listeners and notify these listeners of task return events. | Interface | org.jppf.job | Jppf |
|
| TexFileSplitter | Utility class that splits a text file into smaller ones with the same number of lines. | Class | org.jppf.utils | Jppf |
|
| TextPropertiesTableFormat | Formatter that print the contents of a Properties object as a plain-text string. | Class | org.jppf.utils | 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 |
|
| TimeMarker | A simple utility class to measure the elapsed time between two points in the code. | Class | org.jppf.utils | Jppf |
|
| TopologyDriver | | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyEvent | Instances of this class represent topology events, including addition/removal of a driver, addition/removal/update of a node and addition/removal of a peer driver connected as a node. | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyListener | Listener interface for changes in the grid topology. | Interface | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyListenerAdapter | A convenience class for subclasses that wish to receive topology events without having to implement all the methods of the TopologyListener interface. | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyManager | Instances of this class discover and maintain a representation of a JPPF grid topology. | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyNode | | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TopologyPeer | Instances of this class represent peer drivers as nodes for the driver they are connected to. | Class | org.jppf.client.monitoring.topology | Jppf |
|
| TypedProperties | Extension of the java. | Class | org.jppf.utils | Jppf |
|
| UnmodifiableTypedProperties | This class is an extension of TypedProperties which does not allow modifying the properties it contains. | Class | org.jppf.utils | Jppf |
|
| URLLocation | Wrapper for manipulating data from a URL. | Class | org.jppf.location | Jppf |
|
| UuidSelector | Selects nodes based on their uuids. | Class | org.jppf.management | Jppf |
|
| VectorHashtable | A Hashtable whose values are Vector instances. | Class | org.jppf.utils.collections | Jppf |
|
| VersionUtils | This class provides a utility method to determine the JPPF build number available in the class path. | Class | org.jppf.utils | Jppf |
|
| XstreamSerialization | This implementation uses the Xstream serialization library. | Class | org.jppf.serialization | Jppf |