public class javax.management.modelmbean.ModelMBeanInfoSupport extends javax.management.MBeanInfo implements javax.management.modelmbean.ModelMBeanInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.management.modelmbean.ModelMBeanInfoSupport
super_class: javax.management.MBeanInfo
{
private static final long oldSerialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3944083498453227709
private static final long newSerialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1935722590756516193
private static final java.io.ObjectStreamField[] oldSerialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.io.ObjectStreamField[] newSerialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.io.ObjectStreamField[] serialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static boolean compat;
descriptor: Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private javax.management.Descriptor modelMBeanDescriptor;
descriptor: Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanAttributeInfo[] modelMBeanAttributes;
descriptor: [Ljavax/management/MBeanAttributeInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanConstructorInfo[] modelMBeanConstructors;
descriptor: [Ljavax/management/MBeanConstructorInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanNotificationInfo[] modelMBeanNotifications;
descriptor: [Ljavax/management/MBeanNotificationInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanOperationInfo[] modelMBeanOperations;
descriptor: [Ljavax/management/MBeanOperationInfo;
flags: (0x0002) ACC_PRIVATE
private static final java.lang.String ATTR;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "attribute"
private static final java.lang.String OPER;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "operation"
private static final java.lang.String NOTF;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "notification"
private static final java.lang.String CONS;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "constructor"
private static final java.lang.String MMB;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "mbean"
private static final java.lang.String ALL;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "all"
private static final java.lang.String currClass;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "ModelMBeanInfoSupport"
private static final javax.management.modelmbean.ModelMBeanAttributeInfo[] NO_ATTRIBUTES;
descriptor: [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanConstructorInfo[] NO_CONSTRUCTORS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanNotificationInfo[] NO_NOTIFICATIONS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanOperationInfo[] NO_OPERATIONS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=2, args_size=0
0: bipush 6
anewarray java.io.ObjectStreamField
dup
iconst_0
1: new java.io.ObjectStreamField
dup
ldc "modelMBeanDescriptor"
ldc Ljavax/management/Descriptor;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_1
2: new java.io.ObjectStreamField
dup
ldc "mmbAttributes"
ldc [Ljavax/management/MBeanAttributeInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_2
3: new java.io.ObjectStreamField
dup
ldc "mmbConstructors"
ldc [Ljavax/management/MBeanConstructorInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_3
4: new java.io.ObjectStreamField
dup
ldc "mmbNotifications"
ldc [Ljavax/management/MBeanNotificationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_4
5: new java.io.ObjectStreamField
dup
ldc "mmbOperations"
ldc [Ljavax/management/MBeanOperationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_5
6: new java.io.ObjectStreamField
dup
ldc "currClass"
ldc Ljava/lang/String;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
7: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
8: iconst_5
anewarray java.io.ObjectStreamField
dup
iconst_0
9: new java.io.ObjectStreamField
dup
ldc "modelMBeanDescriptor"
ldc Ljavax/management/Descriptor;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_1
10: new java.io.ObjectStreamField
dup
ldc "modelMBeanAttributes"
ldc [Ljavax/management/MBeanAttributeInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_2
11: new java.io.ObjectStreamField
dup
ldc "modelMBeanConstructors"
ldc [Ljavax/management/MBeanConstructorInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_3
12: new java.io.ObjectStreamField
dup
ldc "modelMBeanNotifications"
ldc [Ljavax/management/MBeanNotificationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_4
13: new java.io.ObjectStreamField
dup
ldc "modelMBeanOperations"
ldc [Ljavax/management/MBeanOperationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
14: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
15: iconst_0
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
16: new com.sun.jmx.mbeanserver.GetPropertyAction
dup
ldc "jmx.serial.form"
invokespecial com.sun.jmx.mbeanserver.GetPropertyAction.<init>:(Ljava/lang/String;)V
astore 0
start local 0 17: aload 0
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.String
astore 1
start local 1 18: aload 1
ifnull 19
aload 1
ldc "1.0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 19
iconst_1
goto 20
StackMap locals: com.sun.jmx.mbeanserver.GetPropertyAction java.lang.String
StackMap stack:
19: iconst_0
StackMap locals:
StackMap stack: int
20: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
end local 1 end local 0 21: goto 23
StackMap locals:
StackMap stack: java.lang.Exception
22: pop
23: StackMap locals:
StackMap stack:
getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 27
24: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialPersistentFields:[Ljava/io/ObjectStreamField;
25: ldc -3944083498453227709
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialVersionUID:J
26: goto 29
27: StackMap locals:
StackMap stack:
getstatic javax.management.modelmbean.ModelMBeanInfoSupport.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialPersistentFields:[Ljava/io/ObjectStreamField;
28: ldc -1935722590756516193
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialVersionUID:J
29: StackMap locals:
StackMap stack:
iconst_0
anewarray javax.management.modelmbean.ModelMBeanAttributeInfo
30: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_ATTRIBUTES:[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
31: iconst_0
anewarray javax.management.modelmbean.ModelMBeanConstructorInfo
32: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_CONSTRUCTORS:[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
33: iconst_0
anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
34: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_NOTIFICATIONS:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
35: iconst_0
anewarray javax.management.modelmbean.ModelMBeanOperationInfo
36: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_OPERATIONS:[Ljavax/management/modelmbean/ModelMBeanOperationInfo;
37: return
LocalVariableTable:
Start End Slot Name Signature
17 21 0 act Lcom/sun/jmx/mbeanserver/GetPropertyAction;
18 21 1 form Ljava/lang/String;
Exception table:
from to target type
16 21 22 Class java.lang.Exception
public void <init>(javax.management.modelmbean.ModelMBeanInfo);
descriptor: (Ljavax/management/modelmbean/ModelMBeanInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getClassName:()Ljava/lang/String;
1: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescription:()Ljava/lang/String;
2: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
3: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getConstructors:()[Ljavax/management/MBeanConstructorInfo;
4: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperations:()[Ljavax/management/MBeanOperationInfo;
5: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
invokespecial javax.management.MBeanInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanAttributeInfo;[Ljavax/management/MBeanConstructorInfo;[Ljavax/management/MBeanOperationInfo;[Ljavax/management/MBeanNotificationInfo;)V
6: aload 0
aconst_null
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
7: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
8: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getConstructors:()[Ljavax/management/MBeanConstructorInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
9: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperations:()[Ljavax/management/MBeanOperationInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
10: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
11: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
astore 2
start local 2 12: aload 0
aload 0
aload 2
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.validDescriptor:(Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
end local 2 13: goto 22
StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport javax.management.modelmbean.ModelMBeanInfo
StackMap stack: javax.management.MBeanException
14: pop
15: aload 0
aload 0
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.validDescriptor:(Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
16: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 22
17: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
18: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
19: ldc "ModelMBeanInfo(ModelMBeanInfo)"
20: ldc "Could not get a valid modelMBeanDescriptor, setting a default Descriptor"
21: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
22: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 27
23: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
24: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
25: ldc "ModelMBeanInfo(ModelMBeanInfo)"
ldc "Exit"
26: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
27: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 28 1 mbi Ljavax/management/modelmbean/ModelMBeanInfo;
12 13 2 mbeandescriptor Ljavax/management/Descriptor;
Exception table:
from to target type
11 13 14 Class javax.management.MBeanException
MethodParameters:
Name Flags
mbi
public void <init>(java.lang.String, java.lang.String, javax.management.modelmbean.ModelMBeanAttributeInfo[], javax.management.modelmbean.ModelMBeanConstructorInfo[], javax.management.modelmbean.ModelMBeanOperationInfo[], javax.management.modelmbean.ModelMBeanNotificationInfo[]);
descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
1: aload 5
aload 6
aconst_null
invokespecial javax.management.modelmbean.ModelMBeanInfoSupport.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;Ljavax/management/Descriptor;)V
2: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 3 1 className Ljava/lang/String;
0 3 2 description Ljava/lang/String;
0 3 3 attributes [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
0 3 4 constructors [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
0 3 5 operations [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
0 3 6 notifications [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
MethodParameters:
Name Flags
className
description
attributes
constructors
operations
notifications
public void <init>(java.lang.String, java.lang.String, javax.management.modelmbean.ModelMBeanAttributeInfo[], javax.management.modelmbean.ModelMBeanConstructorInfo[], javax.management.modelmbean.ModelMBeanOperationInfo[], javax.management.modelmbean.ModelMBeanNotificationInfo[], javax.management.Descriptor);
descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
1: aload 2
2: aload 3
ifnull 3
aload 3
goto 4
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String
3: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_ATTRIBUTES:[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
4: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[]
aload 4
ifnull 5
aload 4
goto 6
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[]
5: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_CONSTRUCTORS:[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
6: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[]
aload 5
ifnull 7
aload 5
goto 8
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[]
7: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_OPERATIONS:[Ljavax/management/modelmbean/ModelMBeanOperationInfo;
8: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[]
aload 6
ifnull 9
aload 6
goto 10
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[]
9: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_NOTIFICATIONS:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[]
10: invokespecial javax.management.MBeanInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanAttributeInfo;[Ljavax/management/MBeanConstructorInfo;[Ljavax/management/MBeanOperationInfo;[Ljavax/management/MBeanNotificationInfo;)V
11: aload 0
aconst_null
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
12: aload 0
aload 3
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
13: aload 0
aload 4
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
14: aload 0
aload 5
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
15: aload 0
aload 6
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
16: aload 0
aload 0
aload 7
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.validDescriptor:(Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
17: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 23
18: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
19: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
20: ldc "ModelMBeanInfoSupport(String,String,ModelMBeanAttributeInfo[],ModelMBeanConstructorInfo[],ModelMBeanOperationInfo[],ModelMBeanNotificationInfo[],Descriptor)"
21: ldc "Exit"
22: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
23: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 24 1 className Ljava/lang/String;
0 24 2 description Ljava/lang/String;
0 24 3 attributes [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
0 24 4 constructors [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
0 24 5 operations [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
0 24 6 notifications [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
0 24 7 mbeandescriptor Ljavax/management/Descriptor;
MethodParameters:
Name Flags
className
description
attributes
constructors
operations
notifications
mbeandescriptor
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new javax.management.modelmbean.ModelMBeanInfoSupport
dup
aload 0
invokespecial javax.management.modelmbean.ModelMBeanInfoSupport.<init>:(Ljavax/management/modelmbean/ModelMBeanInfo;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public javax.management.Descriptor[] getDescriptors(java.lang.String);
descriptor: (Ljava/lang/String;)[Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=14, args_size=2
start local 0 start local 1 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getDescriptors(String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnull 6
aload 1
ldc ""
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 7
6: StackMap locals:
StackMap stack:
ldc "all"
astore 1
7: StackMap locals:
StackMap stack:
aload 1
ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 10
8: iconst_1
anewarray javax.management.Descriptor
dup
iconst_0
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
aastore
astore 2
start local 2 9: goto 127
end local 2 StackMap locals:
StackMap stack:
10: aload 1
ldc "attribute"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 25
11: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanAttributeInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 15: iconst_0
istore 5
start local 5 16: goto 23
17: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanAttributeInfo[] int int
StackMap stack:
aload 2
iload 5
18: aload 3
iload 5
aaload
19: checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
20: invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
21: aastore
22: iinc 5 1
StackMap locals:
StackMap stack:
23: iload 5
iload 4
if_icmplt 17
end local 5 end local 4 end local 3 24: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
25: aload 1
ldc "operation"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 40
26: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 3
start local 3 27: iconst_0
istore 4
start local 4 28: aload 3
ifnull 29
aload 3
arraylength
istore 4
29: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanOperationInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 30: iconst_0
istore 5
start local 5 31: goto 38
32: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanOperationInfo[] int int
StackMap stack:
aload 2
iload 5
33: aload 3
iload 5
aaload
34: checkcast javax.management.modelmbean.ModelMBeanOperationInfo
35: invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
36: aastore
37: iinc 5 1
StackMap locals:
StackMap stack:
38: iload 5
iload 4
if_icmplt 32
end local 5 end local 4 end local 3 39: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
40: aload 1
ldc "constructor"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 55
41: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 3
start local 3 42: iconst_0
istore 4
start local 4 43: aload 3
ifnull 44
aload 3
arraylength
istore 4
44: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanConstructorInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 45: iconst_0
istore 5
start local 5 46: goto 53
47: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanConstructorInfo[] int int
StackMap stack:
aload 2
iload 5
48: aload 3
iload 5
aaload
49: checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
50: invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
51: aastore
52: iinc 5 1
StackMap locals:
StackMap stack:
53: iload 5
iload 4
if_icmplt 47
end local 5 end local 4 end local 3 54: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
55: aload 1
ldc "notification"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 70
56: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 3
start local 3 57: iconst_0
istore 4
start local 4 58: aload 3
ifnull 59
aload 3
arraylength
istore 4
59: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanNotificationInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 60: iconst_0
istore 5
start local 5 61: goto 68
62: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanNotificationInfo[] int int
StackMap stack:
aload 2
iload 5
63: aload 3
iload 5
aaload
64: checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
65: invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
66: aastore
67: iinc 5 1
StackMap locals:
StackMap stack:
68: iload 5
iload 4
if_icmplt 62
end local 5 end local 4 end local 3 69: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
70: aload 1
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 124
71: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 72: iconst_0
istore 4
start local 4 73: aload 3
ifnull 74
aload 3
arraylength
istore 4
74: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanAttributeInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 5
start local 5 75: iconst_0
istore 6
start local 6 76: aload 5
ifnull 77
aload 5
arraylength
istore 6
77: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 7
start local 7 78: iconst_0
istore 8
start local 8 79: aload 7
ifnull 80
aload 7
arraylength
istore 8
80: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 9
start local 9 81: iconst_0
istore 10
start local 10 82: aload 9
ifnull 83
aload 9
arraylength
istore 10
83: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iload 4
iload 8
iadd
iload 6
iadd
iload 10
iadd
iconst_1
iadd
istore 11
start local 11 84: iload 11
anewarray javax.management.Descriptor
astore 2
start local 2 85: aload 2
iload 11
iconst_1
isub
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
aastore
86: iconst_0
istore 12
start local 12 87: iconst_0
istore 13
start local 13 88: goto 96
89: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanAttributeInfo[] int javax.management.MBeanOperationInfo[] int javax.management.MBeanConstructorInfo[] int javax.management.MBeanNotificationInfo[] int int int int
StackMap stack:
aload 2
iload 12
90: aload 3
iload 13
aaload
91: checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
92: invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
93: aastore
94: iinc 12 1
95: iinc 13 1
StackMap locals:
StackMap stack:
96: iload 13
iload 4
if_icmplt 89
end local 13 97: iconst_0
istore 13
start local 13 98: goto 106
99: StackMap locals:
StackMap stack:
aload 2
iload 12
100: aload 7
iload 13
aaload
101: checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
102: invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
103: aastore
104: iinc 12 1
105: iinc 13 1
StackMap locals:
StackMap stack:
106: iload 13
iload 8
if_icmplt 99
end local 13 107: iconst_0
istore 13
start local 13 108: goto 114
109: StackMap locals:
StackMap stack:
aload 2
iload 12
aload 5
iload 13
aaload
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
110: invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
111: aastore
112: iinc 12 1
113: iinc 13 1
StackMap locals:
StackMap stack:
114: iload 13
iload 6
if_icmplt 109
end local 13 115: iconst_0
istore 13
start local 13 116: goto 122
117: StackMap locals:
StackMap stack:
aload 2
iload 12
aload 9
iload 13
aaload
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
118: invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
119: aastore
120: iinc 12 1
121: iinc 13 1
StackMap locals:
StackMap stack:
122: iload 13
iload 10
if_icmplt 117
end local 13 end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 123: goto 127
end local 2 124: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Descriptor Type is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
125: astore 3
start local 3 126: new javax.management.RuntimeOperationsException
dup
aload 3
ldc "Exception occurred trying to find the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 3 start local 2 127: StackMap locals: javax.management.Descriptor[]
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 132
128: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
129: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
130: ldc "getDescriptors(String)"
ldc "Exit"
131: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
132: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 133 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 133 1 inDescriptorType Ljava/lang/String;
9 10 2 retList [Ljavax/management/Descriptor;
15 25 2 retList [Ljavax/management/Descriptor;
30 40 2 retList [Ljavax/management/Descriptor;
45 55 2 retList [Ljavax/management/Descriptor;
60 70 2 retList [Ljavax/management/Descriptor;
85 124 2 retList [Ljavax/management/Descriptor;
127 133 2 retList [Ljavax/management/Descriptor;
12 24 3 attrList [Ljavax/management/MBeanAttributeInfo;
13 24 4 numAttrs I
16 24 5 i I
27 39 3 operList [Ljavax/management/MBeanOperationInfo;
28 39 4 numOpers I
31 39 5 i I
42 54 3 consList [Ljavax/management/MBeanConstructorInfo;
43 54 4 numCons I
46 54 5 i I
57 69 3 notifList [Ljavax/management/MBeanNotificationInfo;
58 69 4 numNotifs I
61 69 5 i I
72 123 3 attrList [Ljavax/management/MBeanAttributeInfo;
73 123 4 numAttrs I
75 123 5 operList [Ljavax/management/MBeanOperationInfo;
76 123 6 numOpers I
78 123 7 consList [Ljavax/management/MBeanConstructorInfo;
79 123 8 numCons I
81 123 9 notifList [Ljavax/management/MBeanNotificationInfo;
82 123 10 numNotifs I
84 123 11 count I
87 123 12 j I
88 97 13 i I
98 107 13 i I
108 115 13 i I
116 123 13 i I
126 127 3 iae Ljava/lang/IllegalArgumentException;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorType
public void setDescriptors(javax.management.Descriptor[]);
descriptor: ([Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setDescriptors(Descriptor[])"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnonnull 10
6: new javax.management.RuntimeOperationsException
dup
7: new java.lang.IllegalArgumentException
dup
ldc "Descriptor list is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
8: ldc "Exception occurred trying to set the descriptors of the MBeanInfo"
9: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 1
arraylength
ifne 12
11: return
12: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 13: goto 16
14: StackMap locals: int
StackMap stack:
aload 0
aload 1
iload 2
aaload
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
15: iinc 2 1
StackMap locals:
StackMap stack:
16: iload 2
aload 1
arraylength
if_icmplt 14
end local 2 17: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 22
18: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
19: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
20: ldc "setDescriptors(Descriptor[])"
ldc "Exit"
21: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
22: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 23 1 inDescriptors [Ljavax/management/Descriptor;
13 17 2 j I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptors
public javax.management.Descriptor getDescriptor(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getDescriptor(String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 6 1 inDescriptorName Ljava/lang/String;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorName
public javax.management.Descriptor getDescriptor(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 5
1: new javax.management.RuntimeOperationsException
dup
2: new java.lang.IllegalArgumentException
dup
ldc "Descriptor is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
3: ldc "Exception occurred trying to set the descriptors of the MBeanInfo"
4: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
ldc "mbean"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 7
6: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
areturn
7: StackMap locals:
StackMap stack:
ldc "attribute"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 8
aload 2
ifnonnull 13
8: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getAttribute:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
astore 3
start local 3 9: aload 3
ifnull 11
10: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
11: StackMap locals: javax.management.modelmbean.ModelMBeanAttributeInfo
StackMap stack:
aload 2
ifnull 13
12: aconst_null
areturn
end local 3 13: StackMap locals:
StackMap stack:
ldc "operation"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 14
aload 2
ifnonnull 19
14: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getOperation:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanOperationInfo;
astore 3
start local 3 15: aload 3
ifnull 17
16: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
17: StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo
StackMap stack:
aload 2
ifnull 19
18: aconst_null
areturn
end local 3 19: StackMap locals:
StackMap stack:
ldc "constructor"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 20
aload 2
ifnonnull 26
20: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getConstructor:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
21: astore 3
start local 3 22: aload 3
ifnull 24
23: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
24: StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo
StackMap stack:
aload 2
ifnull 26
25: aconst_null
areturn
end local 3 26: StackMap locals:
StackMap stack:
ldc "notification"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 27
aload 2
ifnonnull 33
27: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getNotification:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
28: astore 3
start local 3 29: aload 3
ifnull 31
30: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
31: StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo
StackMap stack:
aload 2
ifnull 33
32: aconst_null
areturn
end local 3 33: StackMap locals:
StackMap stack:
aload 2
ifnonnull 35
34: aconst_null
areturn
35: StackMap locals:
StackMap stack:
new javax.management.RuntimeOperationsException
dup
36: new java.lang.IllegalArgumentException
dup
ldc "Descriptor Type is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
37: ldc "Exception occurred trying to find the descriptors of the MBean"
38: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 39 1 inDescriptorName Ljava/lang/String;
0 39 2 inDescriptorType Ljava/lang/String;
9 13 3 attr Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
15 19 3 oper Ljavax/management/modelmbean/ModelMBeanOperationInfo;
22 26 3 oper Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
29 33 3 notif Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorName
inDescriptorType
public void setDescriptor(javax.management.Descriptor, java.lang.String);
descriptor: (Ljavax/management/Descriptor;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=10, args_size=3
start local 0 start local 1 start local 2 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setDescriptor(Descriptor,String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnonnull 7
6: new javax.management.modelmbean.DescriptorSupport
dup
invokespecial javax.management.modelmbean.DescriptorSupport.<init>:()V
astore 1
7: StackMap locals:
StackMap stack:
aload 2
ifnull 8
aload 2
ldc ""
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 17
8: StackMap locals:
StackMap stack:
aload 1
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
9: astore 2
10: aload 2
ifnonnull 17
11: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
12: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
13: ldc "setDescriptor(Descriptor,String)"
14: ldc "descriptorType null in both String parameter and Descriptor, defaulting to mbean"
15: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
16: ldc "mbean"
astore 2
17: StackMap locals:
StackMap stack:
aload 1
ldc "name"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
18: astore 3
start local 3 19: aload 3
ifnonnull 26
20: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
21: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
22: ldc "setDescriptor(Descriptor,String)"
23: new java.lang.StringBuilder
dup
ldc "descriptor name null, defaulting to "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
astore 3
26: StackMap locals: java.lang.String
StackMap stack:
iconst_0
istore 4
start local 4 27: aload 2
ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 31
28: aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.setMBeanDescriptor:(Ljavax/management/Descriptor;)V
29: iconst_1
istore 4
30: goto 105
StackMap locals: int
StackMap stack:
31: aload 2
ldc "attribute"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 58
32: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 5
start local 5 33: iconst_0
istore 6
start local 6 34: aload 5
ifnull 35
aload 5
arraylength
istore 6
35: StackMap locals: javax.management.MBeanAttributeInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 36: goto 56
37: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 55
38: iconst_1
istore 4
39: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
40: astore 8
start local 8 41: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.setDescriptor:(Ljavax/management/Descriptor;)V
42: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 55
43: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
44: ldc "Setting descriptor to "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
45: ldc "\t\n local: AttributeInfo descriptor is "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
46: aload 8
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
47: ldc "\t\n modelMBeanInfo: AttributeInfo descriptor is "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
48: aload 0
aload 3
ldc "attribute"
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
49: astore 9
start local 9 50: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
51: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
52: ldc "setDescriptor(Descriptor,String)"
53: aload 9
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
54: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
end local 9 end local 8 55: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
56: iload 7
iload 6
if_icmplt 37
end local 7 end local 6 end local 5 57: goto 105
StackMap locals:
StackMap stack:
58: aload 2
ldc "operation"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 72
59: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 5
start local 5 60: iconst_0
istore 6
start local 6 61: aload 5
ifnull 62
aload 5
arraylength
istore 6
62: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 63: goto 70
64: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanOperationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 69
65: iconst_1
istore 4
66: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
67: astore 8
start local 8 68: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 69: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
70: iload 7
iload 6
if_icmplt 64
end local 7 end local 6 end local 5 71: goto 105
StackMap locals:
StackMap stack:
72: aload 2
ldc "constructor"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 86
73: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 5
start local 5 74: iconst_0
istore 6
start local 6 75: aload 5
ifnull 76
aload 5
arraylength
istore 6
76: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 77: goto 84
78: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanConstructorInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 83
79: iconst_1
istore 4
80: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
81: astore 8
start local 8 82: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 83: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
84: iload 7
iload 6
if_icmplt 78
end local 7 end local 6 end local 5 85: goto 105
StackMap locals:
StackMap stack:
86: aload 2
ldc "notification"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 100
87: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 5
start local 5 88: iconst_0
istore 6
start local 6 89: aload 5
ifnull 90
aload 5
arraylength
istore 6
90: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 91: goto 98
92: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanNotificationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 97
93: iconst_1
istore 4
94: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
95: astore 8
start local 8 96: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 97: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
98: iload 7
iload 6
if_icmplt 92
end local 7 end local 6 end local 5 99: goto 105
100: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid descriptor type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
101: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
102: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
103: astore 5
start local 5 104: new javax.management.RuntimeOperationsException
dup
aload 5
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 5 105: StackMap locals:
StackMap stack:
iload 4
ifne 112
106: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Descriptor name is invalid: type="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
107: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
108: ldc "; name="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
109: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
110: astore 5
start local 5 111: new javax.management.RuntimeOperationsException
dup
aload 5
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 5 112: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 117
113: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
114: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
115: ldc "setDescriptor(Descriptor,String)"
ldc "Exit"
116: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
117: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 118 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 118 1 inDescriptor Ljavax/management/Descriptor;
0 118 2 inDescriptorType Ljava/lang/String;
19 118 3 inDescriptorName Ljava/lang/String;
27 118 4 found Z
33 57 5 attrList [Ljavax/management/MBeanAttributeInfo;
34 57 6 numAttrs I
36 57 7 i I
41 55 8 mmbai Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
50 55 9 strb Ljava/lang/StringBuilder;
60 71 5 operList [Ljavax/management/MBeanOperationInfo;
61 71 6 numOpers I
63 71 7 i I
68 69 8 mmboi Ljavax/management/modelmbean/ModelMBeanOperationInfo;
74 85 5 consList [Ljavax/management/MBeanConstructorInfo;
75 85 6 numCons I
77 85 7 i I
82 83 8 mmbci Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
88 99 5 notifList [Ljavax/management/MBeanNotificationInfo;
89 99 6 numNotifs I
91 99 7 i I
96 97 8 mmbni Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
104 105 5 iae Ljava/lang/RuntimeException;
111 112 5 iae Ljava/lang/RuntimeException;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptor
inDescriptorType
public javax.management.modelmbean.ModelMBeanAttributeInfo getAttribute(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 6
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getAttribute(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanAttributeInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Attribute Name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanAttributeInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanAttributeInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 32
16: StackMap locals: int
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 29
17: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
18: ldc "\t\n this.getAttributes() MBeanAttributeInfo Array "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
19: iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
20: aload 3
iload 5
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
21: ldc "\t\n this.modelMBeanAttributes MBeanAttributeInfo Array "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
22: iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
23: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
iload 5
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
24: astore 6
start local 6 25: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
26: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
27: ldc "getAttribute(String)"
aload 6
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
28: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
end local 6 29: StackMap locals:
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 31
30: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanAttributeInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
astore 2
31: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
32: iload 5
iload 4
if_icmpge 33
aload 2
ifnull 16
end local 5 33: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 38
34: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
35: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
36: ldc "getAttribute(String)"
ldc "Exit"
37: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
38: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 39 1 inName Ljava/lang/String;
1 39 2 retInfo Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
12 39 3 attrList [Ljavax/management/MBeanAttributeInfo;
13 39 4 numAttrs I
15 33 5 i I
25 29 6 strb Ljava/lang/StringBuilder;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanOperationInfo getOperation(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanOperationInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 6
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getOperation(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "inName is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanOperationInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanOperationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanOperationInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getOperation(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanOperationInfo;
12 26 3 operList [Ljavax/management/MBeanOperationInfo;
13 26 4 numOpers I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanConstructorInfo getConstructor(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 6
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getConstructor(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Constructor name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanConstructorInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanConstructorInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanConstructorInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getConstructor(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
12 26 3 consList [Ljavax/management/MBeanConstructorInfo;
13 26 4 numCons I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanNotificationInfo getNotification(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 6
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getNotification(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Notification name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanNotificationInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanNotificationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanNotificationInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getNotification(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
12 26 3 notifList [Ljavax/management/MBeanNotificationInfo;
13 26 4 numNotifs I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.Descriptor getDescriptor();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getMBeanDescriptorNoException:()Ljavax/management/Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public javax.management.Descriptor getMBeanDescriptor();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getMBeanDescriptorNoException:()Ljavax/management/Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
Exceptions:
throws javax.management.MBeanException
private javax.management.Descriptor getMBeanDescriptorNoException();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=1, args_size=1
start local 0 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getMBeanDescriptorNoException()"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
ifnonnull 7
6: aload 0
aload 0
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.validDescriptor:(Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
7: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 13
8: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
9: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
10: ldc "getMBeanDescriptorNoException()"
11: new java.lang.StringBuilder
dup
ldc "Exit, returning: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
12: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
13: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public void setMBeanDescriptor(javax.management.Descriptor);
descriptor: (Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 5
1: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setMBeanDescriptor(Descriptor)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.validDescriptor:(Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 7 1 inMBeanDescriptor Ljavax/management/Descriptor;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inMBeanDescriptor
private javax.management.Descriptor validDescriptor(javax.management.Descriptor);
descriptor: (Ljavax/management/Descriptor;)Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 3
start local 3 3: iload 3
ifeq 7
4: new javax.management.modelmbean.DescriptorSupport
dup
invokespecial javax.management.modelmbean.DescriptorSupport.<init>:()V
astore 2
start local 2 5: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
ldc "Null Descriptor, creating new."
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
6: goto 8
end local 2 7: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport javax.management.Descriptor top int
StackMap stack:
aload 1
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
astore 2
start local 2 8: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport javax.management.Descriptor javax.management.Descriptor int
StackMap stack:
iload 3
ifeq 11
aload 2
ldc "name"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 11
9: aload 2
ldc "name"
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
10: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
new java.lang.StringBuilder
dup
ldc "Defaulting Descriptor name to "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
11: StackMap locals:
StackMap stack:
iload 3
ifeq 14
aload 2
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 14
12: aload 2
ldc "descriptorType"
ldc "mbean"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
13: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
ldc "Defaulting descriptorType to \"mbean\""
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
14: StackMap locals:
StackMap stack:
aload 2
ldc "displayName"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 17
15: aload 2
ldc "displayName"
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
16: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
new java.lang.StringBuilder
dup
ldc "Defaulting Descriptor displayName to "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
17: StackMap locals:
StackMap stack:
aload 2
ldc "persistPolicy"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 20
18: aload 2
ldc "persistPolicy"
ldc "never"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
19: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
ldc "Defaulting Descriptor persistPolicy to \"never\""
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
20: StackMap locals:
StackMap stack:
aload 2
ldc "log"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 23
21: aload 2
ldc "log"
ldc "F"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
22: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
ldc "Defaulting Descriptor \"log\" field to \"F\""
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
23: StackMap locals:
StackMap stack:
aload 2
ldc "visibility"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 26
24: aload 2
ldc "visibility"
ldc "1"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
25: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
ldc "Defaulting Descriptor visibility to 1"
invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
26: StackMap locals:
StackMap stack:
aload 2
invokeinterface javax.management.Descriptor.isValid:()Z
ifne 32
27: new javax.management.RuntimeOperationsException
dup
new java.lang.IllegalArgumentException
dup
ldc "Invalid Descriptor argument"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
28: new java.lang.StringBuilder
dup
ldc "The isValid() method of the Descriptor object itself returned false,one or more required fields are invalid. Descriptor:"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
29: aload 2
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
30: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
31: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
32: StackMap locals:
StackMap stack:
aload 2
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 38
33: new javax.management.RuntimeOperationsException
dup
new java.lang.IllegalArgumentException
dup
ldc "Invalid Descriptor argument"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
34: new java.lang.StringBuilder
dup
ldc "The Descriptor \"descriptorType\" field does not match the object described. Expected: mbean , was: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
35: aload 2
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
36: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
37: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
38: StackMap locals:
StackMap stack:
aload 2
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 39 1 in Ljavax/management/Descriptor;
5 7 2 clone Ljavax/management/Descriptor;
8 39 2 clone Ljavax/management/Descriptor;
3 39 3 defaulted Z
Exceptions:
throws javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
in final
private void readObject(java.io.ObjectInputStream);
descriptor: (Ljava/io/ObjectInputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 27
1: aload 1
invokevirtual java.io.ObjectInputStream.readFields:()Ljava/io/ObjectInputStream$GetField;
astore 2
start local 2 2: aload 0
3: aload 2
ldc "modelMBeanDescriptor"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.Descriptor
4: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
5: aload 2
ldc "modelMBeanDescriptor"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 7
6: new java.lang.NullPointerException
dup
ldc "modelMBeanDescriptor"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals: java.io.ObjectInputStream$GetField
StackMap stack:
aload 0
8: aload 2
ldc "mmbAttributes"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanAttributeInfo[]
9: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
10: aload 2
ldc "mmbAttributes"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 12
11: new java.lang.NullPointerException
dup
ldc "mmbAttributes"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
13: aload 2
ldc "mmbConstructors"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanConstructorInfo[]
14: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
15: aload 2
ldc "mmbConstructors"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 17
16: new java.lang.NullPointerException
dup
ldc "mmbConstructors"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
17: StackMap locals:
StackMap stack:
aload 0
18: aload 2
ldc "mmbNotifications"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanNotificationInfo[]
19: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
20: aload 2
ldc "mmbNotifications"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 22
21: new java.lang.NullPointerException
dup
ldc "mmbNotifications"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
22: StackMap locals:
StackMap stack:
aload 0
23: aload 2
ldc "mmbOperations"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanOperationInfo[]
24: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
25: aload 2
ldc "mmbOperations"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 28
26: new java.lang.NullPointerException
dup
ldc "mmbOperations"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
end local 2 27: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
28: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 29 1 in Ljava/io/ObjectInputStream;
2 27 2 fields Ljava/io/ObjectInputStream$GetField;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
private void writeObject(java.io.ObjectOutputStream);
descriptor: (Ljava/io/ObjectOutputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 10
1: aload 1
invokevirtual java.io.ObjectOutputStream.putFields:()Ljava/io/ObjectOutputStream$PutField;
astore 2
start local 2 2: aload 2
ldc "modelMBeanDescriptor"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
3: aload 2
ldc "mmbAttributes"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
4: aload 2
ldc "mmbConstructors"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
5: aload 2
ldc "mmbNotifications"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
6: aload 2
ldc "mmbOperations"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
7: aload 2
ldc "currClass"
ldc "ModelMBeanInfoSupport"
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
8: aload 1
invokevirtual java.io.ObjectOutputStream.writeFields:()V
end local 2 9: goto 11
10: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 12 1 out Ljava/io/ObjectOutputStream;
2 9 2 fields Ljava/io/ObjectOutputStream$PutField;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
}
SourceFile: "ModelMBeanInfoSupport.java"
InnerClasses:
public abstract GetField = java.io.ObjectInputStream$GetField of java.io.ObjectInputStream
public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream