|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobException | |
---|---|
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
Uses of JobException in com.sun.jini.mahalo |
---|
Subclasses of JobException in com.sun.jini.mahalo | |
---|---|
class |
JobNotStartedException
|
class |
PartialResultException
|
class |
ResultNotReadyException
|
class |
UnknownTaskException
|
Methods in com.sun.jini.mahalo that throw JobException | |
---|---|
(package private) int |
Job.attempt(TaskManager.Task who)
Given a TaskManager.Task , this method
returns the current number of attempts it has made. |
(package private) Object |
AbortJob.computeResult()
Gathers partial results submitted by tasks and produces a single outcome. |
(package private) abstract Object |
Job.computeResult()
Generate the solution to the original problem. |
(package private) Object |
PrepareJob.computeResult()
Gathers partial results submitted by tasks and produces a single outcome. |
(package private) Object |
PrepareAndCommitJob.computeResult()
Gathers partial results submitted by tasks and produces a single outcome. |
(package private) Object |
CommitJob.computeResult()
Gathers partial results submitted by tasks and produces a single outcome. |
(package private) abstract Object |
Job.doWork(TaskManager.Task who,
Object param)
The work performed is implemented here. |
boolean |
Job.isCompleted(long waitFor)
Check to see if the Job execution has
completed. |
(package private) boolean |
Job.performWork(TaskManager.Task who,
Object param)
Used by a task to do a piece of work and record the number of attempts. |
private void |
Job.reportDone(TaskManager.Task who,
Object param)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |