JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-317  -  Add awaitXXX methods to the client side connection and JMX pools
Posted Aug 27, 2014 - updated Aug 28, 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
    Enhancement
  • 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 5.0
Issue description
We propose to add methods to the JPPFConnectionPool and JPPFClient classes that will:
  • wait until a connection pool has a specified number of connections in a specified state
  • wait until a connection pool has a specified number of JMX connections in a specified state
  • wait until a JPPF client has a specified number of connection pools with at least one connection in a specified state
Each method should have a variant that waits unconditionally until the conditions are fulfilled and another which waits until either the conditions are fulfilled or a specified timeout expires.

#3
Comment posted by
 lolo4j
Aug 28, 06:53
implemented in trunk revision 3341