blob: 9d3bece065a1e43025994837894cf2063a89eeea [file] [log] [blame]
#
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# ##########################################################
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
# ##########################################################
#
module name jdk.jconsole
header exports com/sun/tools/jconsole requires name\u0020;jdk.internal.jvmstat\u0020;flags\u0020;0,name\u0020;java.management\u0020;flags\u0020;20,name\u0020;jdk.management\u0020;flags\u0020;0,name\u0020;java.desktop\u0020;flags\u0020;20,name\u0020;java.base\u0020;flags\u0020;8000,name\u0020;java.management.rmi\u0020;flags\u0020;0,name\u0020;jdk.attach\u0020;flags\u0020;0,name\u0020;java.rmi\u0020;flags\u0020;0,name\u0020;jdk.management.agent\u0020;flags\u0020;0 uses com/sun/tools/jconsole/JConsolePlugin flags 8000
class name com/sun/tools/jconsole/JConsoleContext
header extends java/lang/Object flags 601
innerclass innerClass com/sun/tools/jconsole/JConsoleContext$ConnectionState outerClass com/sun/tools/jconsole/JConsoleContext innerClassName ConnectionState flags 4019
field name CONNECTION_STATE_PROPERTY descriptor Ljava/lang/String; constantValue connectionState flags 19
method name getMBeanServerConnection descriptor ()Ljavax/management/MBeanServerConnection; flags 401
method name getConnectionState descriptor ()Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 401
method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
class name com/sun/tools/jconsole/JConsoleContext$ConnectionState
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState;>;
innerclass innerClass com/sun/tools/jconsole/JConsoleContext$ConnectionState outerClass com/sun/tools/jconsole/JConsoleContext innerClassName ConnectionState flags 4019
field name CONNECTED descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
field name DISCONNECTED descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
field name CONNECTING descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
method name values descriptor ()[Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 9
method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 9
class name com/sun/tools/jconsole/JConsolePlugin
header extends java/lang/Object flags 421
method name <init> descriptor ()V flags 4
method name setContext descriptor (Lcom/sun/tools/jconsole/JConsoleContext;)V flags 31
method name getContext descriptor ()Lcom/sun/tools/jconsole/JConsoleContext; flags 11
method name getTabs descriptor ()Ljava/util/Map; flags 401 signature ()Ljava/util/Map<Ljava/lang/String;Ljavax/swing/JPanel;>;
method name newSwingWorker descriptor ()Ljavax/swing/SwingWorker; flags 401 signature ()Ljavax/swing/SwingWorker<**>;
method name dispose descriptor ()V flags 1
method name addContextPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 11
method name removeContextPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 11