UM Java API
6.16.1
|
Public Member Functions | |
LBMUMMInfo (String _applicationName, String _userName, String _password, String[] _servers) throws LBMEInvalException | |
LBMUMMInfo (String _applicationName, String _userName, String _password, String[] _servers, int _flags) throws LBMEInvalException | |
LBMUMMInfo (String _applicationName, String _userName, String _password, String[] _servers, int _flags, String _certFile) throws LBMEInvalException | |
LBMUMMInfo (String _applicationName, String _userName, String _password, String[] _servers, int _flags, String _certFile, String _certFilePassword) throws LBMEInvalException | |
String | getServersString () |
Encapsulates UMM daemon connection options.
com.latencybusters.lbm.LBMUMMInfo.LBMUMMInfo | ( | String | _applicationName, |
String | _userName, | ||
String | _password, | ||
String[] | _servers | ||
) | throws LBMEInvalException |
Instantiate an LBM UMM info object.
_applicationName | The application name. |
_userName | The UMM user name. |
_password | The UMM password. |
_servers | The list of servers to attempt connections to. Servers are specified as a string in "ip:port" format. Connections are attempted in a round-robin fashion starting with index 0. |
LBMEInvalException |
com.latencybusters.lbm.LBMUMMInfo.LBMUMMInfo | ( | String | _applicationName, |
String | _userName, | ||
String | _password, | ||
String[] | _servers, | ||
int | _flags | ||
) | throws LBMEInvalException |
Instantiate an LBM UMM info object.
_applicationName | The application name. |
_userName | The UMM user name. |
_password | The UMM password. |
_servers | The list of servers to attempt connections to. Servers are specified as a string in "ip:port" format. Connections are attempted in a round-robin fashion starting with index 0. |
_flags | Flags to enable usage of SSL. |
LBMEInvalException |
com.latencybusters.lbm.LBMUMMInfo.LBMUMMInfo | ( | String | _applicationName, |
String | _userName, | ||
String | _password, | ||
String[] | _servers, | ||
int | _flags, | ||
String | _certFile | ||
) | throws LBMEInvalException |
Instantiate an LBM UMM info object.
_applicationName | The application name. |
_userName | The UMM user name. |
_password | The UMM password. |
_servers | The list of servers to attempt connections to. Servers are specified as a string in "ip:port" format. Connections are attempted in a round-robin fashion starting with index 0. |
_flags | Flags to enable usage of SSL. |
_certFile | Path to a pem-encoded certificate file. If specified, SSL is enabled and certificate is used to validate the UMM daemon identity. |
LBMEInvalException |
com.latencybusters.lbm.LBMUMMInfo.LBMUMMInfo | ( | String | _applicationName, |
String | _userName, | ||
String | _password, | ||
String[] | _servers, | ||
int | _flags, | ||
String | _certFile, | ||
String | _certFilePassword | ||
) | throws LBMEInvalException |
Instantiate an LBM UMM info object.
_applicationName | The application name. |
_userName | The UMM user name. |
_password | The UMM password. |
_servers | The list of servers to attempt connections to. Servers are specified as a string in "ip:port" format. Connections are attempted in a round-robin fashion starting with index 0. |
_flags | Flags to enable usage of SSL. |
_certFile | Path to a pem-encoded certificate file. If specified, SSL is enabled and certificate is used to validate the UMM daemon identity. |
_certFilePassword | Certificate file password. Required only if certificate file is password-protected. |
LBMEInvalException |
References com.latencybusters.lbm.LBM.LBM_UMM_NUM_SERVERS_MAX.