47703
|
1 |
#
|
|
2 |
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
5 |
# This code is free software; you can redistribute it and/or modify it
|
|
6 |
# under the terms of the GNU General Public License version 2 only, as
|
|
7 |
# published by the Free Software Foundation. Oracle designates this
|
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
|
9 |
# by Oracle in the LICENSE file that accompanied this code.
|
|
10 |
#
|
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
# accompanied this code).
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU General Public License version
|
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
#
|
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
# or visit www.oracle.com if you need additional information or have any
|
|
23 |
# questions.
|
|
24 |
#
|
|
25 |
# ##########################################################
|
|
26 |
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
27 |
# ##########################################################
|
|
28 |
#
|
|
29 |
module name jdk.jconsole
|
|
30 |
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
|
|
31 |
|
|
32 |
class name com/sun/tools/jconsole/JConsoleContext
|
|
33 |
header extends java/lang/Object flags 601
|
|
34 |
innerclass innerClass com/sun/tools/jconsole/JConsoleContext$ConnectionState outerClass com/sun/tools/jconsole/JConsoleContext innerClassName ConnectionState flags 4019
|
|
35 |
field name CONNECTION_STATE_PROPERTY descriptor Ljava/lang/String; constantValue connectionState flags 19
|
|
36 |
method name getMBeanServerConnection descriptor ()Ljavax/management/MBeanServerConnection; flags 401
|
|
37 |
method name getConnectionState descriptor ()Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 401
|
|
38 |
method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
|
|
39 |
method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
|
|
40 |
|
|
41 |
class name com/sun/tools/jconsole/JConsoleContext$ConnectionState
|
|
42 |
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState;>;
|
|
43 |
innerclass innerClass com/sun/tools/jconsole/JConsoleContext$ConnectionState outerClass com/sun/tools/jconsole/JConsoleContext innerClassName ConnectionState flags 4019
|
|
44 |
field name CONNECTED descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
|
|
45 |
field name DISCONNECTED descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
|
|
46 |
field name CONNECTING descriptor Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 4019
|
|
47 |
method name values descriptor ()[Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 9
|
|
48 |
method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/tools/jconsole/JConsoleContext$ConnectionState; flags 9
|
|
49 |
|
|
50 |
class name com/sun/tools/jconsole/JConsolePlugin
|
|
51 |
header extends java/lang/Object flags 421
|
|
52 |
method name <init> descriptor ()V flags 4
|
|
53 |
method name setContext descriptor (Lcom/sun/tools/jconsole/JConsoleContext;)V flags 31
|
|
54 |
method name getContext descriptor ()Lcom/sun/tools/jconsole/JConsoleContext; flags 11
|
|
55 |
method name getTabs descriptor ()Ljava/util/Map; flags 401 signature ()Ljava/util/Map<Ljava/lang/String;Ljavax/swing/JPanel;>;
|
|
56 |
method name newSwingWorker descriptor ()Ljavax/swing/SwingWorker; flags 401 signature ()Ljavax/swing/SwingWorker<**>;
|
|
57 |
method name dispose descriptor ()V flags 1
|
|
58 |
method name addContextPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 11
|
|
59 |
method name removeContextPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 11
|
|
60 |
|