public static class JBPMProperties.Quartz extends Object
Constructor and Description |
---|
Quartz() |
Modifier and Type | Method and Description |
---|---|
String |
getConfiguration() |
int |
getFailedJobDelay() |
int |
getFailedJobRetry() |
int |
getRescheduleDelay() |
int |
getStartDelay() |
boolean |
isDb() |
boolean |
isEnabled() |
void |
setConfiguration(String configuration) |
void |
setDb(boolean db) |
void |
setEnabled(boolean enabled) |
void |
setFailedJobDelay(int failedJobDelay) |
void |
setFailedJobRetry(int failedJobRetry) |
void |
setRescheduleDelay(int rescheduleDelay) |
void |
setStartDelay(int startDelay) |
public int getStartDelay()
public void setStartDelay(int startDelay)
public int getRescheduleDelay()
public void setRescheduleDelay(int rescheduleDelay)
public int getFailedJobRetry()
public void setFailedJobRetry(int failedJobRetry)
public int getFailedJobDelay()
public void setFailedJobDelay(int failedJobDelay)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isDb()
public void setDb(boolean db)
public String getConfiguration()
public void setConfiguration(String configuration)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.