public abstract class TimerEventJobHandler extends Object implements JobHandler
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 |
---|---|
protected static boolean |
containsDelimiter(String configuration) |
static String |
createJobHandlerConfigurationWithFollowUpJobCreated(String configuration) |
protected static String[] |
getConfigParts(String configuration) |
static String |
getKey(String configuration) |
static boolean |
isFollowUpJobCreated(String configuration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getType
public static final String JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
public static final String JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
public static boolean isFollowUpJobCreated(String configuration)
public static String createJobHandlerConfigurationWithFollowUpJobCreated(String configuration)
protected static boolean containsDelimiter(String configuration)
Copyright © 2015. All rights reserved.