public class TriggerStatus extends Object
Object representing a job or trigger key.
Constructor and Description |
---|
TriggerStatus(String status,
Date nextFireTime)
Construct a new TriggerStatus with the status name and nextFireTime.
|
Modifier and Type | Method and Description |
---|---|
JobKey |
getJobKey() |
TriggerKey |
getKey() |
Date |
getNextFireTime()
Get the group portion of the key.
|
String |
getStatus()
Get the name portion of the key.
|
void |
setJobKey(JobKey jobKey) |
void |
setKey(TriggerKey key) |
String |
toString()
Return the string representation of the TriggerStatus.
|
public JobKey getJobKey()
public void setJobKey(JobKey jobKey)
public TriggerKey getKey()
public void setKey(TriggerKey key)
public String getStatus()
Get the name portion of the key.
public Date getNextFireTime()
Get the group portion of the key.
Copyright 2001-2019, Terracotta, Inc.