public class TriggerTimerEventJob extends InternalJob
JOB_COMPLETED, JOB_DESCRIPTOR_ID, JOB_EXECUTING| Constructor and Description |
|---|
TriggerTimerEventJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the content of the job.
|
java.lang.String |
getDescription()
Gets the description of the job.
|
java.lang.String |
getName()
Gets the job name.
|
void |
setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
This method is called by the scheduler service before the execution of the job
|
getTenantServiceAccessorpublic java.lang.String getName()
StatelessJobpublic java.lang.String getDescription()
StatelessJobpublic void execute()
throws SJobExecutionException
StatelessJobSJobExecutionException - if an exception occurspublic void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
throws SJobConfigurationException
StatelessJobattributes - key is the name of the attribute
value is the value of the attributeSJobConfigurationException