Platform SDK Java 8.5 API Reference

com.genesyslab.platform.outbound.protocol
Interface OutboundServerProtocolHandshakeOptions

All Known Implementing Classes:
OutboundServerProtocol

public interface OutboundServerProtocolHandshakeOptions

Dedicated interface to represent Outbound Server protocol handshake parameters.

See Also:
OutboundServerProtocol

Method Summary
 java.lang.String getClientName()
          Returns the Outbound Server client name for connection handshake procedure.
 java.lang.String getClientPassword()
          Returns optional client application password.
 java.lang.String getUserName()
          Returns user name property for the Outbound Server connection.
 java.lang.String getUserPassword()
          Returns user password property for the Outbound Server connection.
 void setClientName(java.lang.String clientName)
          Sets the Outbound Server client name for connection handshake procedure.
 void setClientPassword(java.lang.String clientPassword)
          Sets optional client application password.
 void setUserName(java.lang.String userName)
          Sets user name property for the Outbound Server connection.
 void setUserPassword(java.lang.String userPassword)
          Sets user password property for the Outbound Server connection.
 

Method Detail

getClientName

java.lang.String getClientName()
Returns the Outbound Server client name for connection handshake procedure. Usually it represents application name of this Outbound Server client.

Returns:
client name
See Also:
setClientName(String)

setClientName

void setClientName(java.lang.String clientName)
Sets the Outbound Server client name for connection handshake procedure. Usually it represents application name of this Outbound Server client.

Parameters:
clientName - client name

getClientPassword

java.lang.String getClientPassword()
Returns optional client application password.

Returns:
application password or null
See Also:
setClientPassword(String)

setClientPassword

void setClientPassword(java.lang.String clientPassword)
Sets optional client application password.

Parameters:
clientPassword - application password

getUserName

java.lang.String getUserName()
Returns user name property for the Outbound Server connection.

Returns:
user name
See Also:
setUserName(String)

setUserName

void setUserName(java.lang.String userName)
Sets user name property for the Outbound Server connection.

Parameters:
userName - user name

getUserPassword

java.lang.String getUserPassword()
Returns user password property for the Outbound Server connection.

Returns:
user password
See Also:
setUserPassword(String)

setUserPassword

void setUserPassword(java.lang.String userPassword)
Sets user password property for the Outbound Server connection.

Parameters:
userPassword - user password

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.