com.liferay.portal.kernel.job
Interface JobScheduler


public interface JobScheduler

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void schedule(IntervalJob intervalJob)
           
 void shutdown()
           
 void unschedule(IntervalJob intervalJob)
           
 

Method Detail

schedule

void schedule(IntervalJob intervalJob)

shutdown

void shutdown()

unschedule

void unschedule(IntervalJob intervalJob)