Uses of Interface
com.sun.jini.thread.TaskManager.Task
Packages that use TaskManager.Task
Package
Description
Provides implementations of the
TransactionManager service.
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.TaskModifier and TypeClassDescriptionclassAParticipantTaskis a general task which interacts with a participant.classASettlerTaskis scheduled task, which causes an unsettled transaction to settle.Methods in com.sun.jini.mahalo with parameters of type TaskManager.TaskModifier and TypeMethodDescriptionprotected booleanprotected voidJob.reportDone(TaskManager.Task who, Object param) -
Uses of TaskManager.Task in com.sun.jini.thread
Classes in com.sun.jini.thread that implement TaskManager.TaskFields in com.sun.jini.thread with type parameters of type TaskManager.TaskModifier and TypeFieldDescriptionprotected final ArrayList<TaskManager.Task>TaskManager.tasksActive and pending tasksMethods in com.sun.jini.thread that return types with arguments of type TaskManager.TaskMethods in com.sun.jini.thread with parameters of type TaskManager.TaskModifier and TypeMethodDescriptionvoidTaskManager.add(TaskManager.Task t) Add a new task.voidTaskManager.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.booleanTaskManager.remove(TaskManager.Task t) booleanTaskManager.removeIfPending(TaskManager.Task t) Remove a task if it is pending (not active).