Skip navigation links
JConsole API
A C D G J N R S V 

A

addContextPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.tools.jconsole.JConsolePlugin
Adds a PropertyChangeListener to the JConsoleContext object for this plugin.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.tools.jconsole.JConsoleContext
Add a PropertyChangeListener to the listener list.

C

com.sun.tools.jconsole - package com.sun.tools.jconsole
This package contains the JConsole API.
CONNECTION_STATE_PROPERTY - Static variable in interface com.sun.tools.jconsole.JConsoleContext
The ConnectionState bound property name.

D

dispose() - Method in class com.sun.tools.jconsole.JConsolePlugin
Dispose this plugin.

G

getConnectionState() - Method in interface com.sun.tools.jconsole.JConsoleContext
Returns the current connection state.
getContext() - Method in class com.sun.tools.jconsole.JConsolePlugin
Returns the JConsoleContext object representing the connection to an application.
getMBeanServerConnection() - Method in interface com.sun.tools.jconsole.JConsoleContext
Returns the MBeanServerConnection for the connection to an application.
getTabs() - Method in class com.sun.tools.jconsole.JConsolePlugin
Returns the tabs to be added in JConsole window.

J

JConsoleContext - Interface in com.sun.tools.jconsole
JConsoleContext represents a JConsole connection to a target application.
JConsoleContext.ConnectionState - Enum in com.sun.tools.jconsole
Values for the ConnectionState bound property.
JConsolePlugin - Class in com.sun.tools.jconsole
A JConsole plugin class.
JConsolePlugin() - Constructor for class com.sun.tools.jconsole.JConsolePlugin
Constructor.

N

newSwingWorker() - Method in class com.sun.tools.jconsole.JConsolePlugin
Returns a SwingWorker to perform the GUI update for this plugin at the same interval as JConsole updates the GUI.

R

removeContextPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.tools.jconsole.JConsolePlugin
Removes a PropertyChangeListener from the listener list of the JConsoleContext object for this plugin.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.tools.jconsole.JConsoleContext
Removes a PropertyChangeListener from the listener list.

S

setContext(JConsoleContext) - Method in class com.sun.tools.jconsole.JConsolePlugin
Sets the JConsoleContext object representing the connection to an application.

V

valueOf(String) - Static method in enum com.sun.tools.jconsole.JConsoleContext.ConnectionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.tools.jconsole.JConsoleContext.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G J N R S V 
Skip navigation links
JConsole API


Copyright © 2006, 2017, Oracle and/or its affiliates. All rights reserved.