Platform SDK Java 8.5 API Reference

com.genesyslab.platform.contacts.protocol
Interface UniversalContactServerProtocolHandshakeOptions

All Known Implementing Classes:
UcsClusterProtocol, UniversalContactServerClientChannelHandler, UniversalContactServerProtocol

public interface UniversalContactServerProtocolHandshakeOptions

Dedicated interface to represent Universal Contact Server protocol handshake parameters.

See Also:
UniversalContactServerProtocol

Method Summary
 java.lang.String getClientApplicationType()
          Returns client application type for the Universal Contact Server connection.
 java.lang.String getClientName()
          Returns client name for the Universal Contact Server connection handshake.
 void setClientApplicationType(java.lang.String clientAppType)
          Sets client application type for the Universal Contact Server connection.
 void setClientName(java.lang.String clientName)
          Sets the Universal Contact Server client name for connection handshake procedure.
 

Method Detail

getClientName

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

Returns:
client name
See Also:
setClientName(String)

setClientName

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

Parameters:
clientName - client name

getClientApplicationType

java.lang.String getClientApplicationType()
Returns client application type for the Universal Contact Server connection. Usually it represents application type in Configuration Server.

Returns:
client application type
See Also:
setClientApplicationType(String)

setClientApplicationType

void setClientApplicationType(java.lang.String clientAppType)
Sets client application type for the Universal Contact Server connection. Usually it represents application type in Configuration Server.

Parameters:
clientAppType - client application type

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.