Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons.protocols
Class UcsConfiguration

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.commons.protocols.ProtocolConfiguration
      extended by com.genesyslab.platform.applicationblocks.commons.protocols.UcsConfiguration

Deprecated. Use Endpoint to manage protocol's configuration.

public class UcsConfiguration
extends ProtocolConfiguration

Protocol Manager Application Block is going to be deprecated.

See Also:
UniversalContactServerProtocolHandshakeOptions, ClientConnectionOptions, ClientADDPOptions, PropertyConfiguration, KeyValueConfiguration, Endpoint, WarmStandbyConfiguration, ClientConfigurationHelper

Constructor Summary
UcsConfiguration(java.lang.String name)
          Deprecated.  
 
Method Summary
 java.lang.String getClientApplicationType()
          Deprecated. Returns client application type for the Universal Contact Server connection.
 java.lang.String getClientName()
          Deprecated. Returns client name for the Universal Contact Server connection handshake.
 java.lang.Boolean getUseUtfForRequests()
          Deprecated. Optional configuration option.
 java.lang.Boolean getUseUtfForResponses()
          Deprecated. Optional configuration option.
 void setClientApplicationType(java.lang.String clientAppType)
          Deprecated. Sets client application type for the Universal Contact Server connection.
 void setClientName(java.lang.String clientName)
          Deprecated. Sets the Universal Contact Server client name for connection handshake procedure.
 void setUseUtfForRequests(java.lang.Boolean useUtfForRequests)
          Deprecated. Optional configuration option.
 void setUseUtfForResponses(java.lang.Boolean useUtfForResponses)
          Deprecated. Optional configuration option.
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class com.genesyslab.platform.applicationblocks.commons.protocols.ProtocolConfiguration
getAddpClientTimeout, getAddpServerTimeout, getAddpTrace, getBackupSSLContext, getBackupSSLOptions, getFaultTolerance, getLocalBindingHost, getLocalBindingPort, getName, getPrimarySSLContext, getPrimarySSLOptions, getProtocolType, getUri, getWarmStandbyAttempts, getWarmStandbySwitchovers, getWarmStandbyTimeout, getWarmStandbyUri, isBackupTLSEnabled, isPrimaryTLSEnabled, isUseAddp, isUseTls, setAddpClientTimeout, setAddpServerTimeout, setAddpTrace, setBackupSSLContext, setBackupSSLOptions, setBackupTLSEnabled, setFaultTolerance, setLocalBindingHost, setLocalBindingPort, setName, setPrimarySSLContext, setPrimarySSLOptions, setPrimaryTLSEnabled, setUri, setUri, setUseAddp, setUseTls, setWarmStandbyAttempts, setWarmStandbySwitchovers, setWarmStandbyTimeout, setWarmStandbyUri, setWarmStandbyUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UcsConfiguration

public UcsConfiguration(java.lang.String name)
Deprecated. 
Method Detail

getClientName

public java.lang.String getClientName()
Deprecated. 
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

public void setClientName(java.lang.String clientName)
Deprecated. 
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

public java.lang.String getClientApplicationType()
Deprecated. 
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

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

Parameters:
clientAppType - client application type

getUseUtfForRequests

public java.lang.Boolean getUseUtfForRequests()
Deprecated. 
Optional configuration option. If set to true, all string values of each KVlist will be packed as UtfStrings (in "UTF-16BE" encoding), instead of common strings. It is true by default.

Returns:
the useUtfForRequests

setUseUtfForRequests

public void setUseUtfForRequests(java.lang.Boolean useUtfForRequests)
Deprecated. 
Optional configuration option. If set to true, all string values of each KVlist will be packed as UtfStrings (in "UTF-16BE" encoding), instead of common strings. It is true by default.

Parameters:
useUtfForRequests - the useUtfForRequests to set

getUseUtfForResponses

public java.lang.Boolean getUseUtfForResponses()
Deprecated. 
Optional configuration option. If set to false, UCSprotocol will add 'tkv.multibytes'='false' pair in Request KVlist of the message. It is false by default.

Returns:
the useUtfForResponses

setUseUtfForResponses

public void setUseUtfForResponses(java.lang.Boolean useUtfForResponses)
Deprecated. 
Optional configuration option. If set to false, UCSprotocol will add 'tkv.multibytes'='false' pair in Request KVlist of the message. It is false by default.

Parameters:
useUtfForResponses - the useUtfForResponses to set

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class ProtocolConfiguration

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.