Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.scheduler.config
Class AbstractSchedulingConfigurator

java.lang.Object
  extended by com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
All Implemented Interfaces:
SchedulingConfigurator
Direct Known Subclasses:
DefaultSchedulingConfigurator, PluginSchedulingConfigurator

public abstract class AbstractSchedulingConfigurator
extends Object
implements SchedulingConfigurator


Field Summary
protected  int exceptionsMaxSize
           
protected  List<SchedulerEntry> schedulerEntries
           
protected  StorageType storageType
           
 
Constructor Summary
AbstractSchedulingConfigurator()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setExceptionsMaxSize(int exceptionsMaxSize)
           
 void setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
           
 void setStorageType(StorageType storageType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.scheduler.config.SchedulingConfigurator
configure
 

Field Detail

exceptionsMaxSize

protected int exceptionsMaxSize

schedulerEntries

protected List<SchedulerEntry> schedulerEntries

storageType

protected StorageType storageType
Constructor Detail

AbstractSchedulingConfigurator

public AbstractSchedulingConfigurator()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

setExceptionsMaxSize

public void setExceptionsMaxSize(int exceptionsMaxSize)

setSchedulerEntries

public void setSchedulerEntries(List<SchedulerEntry> schedulerEntries)

setStorageType

public void setStorageType(StorageType storageType)

Liferay 6.1.2-ce-ga3