|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMUMMInfo
public class LBMUMMInfo
Encapsulates UMM daemon connection options.
Constructor Summary | |
---|---|
LBMUMMInfo(java.lang.String _applicationName,
java.lang.String _userName,
java.lang.String _password,
java.lang.String[] _servers)
Instantiate an LBM UMM info object. |
|
LBMUMMInfo(java.lang.String _applicationName,
java.lang.String _userName,
java.lang.String _password,
java.lang.String[] _servers,
int _flags)
Instantiate an LBM UMM info object. |
|
LBMUMMInfo(java.lang.String _applicationName,
java.lang.String _userName,
java.lang.String _password,
java.lang.String[] _servers,
int _flags,
java.lang.String _certFile)
Instantiate an LBM UMM info object. |
|
LBMUMMInfo(java.lang.String _applicationName,
java.lang.String _userName,
java.lang.String _password,
java.lang.String[] _servers,
int _flags,
java.lang.String _certFile,
java.lang.String _certFilePassword)
Instantiate an LBM UMM info object. |
Method Summary | |
---|---|
java.lang.String |
getServersString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMUMMInfo(java.lang.String _applicationName, java.lang.String _userName, java.lang.String _password, java.lang.String[] _servers) throws LBMEInvalException
_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
public LBMUMMInfo(java.lang.String _applicationName, java.lang.String _userName, java.lang.String _password, java.lang.String[] _servers, int _flags) throws LBMEInvalException
_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
public LBMUMMInfo(java.lang.String _applicationName, java.lang.String _userName, java.lang.String _password, java.lang.String[] _servers, int _flags, java.lang.String _certFile) throws LBMEInvalException
_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
public LBMUMMInfo(java.lang.String _applicationName, java.lang.String _userName, java.lang.String _password, java.lang.String[] _servers, int _flags, java.lang.String _certFile, java.lang.String _certFilePassword) throws LBMEInvalException
_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
Method Detail |
---|
public java.lang.String getServersString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |