See: Description
Interface | Description |
---|---|
ScheduledFIXSession |
Interface for FIX session which could have scheduled start/stop time.
|
Class | Description |
---|---|
AllowedSessionRegistry |
Storage for policies of incoming connection.
|
Cron4jExpressionImpl | |
CronUtilsPredictor | |
ScheduledFIXServer |
FIXServer implementation that support scheduling of allow/deny policies for incoming connections.
|
ScheduledSessionParameters |
This bean contains all session level configuration for current session.
|
ScheduledSSLFIXServer |
The star wildcard character is also admitted, indicating "every minute of the hour", "every hour of the day", "every
day of the month", "every month of the year" and "every day of the week", according to the sub-pattern in which it
is used.
Every sub-pattern can contain two or more comma separated values ("59 11 * * 1,2,3,4,5").
Values intervals are admitted and defined using the minus character.("59 11 * * 1-5").
The slash character can be used to identify step values within a range. It can be used both in the form */c and
a-b/c. The subpattern is matched every c values of the range 0,maxvalue or a-b.("*/5 * * * *").
Also it's
possible to combine more scheduling patterns into one, with the pipe character ("0 5 * * *|8 10 * * *|22 17 * * *").
See more detailed here: cron4j
Copyright © 2000–2022 EPAM Systems. All rights reserved.