WebSphere Commerce EnterpriseWebSphere Commerce Professional

ProcessDutchBids URL

Invoked by the WebSphere Commerce scheduler every minute to process pending Dutch bids. This URL is called by scheduler. No display page will return.

URL structure

http:// host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path

Parameter Values

None

Example

This example invokes the auction monitor to maintain the auctions at the site.


http://
myhostname/webapp/wcs/stores/servlet/ProcessDutchBids

Behavior

  • Checks for current auctions in the AUCTION table that have the AUTYPE column set to 'D' (Dutch).
  • For each Dutch auction, the command processes any pending bids in the BID table for which the BIDSTATUS column is set to 'A' (active).

Exception Conditions

None.