class ConnectionParameters

Parents

IConnectionParameters

Brief

An instance of this class stores connection parameters

Public Methods

ConnectionParameters

This method is a constructor for the class storing connection parameters. It defines and initializes several variables including a new object for handling retries and timeouts, sets the configuration for retrying connecting

getAgent

Gets the library name

getApplicationName

Gets the application name

getLoginTimeoutInSeconds

Gets the login completion timeout in seconds

getReconnectionDelayInSeconds

Gets the reconnection delay in seconds

getReconnectionsNumber

Gets the number of reconnection attempts

getResilience

Gets the Resilience object

back