Package org.pentaho.platform.admin
Class StatsDatabaseCheck
- java.lang.Object
-
- org.pentaho.platform.admin.StatsDatabaseCheck
-
- All Implemented Interfaces:
org.pentaho.platform.api.engine.IPentahoSystemListener
public class StatsDatabaseCheck extends Object implements org.pentaho.platform.api.engine.IPentahoSystemListener
-
-
Constructor Summary
Constructors Constructor Description StatsDatabaseCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanexecuteJob(org.pentaho.di.job.JobMeta jobMeta, String jobFileFullPath)protected StringgetJobFileFullPath()StringgetJobFileName()voidsetJobFileName(String jobFileName)voidshutdown()booleanstartup(org.pentaho.platform.api.engine.IPentahoSession session)
-
-
-
Method Detail
-
startup
public boolean startup(org.pentaho.platform.api.engine.IPentahoSession session)
- Specified by:
startupin interfaceorg.pentaho.platform.api.engine.IPentahoSystemListener
-
executeJob
protected boolean executeJob(org.pentaho.di.job.JobMeta jobMeta, String jobFileFullPath)
-
getJobFileFullPath
protected String getJobFileFullPath()
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.pentaho.platform.api.engine.IPentahoSystemListener
-
getJobFileName
public String getJobFileName()
-
setJobFileName
public void setJobFileName(String jobFileName)
-
-