jar

org.jppf : jppf-server

Maven & Gradle

May 31, 2020
1 usages
62 stars

JPPF server API · JPPF, the open source grid computing solution

Table Of Contents

Latest Version

Download org.jppf : jppf-server JAR file - Latest Versions:

All Versions

Download org.jppf : jppf-server JAR file - All Versions:

Version Vulnerabilities Size Updated
6.3
6.2
6.1.x
6.1
6.0.x
6.0
5.2.x
5.2
5.1.x
5.1
5.0.x
5.0
4.2.x
4.2
4.1.x
4.0.x
3.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jppf-server-6.3-alpha.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jppf.server.nio.classloader.client

├─ org.jppf.server.nio.classloader.client.AsyncClientClassContext.class - [JAR]

├─ org.jppf.server.nio.classloader.client.AsyncClientClassMessageHandler.class - [JAR]

├─ org.jppf.server.nio.classloader.client.AsyncClientClassMessageReader.class - [JAR]

├─ org.jppf.server.nio.classloader.client.AsyncClientClassMessageWriter.class - [JAR]

├─ org.jppf.server.nio.classloader.client.AsyncClientClassNioServer.class - [JAR]

org.jppf.management.spi

├─ org.jppf.management.spi.JPPFDriverMBeanProvider.class - [JAR]

├─ org.jppf.management.spi.JPPFNodeConnectionNotifierMBeanProvider.class - [JAR]

├─ org.jppf.management.spi.LoadBalancerPersistenceManagerMBeanProvider.class - [JAR]

├─ org.jppf.management.spi.PeerDriverMBeanProvider.class - [JAR]

org.jppf.server.nio

├─ org.jppf.server.nio.AbstractTaskBundleMessage.class - [JAR]

org.jppf.server.queue

├─ org.jppf.server.queue.BroadcastManager.class - [JAR]

├─ org.jppf.server.queue.JPPFPriorityQueue.class - [JAR]

├─ org.jppf.server.queue.JobDependenciesHandler.class - [JAR]

├─ org.jppf.server.queue.JobExpirationAction.class - [JAR]

├─ org.jppf.server.queue.JobPriorityComparator.class - [JAR]

├─ org.jppf.server.queue.JobScheduleAction.class - [JAR]

├─ org.jppf.server.queue.PersistenceHandler.class - [JAR]

├─ org.jppf.server.queue.RemoveBundleAction.class - [JAR]

├─ org.jppf.server.queue.RequeueBundleAction.class - [JAR]

├─ org.jppf.server.queue.ScheduleManager.class - [JAR]

org.jppf.server.job.management

├─ org.jppf.server.job.management.DriverJobManagement.class - [JAR]

├─ org.jppf.server.job.management.DriverJobManagementMBeanProvider.class - [JAR]

├─ org.jppf.server.job.management.JobDependencyManager.class - [JAR]

├─ org.jppf.server.job.management.JobDependencyManagerMBeanProvider.class - [JAR]

org.jppf.server.nio.heartbeat

├─ org.jppf.server.nio.heartbeat.HeartbeatContext.class - [JAR]

├─ org.jppf.server.nio.heartbeat.HeartbeatMessageHandler.class - [JAR]

├─ org.jppf.server.nio.heartbeat.HeartbeatMessageReader.class - [JAR]

├─ org.jppf.server.nio.heartbeat.HeartbeatMessageWriter.class - [JAR]

├─ org.jppf.server.nio.heartbeat.HeartbeatNioServer.class - [JAR]

org.jppf.server

├─ org.jppf.server.AbstractJPPFDriver.class - [JAR]

├─ org.jppf.server.DriverInitializer.class - [JAR]

├─ org.jppf.server.DriverLauncher.class - [JAR]

├─ org.jppf.server.JPPFContextDriver.class - [JAR]

├─ org.jppf.server.JPPFDriver.class - [JAR]

├─ org.jppf.server.PeerDriverDiscoveryListener.class - [JAR]

├─ org.jppf.server.ShutdownRestartTask.class - [JAR]

├─ org.jppf.server.StatsSystemInformationUpdater.class - [JAR]

org.jppf.server.submission

├─ org.jppf.server.submission.SubmissionStatus.class - [JAR]

org.jppf.server.nio.nodeserver.async

├─ org.jppf.server.nio.nodeserver.async.AbstractAsyncJobScheduler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncJobScheduler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeContext.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeContextFuture.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeMessageHandler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeMessageReader.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeMessageWriter.class - [JAR]

├─ org.jppf.server.nio.nodeserver.async.AsyncNodeNioServer.class - [JAR]

org.jppf.server.nio.client

├─ org.jppf.server.nio.client.AsyncClientContext.class - [JAR]

├─ org.jppf.server.nio.client.AsyncClientMessageHandler.class - [JAR]

├─ org.jppf.server.nio.client.AsyncClientMessageReader.class - [JAR]

├─ org.jppf.server.nio.client.AsyncClientMessageWriter.class - [JAR]

├─ org.jppf.server.nio.client.AsyncClientNioServer.class - [JAR]

├─ org.jppf.server.nio.client.ClientMessage.class - [JAR]

├─ org.jppf.server.nio.client.CompletionListener.class - [JAR]

├─ org.jppf.server.nio.client.JobEntry.class - [JAR]

org.jppf.job.persistence

├─ org.jppf.job.persistence.PersistedJobsManager.class - [JAR]

├─ org.jppf.job.persistence.PersistedJobsManagerMBeanProvider.class - [JAR]

org.jppf.server.protocol

├─ org.jppf.server.protocol.AbstractServerJob.class - [JAR]

├─ org.jppf.server.protocol.AbstractServerJobBase.class - [JAR]

├─ org.jppf.server.protocol.BundleCompletionListener.class - [JAR]

├─ org.jppf.server.protocol.JPPFJobEndedException.class - [JAR]

├─ org.jppf.server.protocol.SendResultsStrategy.class - [JAR]

├─ org.jppf.server.protocol.SendResultsStrategyManager.class - [JAR]

├─ org.jppf.server.protocol.ServerJob.class - [JAR]

├─ org.jppf.server.protocol.ServerJobBroadcast.class - [JAR]

├─ org.jppf.server.protocol.ServerJobChangeListener.class - [JAR]

├─ org.jppf.server.protocol.ServerJobStatus.class - [JAR]

├─ org.jppf.server.protocol.ServerTask.class - [JAR]

├─ org.jppf.server.protocol.ServerTaskBundleClient.class - [JAR]

├─ org.jppf.server.protocol.ServerTaskBundleNode.class - [JAR]

├─ org.jppf.server.protocol.TaskCompletionListener.class - [JAR]

org.jppf.management.diagnostics.spi

├─ org.jppf.management.diagnostics.spi.DriverDiagnosticsMBeanProvider.class - [JAR]

org.jppf.server.node.remote

├─ org.jppf.server.node.remote.AbstractRemoteNode.class - [JAR]

├─ org.jppf.server.node.remote.JPPFRemoteContainer.class - [JAR]

├─ org.jppf.server.node.remote.JPPFRemoteNode.class - [JAR]

├─ org.jppf.server.node.remote.RemoteClassLoaderManager.class - [JAR]

├─ org.jppf.server.node.remote.RemoteNodeConnection.class - [JAR]

├─ org.jppf.server.node.remote.RemoteNodeIO.class - [JAR]

org.jppf.server.debug

├─ org.jppf.server.debug.DebugHelper.class - [JAR]

├─ org.jppf.server.debug.ServerDebug.class - [JAR]

├─ org.jppf.server.debug.ServerDebugMBean.class - [JAR]

org.jppf.management

├─ org.jppf.management.JPPFDriverAdmin.class - [JAR]

├─ org.jppf.management.JPPFNodeAdmin.class - [JAR]

├─ org.jppf.management.JPPFNodeConnectionNotifier.class - [JAR]

├─ org.jppf.management.JPPFNodeMaintenance.class - [JAR]

├─ org.jppf.management.JPPFNodeTaskMonitor.class - [JAR]

├─ org.jppf.management.NodeSelectionHelper.class - [JAR]

├─ org.jppf.management.NodeStatusNotifier.class - [JAR]

├─ org.jppf.management.PeerDriver.class - [JAR]

org.jppf.server.node.spi

├─ org.jppf.server.node.spi.JPPFDefaultNodeMBeanProvider.class - [JAR]

├─ org.jppf.server.node.spi.JPPFNodeMaintenanceMBeanProvider.class - [JAR]

├─ org.jppf.server.node.spi.JPPFNodeTaskMonitorProvider.class - [JAR]

org.jppf.server.peer

├─ org.jppf.server.peer.AbstractPeerConnectionHandler.class - [JAR]

├─ org.jppf.server.peer.AsyncPeerNode.class - [JAR]

├─ org.jppf.server.peer.AsyncPeerResourceProvider.class - [JAR]

├─ org.jppf.server.peer.JPPFPeerInitializer.class - [JAR]

├─ org.jppf.server.peer.PeerConnectionPool.class - [JAR]

├─ org.jppf.server.peer.PeerConnectionPoolHandler.class - [JAR]

├─ org.jppf.server.peer.PeerDiscoveryThread.class - [JAR]

org.jppf.server.job

├─ org.jppf.server.job.ChannelJobPair.class - [JAR]

├─ org.jppf.server.job.JPPFJobManager.class - [JAR]

├─ org.jppf.server.job.JobManager.class - [JAR]

org.jppf.server.nio.classloader

├─ org.jppf.server.nio.classloader.AbstractAsyncClassContext.class - [JAR]

├─ org.jppf.server.nio.classloader.AsyncResourceRequest.class - [JAR]

├─ org.jppf.server.nio.classloader.CacheClassContent.class - [JAR]

├─ org.jppf.server.nio.classloader.CacheClassKey.class - [JAR]

├─ org.jppf.server.nio.classloader.ClassCache.class - [JAR]

org.jppf.server.nio.classloader.node

├─ org.jppf.server.nio.classloader.node.AsyncNodeClassContext.class - [JAR]

├─ org.jppf.server.nio.classloader.node.AsyncNodeClassMessageHandler.class - [JAR]

├─ org.jppf.server.nio.classloader.node.AsyncNodeClassMessageReader.class - [JAR]

├─ org.jppf.server.nio.classloader.node.AsyncNodeClassMessageWriter.class - [JAR]

├─ org.jppf.server.nio.classloader.node.AsyncNodeClassNioServer.class - [JAR]

org.jppf.management.forwarding

├─ org.jppf.management.forwarding.AbstractForwardingTask.class - [JAR]

├─ org.jppf.management.forwarding.AbstractNodeForwarding.class - [JAR]

├─ org.jppf.management.forwarding.ForwardCallback.class - [JAR]

├─ org.jppf.management.forwarding.ForwardingNotificationDispatcher.class - [JAR]

├─ org.jppf.management.forwarding.ForwardingNotificationEvent.class - [JAR]

├─ org.jppf.management.forwarding.ForwardingNotificationEventListener.class - [JAR]

├─ org.jppf.management.forwarding.ForwardingNotificationManager.class - [JAR]

├─ org.jppf.management.forwarding.JPPFNodeForwarding.class - [JAR]

├─ org.jppf.management.forwarding.NodeForwarding.class - [JAR]

org.jppf.server.node.local

├─ org.jppf.server.node.local.AsyncLocalNodeConnection.class - [JAR]

├─ org.jppf.server.node.local.AsyncLocalNodeIO.class - [JAR]

├─ org.jppf.server.node.local.JPPFLocalContainer.class - [JAR]

├─ org.jppf.server.node.local.JPPFLocalNode.class - [JAR]

├─ org.jppf.server.node.local.LocalClassLoaderManager.class - [JAR]

org.jppf.server.event

├─ org.jppf.server.event.NodeConnectionEvent.class - [JAR]

├─ org.jppf.server.event.NodeConnectionEventHandler.class - [JAR]

├─ org.jppf.server.event.NodeConnectionListener.class - [JAR]

org.jppf.server.spi

├─ org.jppf.server.spi.JPPFDefaultDriverMBeanProvider.class - [JAR]

├─ org.jppf.server.spi.JPPFNodeForwardingMBeanProvider.class - [JAR]

├─ org.jppf.server.spi.NodeForwardingMBeanProvider.class - [JAR]

org.jppf.server.nio.nodeserver

├─ org.jppf.server.nio.nodeserver.BaseNodeContext.class - [JAR]

├─ org.jppf.server.nio.nodeserver.LocalNodeMessage.class - [JAR]

├─ org.jppf.server.nio.nodeserver.NodeBundleResults.class - [JAR]

├─ org.jppf.server.nio.nodeserver.NodeConnectionCompletionListener.class - [JAR]

├─ org.jppf.server.nio.nodeserver.NodeDispatchTimeoutAction.class - [JAR]

├─ org.jppf.server.nio.nodeserver.NodeJMXWrapperListener.class - [JAR]

├─ org.jppf.server.nio.nodeserver.NodeReservationHandler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.OfflineNodeHandler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.PeerAttributesHandler.class - [JAR]

├─ org.jppf.server.nio.nodeserver.RemoteNodeMessage.class - [JAR]

Advertisement

Dependencies from Group

May 31, 2020
6 usages
62 stars
Oct 25, 2015
4 usages
May 31, 2020
4 usages
62 stars
May 22, 2018
2 usages
May 31, 2020
2 usages
62 stars

Discover Dependencies

Jul 14, 2023
11 usages
212 stars
Jul 14, 2023
13 usages
211 stars
Jul 14, 2023
74 usages
211 stars
jta
Jul 14, 2023
45 usages
212 stars
Jul 14, 2023
9 usages
211 stars
Sep 25, 2015
1 usages