JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-420  -  Provide access to JPPFClient, TopologyManager and JobMonitor of embedded admin console
Posted Oct 21, 2015 - updated Aug 15, 2018
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
    GUI
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.0.x
Issue description
Currently, when embedding the admin console in another GUI, we only have access to the root JComponent of the console. We propose to add methods in JPPFAdminConsole to provide access to the underlying JPPFClient, TopologyManager and JobMonitor (in 5.1+) instances:
public class JPPFAdminConsole {
  public static JComponent getAdminConsole();
  public static JPPFClient getClient();
  public static TopologyManager getTopologyManager();
  // only in 5.1 or later
  public static JobMonitor getJobMonitor();
}

#3
Comment posted by
 lolo4j
Oct 27, 08:03
Implemented in: