JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-279  -  Make JPPFJob extend java.util.concurrent.Future<List<Task<?>>>
Posted May 29, 2014 - updated May 31, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 4.2
Issue description
Given the changes introduced in JPPFJob by Feature request JPPF-260 - Deprecate usage of TaskResultListener in exposed APIs, it is a relatively simple matter to make JPPFjob an implementation of Future<List<Task><?>>>. What is really missing is the ability for a job to cancel itself.

#2
Comment posted by
 lolo4j
May 31, 10:54
implemented and documented in trunk revision 3211