com.ibm.commerce.inventory.scheduled.commands
Interface CheckRAReallocateCmd

All Superinterfaces:
CheckForWorkCmd, TaskCommand
All Known Implementing Classes:
CheckRAReallocateCmdImpl

public interface CheckRAReallocateCmd
extends CheckForWorkCmd

This CheckRAReallocateCMD checks to see if there is work for RAReallocate to do for the given store.


Field Summary
static java.lang.String COPYRIGHT
The internal copyright field.
static java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmdImpl".
static java.lang.String NAME
The name of this interface is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmd".
Methods inherited from interface com.ibm.commerce.scheduler.commands.CheckForWorkCmd
checkProcessingNeeded, setStoreId
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmdImpl".
See Also:
Constant Field Values

Feedback