com.ibm.commerce.tickler.commands

Class UnlockTicklerCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, UnlockTicklerCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class UnlockTicklerCmdImpl
    extends TaskCommandImpl
    implements UnlockTicklerCmd
    The class UnlockTicklerCmdImpl unlocks ticklers from the supplied list.

    Behavior:

    1. Checks if the supplied tickler IDs are valid and the ticklers are locked by this CSR.
    2. Unlocks the ticklers.

    Exceptional conditions:

    • No tickler ID is supplied.
    See Also:
    Serialized Form