Package org.openbravo.model.scheduling
Class QuartzFiredTriggers
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.scheduling.QuartzFiredTriggers
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,DynamicEnabled
,Identifiable
public class QuartzFiredTriggers extends BaseOBObject
Entity class for entity OBSCHEDFiredTriggers (stored in table obsched_fired_triggers).
Help: Quartz triggers currently executing a job
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ENTRY
Property entry stored in column Entry_ID in table obsched_fired_triggersstatic String
PROPERTY_FIREDTIME
Property firedTime stored in column Fired_Time in table obsched_fired_triggers
Help: Timestamp when the trigger was fired.static String
PROPERTY_ID
Property id stored in column Obsched_Fired_Triggers_ID in table obsched_fired_triggersstatic String
PROPERTY_INSTANCENAME
Property instanceName stored in column Instance_Name in table obsched_fired_triggersstatic String
PROPERTY_JOBGROUP
Property jOBGroup stored in column JOB_Group in table obsched_fired_triggers
Help: Quartz job group identifier.static String
PROPERTY_JOBNAME
Property jOBName stored in column JOB_Name in table obsched_fired_triggers
Help: Quartz job name identifier.static String
PROPERTY_NONCONCURRENT
Property nonconcurrent stored in column IS_Nonconcurrent in table obsched_fired_triggers
Help: Defines if a process/job can be executed concurrently or not.static String
PROPERTY_PRIORITY
Property priority stored in column Priority in table obsched_fired_triggers
Help: The Priority indicates the importance of this request.static String
PROPERTY_REQUESTSRECOVERY
Property requestsRecovery stored in column Requests_Recovery in table obsched_fired_triggersstatic String
PROPERTY_SCHEDNAME
Property schedName stored in column Sched_Name in table obsched_fired_triggers
Help: Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED". In a clustered environment it usually matches the machine.name of the cluster instance.static String
PROPERTY_SCHEDTIME
Property schedTime stored in column Sched_Time in table obsched_fired_triggers
Help: Timestamp when the trigger has been scheduled.static String
PROPERTY_STATE
Property state stored in column State in table obsched_fired_triggersstatic String
PROPERTY_TRIGGERGROUP
Property triggerGroup stored in column Trigger_Group in table obsched_fired_triggersstatic String
PROPERTY_TRIGGERNAME
Property triggerName stored in column Trigger_Name in table obsched_fired_triggersstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description QuartzFiredTriggers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityName()
String
getEntry()
Long
getFiredTime()
String
getId()
String
getInstanceName()
String
getJOBGroup()
String
getJOBName()
String
getNonconcurrent()
Long
getPriority()
String
getRequestsRecovery()
String
getSchedName()
Long
getSchedTime()
String
getState()
String
getTriggerGroup()
String
getTriggerName()
void
setEntry(String entry)
void
setFiredTime(Long firedTime)
void
setId(String id)
void
setInstanceName(String instanceName)
void
setJOBGroup(String jOBGroup)
void
setJOBName(String jOBName)
void
setNonconcurrent(String nonconcurrent)
void
setPriority(Long priority)
void
setRequestsRecovery(String requestsRecovery)
void
setSchedName(String schedName)
void
setSchedTime(Long schedTime)
void
setState(String state)
void
setTriggerGroup(String triggerGroup)
void
setTriggerName(String triggerName)
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column Obsched_Fired_Triggers_ID in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_SCHEDNAME
public static final String PROPERTY_SCHEDNAME
Property schedName stored in column Sched_Name in table obsched_fired_triggers
Help: Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED". In a clustered environment it usually matches the machine.name of the cluster instance.- See Also:
- Constant Field Values
-
PROPERTY_ENTRY
public static final String PROPERTY_ENTRY
Property entry stored in column Entry_ID in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_TRIGGERNAME
public static final String PROPERTY_TRIGGERNAME
Property triggerName stored in column Trigger_Name in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_TRIGGERGROUP
public static final String PROPERTY_TRIGGERGROUP
Property triggerGroup stored in column Trigger_Group in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_INSTANCENAME
public static final String PROPERTY_INSTANCENAME
Property instanceName stored in column Instance_Name in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_FIREDTIME
public static final String PROPERTY_FIREDTIME
Property firedTime stored in column Fired_Time in table obsched_fired_triggers
Help: Timestamp when the trigger was fired.- See Also:
- Constant Field Values
-
PROPERTY_SCHEDTIME
public static final String PROPERTY_SCHEDTIME
Property schedTime stored in column Sched_Time in table obsched_fired_triggers
Help: Timestamp when the trigger has been scheduled.- See Also:
- Constant Field Values
-
PROPERTY_PRIORITY
public static final String PROPERTY_PRIORITY
Property priority stored in column Priority in table obsched_fired_triggers
Help: The Priority indicates the importance of this request.- See Also:
- Constant Field Values
-
PROPERTY_STATE
public static final String PROPERTY_STATE
Property state stored in column State in table obsched_fired_triggers- See Also:
- Constant Field Values
-
PROPERTY_JOBNAME
public static final String PROPERTY_JOBNAME
Property jOBName stored in column JOB_Name in table obsched_fired_triggers
Help: Quartz job name identifier.- See Also:
- Constant Field Values
-
PROPERTY_JOBGROUP
public static final String PROPERTY_JOBGROUP
Property jOBGroup stored in column JOB_Group in table obsched_fired_triggers
Help: Quartz job group identifier.- See Also:
- Constant Field Values
-
PROPERTY_NONCONCURRENT
public static final String PROPERTY_NONCONCURRENT
Property nonconcurrent stored in column IS_Nonconcurrent in table obsched_fired_triggers
Help: Defines if a process/job can be executed concurrently or not.- See Also:
- Constant Field Values
-
PROPERTY_REQUESTSRECOVERY
public static final String PROPERTY_REQUESTSRECOVERY
Property requestsRecovery stored in column Requests_Recovery in table obsched_fired_triggers- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getSchedName
public String getSchedName()
- See Also:
PROPERTY_SCHEDNAME
-
setSchedName
public void setSchedName(String schedName)
- See Also:
PROPERTY_SCHEDNAME
-
getEntry
public String getEntry()
- See Also:
PROPERTY_ENTRY
-
setEntry
public void setEntry(String entry)
- See Also:
PROPERTY_ENTRY
-
getTriggerName
public String getTriggerName()
- See Also:
PROPERTY_TRIGGERNAME
-
setTriggerName
public void setTriggerName(String triggerName)
- See Also:
PROPERTY_TRIGGERNAME
-
getTriggerGroup
public String getTriggerGroup()
- See Also:
PROPERTY_TRIGGERGROUP
-
setTriggerGroup
public void setTriggerGroup(String triggerGroup)
- See Also:
PROPERTY_TRIGGERGROUP
-
getInstanceName
public String getInstanceName()
- See Also:
PROPERTY_INSTANCENAME
-
setInstanceName
public void setInstanceName(String instanceName)
- See Also:
PROPERTY_INSTANCENAME
-
getFiredTime
public Long getFiredTime()
- See Also:
PROPERTY_FIREDTIME
-
setFiredTime
public void setFiredTime(Long firedTime)
- See Also:
PROPERTY_FIREDTIME
-
getSchedTime
public Long getSchedTime()
- See Also:
PROPERTY_SCHEDTIME
-
setSchedTime
public void setSchedTime(Long schedTime)
- See Also:
PROPERTY_SCHEDTIME
-
getPriority
public Long getPriority()
- See Also:
PROPERTY_PRIORITY
-
setPriority
public void setPriority(Long priority)
- See Also:
PROPERTY_PRIORITY
-
getState
public String getState()
- See Also:
PROPERTY_STATE
-
setState
public void setState(String state)
- See Also:
PROPERTY_STATE
-
getJOBName
public String getJOBName()
- See Also:
PROPERTY_JOBNAME
-
setJOBName
public void setJOBName(String jOBName)
- See Also:
PROPERTY_JOBNAME
-
getJOBGroup
public String getJOBGroup()
- See Also:
PROPERTY_JOBGROUP
-
setJOBGroup
public void setJOBGroup(String jOBGroup)
- See Also:
PROPERTY_JOBGROUP
-
getNonconcurrent
public String getNonconcurrent()
- See Also:
PROPERTY_NONCONCURRENT
-
setNonconcurrent
public void setNonconcurrent(String nonconcurrent)
- See Also:
PROPERTY_NONCONCURRENT
-
getRequestsRecovery
public String getRequestsRecovery()
- See Also:
PROPERTY_REQUESTSRECOVERY
-
setRequestsRecovery
public void setRequestsRecovery(String requestsRecovery)
- See Also:
PROPERTY_REQUESTSRECOVERY
-
-