Interface and Description |
---|
org.jppf.client.event.ClientListener
use
ConnectionPoolListener instead. |
org.jppf.load.balancer.JobAwareness
use
JobAwarenessEx instead. |
org.jppf.job.TaskReturnListener
use
JobTasksListener instead. |
org.jppf.job.TaskReturnManager
use
JobTasksListenerManager instead. |
Class and Description |
---|
org.jppf.node.protocol.JPPFTask
use
AbstractTask instead. |
org.jppf.management.NodeSelector.AllNodesSelector
use
AllNodesSelector instead. |
org.jppf.management.NodeSelector.ExecutionPolicySelector
use
ExecutionPolicySelector instead. |
org.jppf.management.NodeSelector.UuidSelector
use
UuidSelector instead. |
org.jppf.job.TaskReturnEvent
JobTasksEvent should be used instead, in conjunction with JobTasksListener s. |
Constructor and Description |
---|
org.jppf.client.JPPFClient(ClientListener...)
use
JPPFClient.JPPFClient(ConnectionPoolListener[]) instead. |
org.jppf.client.JPPFClient(String, ClientListener...) |
org.jppf.client.JPPFClient(String, TypedProperties, ClientListener...) |
org.jppf.management.NodeSelector.ExecutionPolicySelector(ExecutionPolicy)
use
ExecutionPolicySelector instead. |
org.jppf.management.NodeSelector.UuidSelector(Collection use
UuidSelector instead. |
org.jppf.management.NodeSelector.UuidSelector(String...)
use
UuidSelector instead. |
Copyright © 2005-2015 JPPF Team.