Class Summary |
WarmStandbyConfiguration |
The WarmStandbyConfiguration class contains redundancy configuration options, including:
two server endpoints - one for the active Endpoint, and one for a backup Endpoint
the number of reconnection attempts to be made
timeout between the reconnection attempts (in milliseconds)
the number of primary/backup switchovers allowed
|
WarmStandbyService |
WarmStandbyService class realizes a redundancy configuration consisting of two
servers: Primary and Backup, where the Primary server operates in active
mode and the Backup server in standby mode. |
WarmStandbyState |
WarmStandbyState enumeration lists all the states the WarmStandbyService can have. |
WarmStandbyStateChangedEvent |
WarmStandbyService state changed event notification class. |