public static class AbandonedOrderService
extends java.lang.Object
This service identifies orders that are considered
abandoned and lost. The amount of time an order needs
to be idle to be considered abandoned and lost is configurable.
Also, a minimum amount an order has to be for to be
considered abandoned or lost can also be configured.
This service is an instance of the SingletonSchedulableService
In scheduled mode locks must be acquired before
the service is executed, to ensure that only one instance
of this service is running at a given time.
In non-scheduled mode locks are optional
Lock names and timeouts are configurable
- See Also:
SingletonSchedulableService.getLockName()
,
Author: Paul O'Brien
,
Serialized Form