Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
      extended by com.liferay.portal.kernel.scheduler.config.DefaultSchedulingConfigurator
All Implemented Interfaces:
SchedulingConfigurator

public class DefaultSchedulingConfigurator
extends AbstractSchedulingConfigurator


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
exceptionsMaxSize, schedulerEntries, storageType
 
Constructor Summary
DefaultSchedulingConfigurator()
           
 
Method Summary
 void configure()
           
 
Methods inherited from class com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
afterPropertiesSet, setExceptionsMaxSize, setSchedulerEntries, setStorageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSchedulingConfigurator

public DefaultSchedulingConfigurator()
Method Detail

configure

public void configure()

Liferay 6.2-ce-ga5