public class javax.management.timer.TimerNotification extends javax.management.Notification
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.management.timer.TimerNotification
super_class: javax.management.Notification
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1798492029603825750
private java.lang.Integer notificationID;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.lang.String, java.lang.Object, long, long, java.lang.String, java.lang.Integer);
descriptor: (Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/Integer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 5 start local 7 start local 8 0: aload 0
aload 1
aload 2
lload 3
lload 5
aload 7
invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;)V
1: aload 0
aload 8
putfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
2: return
end local 8 end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/management/timer/TimerNotification;
0 3 1 type Ljava/lang/String;
0 3 2 source Ljava/lang/Object;
0 3 3 sequenceNumber J
0 3 5 timeStamp J
0 3 7 msg Ljava/lang/String;
0 3 8 id Ljava/lang/Integer;
MethodParameters:
Name Flags
type
source
sequenceNumber
timeStamp
msg
id
public java.lang.Integer getNotificationID();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/timer/TimerNotification;
java.lang.Object cloneTimerNotification();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=10, locals=2, args_size=1
start local 0 0: new javax.management.timer.TimerNotification
dup
aload 0
invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
aload 0
invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
aload 0
invokevirtual javax.management.timer.TimerNotification.getSequenceNumber:()J
1: aload 0
invokevirtual javax.management.timer.TimerNotification.getTimeStamp:()J
aload 0
invokevirtual javax.management.timer.TimerNotification.getMessage:()Ljava/lang/String;
aload 0
getfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
2: invokespecial javax.management.timer.TimerNotification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/Integer;)V
astore 1
start local 1 3: aload 1
aload 0
invokevirtual javax.management.timer.TimerNotification.getUserData:()Ljava/lang/Object;
invokevirtual javax.management.timer.TimerNotification.setUserData:(Ljava/lang/Object;)V
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavax/management/timer/TimerNotification;
3 5 1 clone Ljavax/management/timer/TimerNotification;
}
SourceFile: "TimerNotification.java"