class ConnectionParametersBuilder| Parents | |
Sets additional connection parameters, including application name, number of reconnects before attempting to disconnect, resilience policy, agent name, login timeout, and number of seconds before reconnect
| Public Methods | |
|
Sets the parameters of the connection |
|
|
This method is a constructor for the class setting additional connection parameters. The constructor does not return any values |
|
|
Copies properties from one object to another, setting properties in the current object equal to the values of the chosen parameters by calling the appropriate accessor methods |
|
|
Returns object used to set and manage parameters related to resilience policies in the application |
|
|
Sets agent's name |
|
|
Sets application name |
|
|
Sets the number of seconds that the client application should wait for a login response before timing out |
|
|
Sets the number of seconds before reconnecting |
|
|
Sets number of reconnects before attempting to disconnect |
|
|
Sets a resilience policy |
|