org.pentaho.platform.scheduler
Class QuartzExecute
java.lang.Object
org.pentaho.platform.engine.core.system.PentahoBase
org.pentaho.platform.scheduler.QuartzExecute
- All Implemented Interfaces:
- Serializable, ILogger, org.quartz.Job
- Direct Known Subclasses:
- QuartzExecute
public class QuartzExecute
- extends PentahoBase
- implements org.quartz.Job
- Author:
- James Dixon
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
Fields inherited from interface org.pentaho.platform.api.engine.ILogger |
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN |
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase |
debug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getObjectName, info, info, setLoggingLevel, setLogId, trace, trace, warn, warn |
QuartzExecute
public QuartzExecute()
getLogger
public org.apache.commons.logging.Log getLogger()
- Specified by:
getLogger
in class PentahoBase
getLogId
public String getLogId()
- Overrides:
getLogId
in class PentahoBase
execute
public void execute(org.quartz.JobExecutionContext context)
- Specified by:
execute
in interface org.quartz.Job