org.pentaho.platform.scheduler2.versionchecker
Class VersionCheckerAction

java.lang.Object
  extended by org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction
All Implemented Interfaces:
IAction

public class VersionCheckerAction
extends Object
implements IAction


Field Summary
static String VERSION_REQUEST_FLAGS
           
 
Constructor Summary
VersionCheckerAction()
           
 
Method Summary
 void execute()
          The method in your Action that does the work.
 org.apache.commons.logging.Log getLogger()
           
 int getVersionRequestFlags()
           
 void setVersionRequestFlags(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_REQUEST_FLAGS

public static final String VERSION_REQUEST_FLAGS
See Also:
Constant Field Values
Constructor Detail

VersionCheckerAction

public VersionCheckerAction()
Method Detail

getLogger

public org.apache.commons.logging.Log getLogger()

setVersionRequestFlags

public void setVersionRequestFlags(int value)

getVersionRequestFlags

public int getVersionRequestFlags()

execute

public void execute()
Description copied from interface: IAction
The method in your Action that does the work.

Specified by:
execute in interface IAction