Method Summary |
|
public List<Property> | getProperties() Gets the list of properties. |
public Scheduler | getScheduler() Gets the Quartz scheduler. |
public TimerService | getTimerService(Factory factory) Gets an EJB timer service through this component.
Parameters: factory - an EasyBeans factory providing timeout notification. |
public void | init() Init method.
This method is called before the start method. |
public void | setProperties(List<Property> quartzProperties) Set the list of properties. |
public void | start() Start method.
This method is called after the init method. |
public void | stop() Stop method.
This method is called when component needs to be stopped. |