com.liferay.portal.kernel.scheduler.config
Class AbstractSchedulingConfigurator
java.lang.Object
com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
- All Implemented Interfaces:
- SchedulingConfigurator
- Direct Known Subclasses:
- DefaultSchedulingConfigurator, PluginSchedulingConfigurator
public abstract class AbstractSchedulingConfigurator
- extends java.lang.Object
- implements SchedulingConfigurator
- Author:
- Shuyang Zhou, Tina Tian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exceptionsMaxSize
protected int exceptionsMaxSize
schedulerEntries
protected java.util.List<SchedulerEntry> schedulerEntries
storageType
protected StorageType storageType
AbstractSchedulingConfigurator
public AbstractSchedulingConfigurator()
afterPropertiesSet
public void afterPropertiesSet()
setExceptionsMaxSize
public void setExceptionsMaxSize(int exceptionsMaxSize)
setSchedulerEntries
public void setSchedulerEntries(java.util.List<SchedulerEntry> schedulerEntries)
setStorageType
public void setStorageType(StorageType storageType)