Save This Page
Home » quartz-1.6.0 » org » quartz » simpl » [javadoc | source]
org.quartz.simpl
class: TriggerWrapper [javadoc | source]
java.lang.Object
   org.quartz.simpl.TriggerWrapper
Field Summary
public  String key     
public  String jobKey     
public  Trigger trigger     
public  int state     
public static final  int STATE_WAITING     
public static final  int STATE_ACQUIRED     
public static final  int STATE_EXECUTING     
public static final  int STATE_COMPLETE     
public static final  int STATE_PAUSED     
public static final  int STATE_BLOCKED     
public static final  int STATE_PAUSED_BLOCKED     
public static final  int STATE_ERROR     
Constructor:
 TriggerWrapper(Trigger trigger) 
Method from org.quartz.simpl.TriggerWrapper Summary:
equals,   getTrigger,   getTriggerNameKey,   getTriggerNameKey,   hashCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.simpl.TriggerWrapper Detail:
 public boolean equals(Object obj) 
 public Trigger getTrigger() 
 static String getTriggerNameKey(Trigger trigger) 
 static String getTriggerNameKey(String triggerName,
    String groupName) 
 public int hashCode()