org.pentaho.platform.scheduler.versionchecker
Class VersionCheckSystemListener

java.lang.Object
  extended by org.pentaho.platform.scheduler.versionchecker.VersionCheckSystemListener
All Implemented Interfaces:
IPentahoSystemListener

public class VersionCheckSystemListener
extends Object
implements IPentahoSystemListener


Constructor Summary
VersionCheckSystemListener()
           
 
Method Summary
 int getRepeatIntervalSeconds()
           
 String getRequestedReleases()
           
 boolean isDisableVersionCheck()
           
 void setDisableVersionCheck(boolean disableVersionCheck)
           
 void setRepeatIntervalSeconds(int repeatIntervalSeconds)
           
 void setRequestedReleases(String requestedReleases)
           
 void shutdown()
          Notification of system shutdown.
 boolean startup(IPentahoSession session)
          Notification of system startup.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCheckSystemListener

public VersionCheckSystemListener()
Method Detail

startup

public boolean startup(IPentahoSession session)
Description copied from interface: IPentahoSystemListener
Notification of system startup. This event fires at the end of system initialization, after all system components have started successfully.

Specified by:
startup in interface IPentahoSystemListener

shutdown

public void shutdown()
Description copied from interface: IPentahoSystemListener
Notification of system shutdown. This event fires right before the server context is shutdown.

Specified by:
shutdown in interface IPentahoSystemListener

getRepeatIntervalSeconds

public int getRepeatIntervalSeconds()

setRepeatIntervalSeconds

public void setRepeatIntervalSeconds(int repeatIntervalSeconds)

getRequestedReleases

public String getRequestedReleases()

setRequestedReleases

public void setRequestedReleases(String requestedReleases)

isDisableVersionCheck

public boolean isDisableVersionCheck()

setDisableVersionCheck

public void setDisableVersionCheck(boolean disableVersionCheck)