com.ibm.commerce.scheduler.commands
Class CheckForWorkGenericImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.scheduler.commands.CheckForWorkGenericImpl
All Implemented Interfaces:
CheckForWorkCmd, ECCommand, TaskCommand

public class CheckForWorkGenericImpl
extends TaskCommandImpl
implements CheckForWorkCmd

Generic scheduler check command that implements the CheckForWorkCmd interface and will always indicate that work will need to be done.


Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.scheduler.commands.CheckForWorkCmd
COPYRIGHT, defaultCommandClassName, NAME
 
Constructor Summary
CheckForWorkGenericImpl()
          CheckForWorkGenericImpl constructor comment.
 
Method Summary
 boolean checkProcessingNeeded()
          Will always indicate that work needs to be done by returning true.
 void setStoreId(java.lang.Integer storeId)
          Empty method which does not do anything.
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Constructor Detail

CheckForWorkGenericImpl

public CheckForWorkGenericImpl()
CheckForWorkGenericImpl constructor comment.
Method Detail

checkProcessingNeeded

public boolean checkProcessingNeeded()
Will always indicate that work needs to be done by returning true.
Specified by:
checkProcessingNeeded in interface CheckForWorkCmd
Returns:
boolean : always the value true

setStoreId

public void setStoreId(java.lang.Integer storeId)
Empty method which does not do anything.
Specified by:
setStoreId in interface CheckForWorkCmd
Parameters:
storeId - java.lang.Long