JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-240  -  Make the JPPFClient and JPPFClientConnection class hierarchies implment AutoCloseable
Posted Mar 31, 2014 - updated Apr 03, 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
  • Progress
       
  • 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.1
Issue description
All these classes already have a close() method and it would be really great to be able to use them in try-with-resource statements.

#2
Comment posted by
 lolo4j
Mar 31, 00:36
We need to change the documentation accordingly, and also the application template and tutorial to show off the new capability