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

View Source

Author:
Shuyang Zhou

Constructor Summary
PluginSchedulingConfigurator()
           
 
Method Summary
protected  java.lang.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 java.lang.ClassLoader getOperatingClassloader()
Specified by:
getOperatingClassloader in class AbstractSchedulingConfigurator