Package org.openbravo.scheduling.quartz
Class JobInitializationListener
- java.lang.Object
-
- org.quartz.listeners.JobListenerSupport
-
- org.openbravo.scheduling.quartz.JobInitializationListener
-
- All Implemented Interfaces:
org.quartz.JobListener
public class JobInitializationListener extends org.quartz.listeners.JobListenerSupport
Makes sure ProcessBundles have a connection, as it can be lost if the bundle has been serialized
-
-
Constructor Summary
Constructors Constructor Description JobInitializationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
jobToBeExecuted(org.quartz.JobExecutionContext ctx)
-
-
-
Method Detail
-
getName
public String getName()
-
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext ctx)
- Specified by:
jobToBeExecuted
in interfaceorg.quartz.JobListener
- Overrides:
jobToBeExecuted
in classorg.quartz.listeners.JobListenerSupport
-
-