org.pentaho.platform.scheduler
Class QuartzExecute

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.scheduler.QuartzExecute
All Implemented Interfaces:
Serializable, ILogger
Direct Known Subclasses:
QuartzExecute

public class QuartzExecute
extends PentahoBase

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

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()
           
 
Method Summary
 void execute(JobExecutionContext context)
           
 Log getLogger()
           
 String 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()
Method Detail

getLogger

public Log getLogger()
Specified by:
getLogger in class PentahoBase

getLogId

public String getLogId()
Overrides:
getLogId in class PentahoBase

execute

public void execute(JobExecutionContext context)