JDK-6179281 : Provide a jconsole plug-in interface to allow loading user defined tabs
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-14
  • Updated: 2017-05-16
  • Resolved: 2006-04-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b81Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Provide a jconsole plug-in API to support user defined tabs.

This allows users for example to create a Swing component for their custom MBean viewer (display MBeans in MBean specific way).
###@###.### 10/14/04 18:06 GMT

Comments
SUGGESTED FIX See attached webrev.tar
10-04-2006

EVALUATION Two new classes are added: com.sun.tools.jconsole.JConsolePlugin com.sun.tools.jconsole.JConsoleContext See docs/guide/jconsole/spec for details.
10-04-2006

EVALUATION We propose to define a com.sun.tools.jconsole.Tab abstract class for users to extend for their custom tabs.
10-12-2005