Uses of Interface
org.jppf.server.protocol.TaskCompletionListener

Packages that use TaskCompletionListener
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
org.jppf.server.queue Classes supporting the tasks queuing mechanism. 
 

Uses of TaskCompletionListener in org.jppf.server
 

Classes in org.jppf.server that implement TaskCompletionListener
 class AbstractResultSender
          Abstract super class for objects that sends results back to a remote peer acting as a JPPF client.
 

Uses of TaskCompletionListener in org.jppf.server.protocol
 

Methods in org.jppf.server.protocol that return TaskCompletionListener
 TaskCompletionListener JPPFTaskBundle.getCompletionListener()
          Get the task completion listener to notify, once the execution of this task has completed.
 

Methods in org.jppf.server.protocol with parameters of type TaskCompletionListener
 void JPPFTaskBundle.setCompletionListener(TaskCompletionListener listener)
          Set the task completion listener to notify, once the execution of this task has completed.
 

Uses of TaskCompletionListener in org.jppf.server.queue
 

Classes in org.jppf.server.queue that implement TaskCompletionListener
 class BroadcastJobCompletionListener
           
 



Copyright © 2005-2010 JPPF Team.