Uses of Interface
com.sun.jini.thread.TaskManager.Task

Packages that use TaskManager.Task
com.sun.jini.thread These are utility classes and interfaces for helping with tasks done in multiple threads. 
 

Uses of TaskManager.Task in com.sun.jini.thread
 

Classes in com.sun.jini.thread that implement TaskManager.Task
 class RetryTask
           
 

Methods in com.sun.jini.thread with parameters of type TaskManager.Task
 void TaskManager.add(TaskManager.Task t)
          Add a new task.
 void TaskManager.addIfNew(TaskManager.Task t)
          Add a new task if it is not equal to (using the equals method) to any existing active or pending task.
 boolean TaskManager.remove(TaskManager.Task t)
           
 boolean TaskManager.removeIfPending(TaskManager.Task t)
          Remove a task if it is pending (not active).
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.