public abstract class AbstractSchedulingConfigurator extends java.lang.Object implements SchedulingConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected int |
exceptionsMaxSize |
protected java.util.List<SchedulerEntry> |
schedulerEntries |
protected StorageType |
storageType |
| Constructor and Description |
|---|
AbstractSchedulingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setExceptionsMaxSize(int exceptionsMaxSize) |
void |
setSchedulerEntries(java.util.List<SchedulerEntry> schedulerEntries) |
void |
setStorageType(StorageType storageType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureprotected int exceptionsMaxSize
protected java.util.List<SchedulerEntry> schedulerEntries
protected StorageType storageType
public void afterPropertiesSet()
public void setExceptionsMaxSize(int exceptionsMaxSize)
public void setSchedulerEntries(java.util.List<SchedulerEntry> schedulerEntries)
public void setStorageType(StorageType storageType)