org.pentaho.plugin.quartz
Class QuartzExecute

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.scheduler.QuartzExecute
          extended by org.pentaho.plugin.quartz.QuartzExecute
All Implemented Interfaces:
Serializable, ILogger, org.quartz.Job

Deprecated.

public class QuartzExecute
extends QuartzExecute

Author:
mbatchel This class is here only to support existing Quartz schedules. Please don't directly use this class.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
 
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
 
Constructor Summary
QuartzExecute()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.pentaho.platform.scheduler.QuartzExecute
execute, getLogger, getLogId
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzExecute

public QuartzExecute()
Deprecated.