Liferay 6.0-ee

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


Constructor Summary
PluginSchedulingConfigurator()
           
 
Method Summary
protected  ClassLoader getOperatingClassloader()
           
 
Methods inherited from class com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator
destroy, destroySchedulerEntry, init, initSchedulerEntry, setMessageBus, setSchedulerEngine, setSchedulerEntries
 
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

getOperatingClassloader

protected ClassLoader getOperatingClassloader()
Specified by:
getOperatingClassloader in class AbstractSchedulingConfigurator

Liferay 6.0-ee