Class ProvisioningProperties.QuartzProperties
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.ProvisioningProperties.QuartzProperties
-
- Enclosing class:
- ProvisioningProperties
public static class ProvisioningProperties.QuartzProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description QuartzProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.quartz.impl.jdbcjobstore.DriverDelegate>
getDelegate()
int
getIdleWaitTime()
int
getMisfireThreshold()
String
getSql()
boolean
isDisableInstance()
boolean
isWaitForJobsToCompleteOnShutdown()
void
setDelegate(Class<? extends org.quartz.impl.jdbcjobstore.DriverDelegate> delegate)
void
setDisableInstance(boolean disableInstance)
void
setIdleWaitTime(int idleWaitTime)
void
setMisfireThreshold(int misfireThreshold)
void
setSql(String sql)
void
setWaitForJobsToCompleteOnShutdown(boolean waitForJobsToCompleteOnShutdown)
-
-
-
Method Detail
-
getDelegate
public Class<? extends org.quartz.impl.jdbcjobstore.DriverDelegate> getDelegate()
-
setDelegate
public void setDelegate(Class<? extends org.quartz.impl.jdbcjobstore.DriverDelegate> delegate)
-
getSql
public String getSql()
-
setSql
public void setSql(String sql)
-
isDisableInstance
public boolean isDisableInstance()
-
setDisableInstance
public void setDisableInstance(boolean disableInstance)
-
isWaitForJobsToCompleteOnShutdown
public boolean isWaitForJobsToCompleteOnShutdown()
-
setWaitForJobsToCompleteOnShutdown
public void setWaitForJobsToCompleteOnShutdown(boolean waitForJobsToCompleteOnShutdown)
-
getIdleWaitTime
public int getIdleWaitTime()
-
setIdleWaitTime
public void setIdleWaitTime(int idleWaitTime)
-
getMisfireThreshold
public int getMisfireThreshold()
-
setMisfireThreshold
public void setMisfireThreshold(int misfireThreshold)
-
-