| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskManager.Task | |
|---|---|
| com.sun.jini.mahalo | Provides implementations of the TransactionManager service. | 
| 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.mahalo | 
|---|
| Classes in com.sun.jini.mahalo that implement TaskManager.Task | |
|---|---|
 class | 
ParticipantTask
A ParticipantTask is a general task which
 interacts with a participant. | 
 class | 
SettlerTask
A SettlerTask is scheduled task, which
 causes an unsettled transaction to settle. | 
| Methods in com.sun.jini.mahalo with parameters of type TaskManager.Task | |
|---|---|
protected  boolean | 
Job.numberOfRetriesDueToConnectionExceptionExceeded(TaskManager.Task who)
 | 
protected  void | 
Job.reportDone(TaskManager.Task who,
           Object param)
 | 
| Uses of TaskManager.Task in com.sun.jini.thread | 
|---|
| Classes in com.sun.jini.thread that implement TaskManager.Task | |
|---|---|
 class | 
RetryTask
 | 
| Fields in com.sun.jini.thread with type parameters of type TaskManager.Task | |
|---|---|
protected  ArrayList<TaskManager.Task> | 
TaskManager.tasks
Active and pending tasks  | 
| Methods in com.sun.jini.thread that return types with arguments of type TaskManager.Task | |
|---|---|
 List<TaskManager.Task> | 
TaskManager.getPending()
Return all pending tasks.  | 
| 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).  | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||