it.eng.spagobi.tools.scheduler.jobs
Class AbstractSpagoBIJob

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.jobs.AbstractSpagoBIJob
Direct Known Subclasses:
AlarmInspectorJob, XExecuteBIDocumentJob

public abstract class AbstractSpagoBIJob
extends java.lang.Object

Author:
Davide Zerbetto (davide.zerbetto@eng.it)

Constructor Summary
AbstractSpagoBIJob()
           
 
Method Summary
protected  void setTenant(org.quartz.JobExecutionContext jobExecutionContext)
           
protected  void unsetTenant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSpagoBIJob

public AbstractSpagoBIJob()
Method Detail

setTenant

protected void setTenant(org.quartz.JobExecutionContext jobExecutionContext)
                  throws org.quartz.JobExecutionException
Throws:
org.quartz.JobExecutionException

unsetTenant

protected void unsetTenant()