public abstract class TimerEventJobHandler extends Object implements JobHandler<TimerEventJobHandler.TimerJobConfiguration>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TimerEventJobHandler.TimerJobConfiguration | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | JOB_HANDLER_CONFIG_PROPERTY_DELIMITER | 
| static String | JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED | 
| Constructor and Description | 
|---|
| TimerEventJobHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| TimerEventJobHandler.TimerJobConfiguration | newConfiguration(String canonicalString) | 
| void | onDelete(TimerEventJobHandler.TimerJobConfiguration configuration,
        JobEntity jobEntity)Clean up before job is deleted. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getTypepublic static final String JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
public static final String JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
public TimerEventJobHandler.TimerJobConfiguration newConfiguration(String canonicalString)
newConfiguration in interface JobHandler<TimerEventJobHandler.TimerJobConfiguration>public void onDelete(TimerEventJobHandler.TimerJobConfiguration configuration, JobEntity jobEntity)
JobHandleronDelete in interface JobHandler<TimerEventJobHandler.TimerJobConfiguration>configuration - the job handler configurationjobEntity - the job entity to be deletedCopyright © 2018. All rights reserved.