| Interface | Description |
|---|---|
| SubscriptionScheduledActionCmd |
This interface represents the scheduled actions on the Subscription.
|
| Class | Description |
|---|---|
| AbstractSubscriptionScheduledActionCmdImpl |
This abstract task command is used as base for any scheduled action command
which would use multiple transient states during the processing of a
scheduled action.
|
| AbstractSubscriptionScheduledActionCmdImpl.StackEntry |
This class represents an entry in the command's state processing stack.
|
| SubscriptionCancelScheduledActionImpl |
This class will be called by the scheduler to cancel a subscription or a
recurring order.
|
| SubscriptionCreateChildOrderSchedulerCmdImpl |
This class will be called by the scheduler to create the child orders for the
recurring order.
|
| SubscriptionExpireScheduledActionImpl |
This class will be called by the scheduler to expire a subscription or a
recurring order after its end date.
|