Liferay 6.2-ce-ga5

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

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

public class PluginSchedulingConfigurator
extends AbstractSchedulingConfigurator


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
exceptionsMaxSize, schedulerEntries, storageType
 
Constructor Summary
PluginSchedulingConfigurator()
           
 
Method Summary
 void configure()
           
 void destroy()
           
 
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

PluginSchedulingConfigurator

public PluginSchedulingConfigurator()
Method Detail

configure

public void configure()

destroy

public void destroy()

Liferay 6.2-ce-ga5