com.ibm.commerce.negotiation.commands

Class MonitorAuctionCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MonitorAuctionCmdImpl

        public MonitorAuctionCmdImpl()
        MonitorAuctionCmdImpl constructor comment.
    • Method Detail

      • getAuctionsWithAutobid

        public java.util.Hashtable getAuctionsWithAutobid()
        Gets a hashtable that contains all the auctions having autobids.
        Returns:
        java.util.Hashtable
      • performExecute

        public void performExecute()
                            throws ECException
        Monitors future and current auction. Starts auctions when it is time to start. Closes Auctions when it is time to close. Invokes StartAuctionCmd.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException