public class org.springframework.scheduling.support.SimpleTriggerContext implements org.springframework.scheduling.TriggerContext
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.scheduling.support.SimpleTriggerContext
super_class: java.lang.Object
{
private volatile java.util.Date lastScheduledExecutionTime;
descriptor: Ljava/util/Date;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private volatile java.util.Date lastActualExecutionTime;
descriptor: Ljava/util/Date;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private volatile java.util.Date lastCompletionTime;
descriptor: Ljava/util/Date;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
public void <init>(java.util.Date, java.util.Date, java.util.Date);
descriptor: (Ljava/util/Date;Ljava/util/Date;Ljava/util/Date;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastScheduledExecutionTime:Ljava/util/Date;
2: aload 0
aload 2
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastActualExecutionTime:Ljava/util/Date;
3: aload 0
aload 3
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastCompletionTime:Ljava/util/Date;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
0 5 1 lastScheduledExecutionTime Ljava/util/Date;
0 5 2 lastActualExecutionTime Ljava/util/Date;
0 5 3 lastCompletionTime Ljava/util/Date;
MethodParameters:
Name Flags
lastScheduledExecutionTime
lastActualExecutionTime
lastCompletionTime
public void update(java.util.Date, java.util.Date, java.util.Date);
descriptor: (Ljava/util/Date;Ljava/util/Date;Ljava/util/Date;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastScheduledExecutionTime:Ljava/util/Date;
1: aload 0
aload 2
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastActualExecutionTime:Ljava/util/Date;
2: aload 0
aload 3
putfield org.springframework.scheduling.support.SimpleTriggerContext.lastCompletionTime:Ljava/util/Date;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
0 4 1 lastScheduledExecutionTime Ljava/util/Date;
0 4 2 lastActualExecutionTime Ljava/util/Date;
0 4 3 lastCompletionTime Ljava/util/Date;
MethodParameters:
Name Flags
lastScheduledExecutionTime
lastActualExecutionTime
lastCompletionTime
public java.util.Date lastScheduledExecutionTime();
descriptor: ()Ljava/util/Date;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.scheduling.support.SimpleTriggerContext.lastScheduledExecutionTime:Ljava/util/Date;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public java.util.Date lastActualExecutionTime();
descriptor: ()Ljava/util/Date;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.scheduling.support.SimpleTriggerContext.lastActualExecutionTime:Ljava/util/Date;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public java.util.Date lastCompletionTime();
descriptor: ()Ljava/util/Date;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.scheduling.support.SimpleTriggerContext.lastCompletionTime:Ljava/util/Date;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/scheduling/support/SimpleTriggerContext;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
}
SourceFile: "SimpleTriggerContext.java"