Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol
Interface SolutionControlServerProtocolHandshakeOptions

All Known Implementing Classes:
SolutionControlServerProtocol

public interface SolutionControlServerProtocolHandshakeOptions

Dedicated interface to represent Solution Control Server protocol handshake parameters.

See Also:
SolutionControlServerProtocol

Method Summary
 int getClientId()
          Returns client application DBID.
 java.lang.String getClientName()
          Returns client application name.
 ControlObjectType getClientType()
          Returns SCS client type.
Default value is ControlObjectType.Application.
 java.lang.String getUserName()
          Returns user name handshake property.
 void setClientId(int clientId)
          Sets client application DBID.
 void setClientName(java.lang.String clientName)
          Sets client application name.
 void setClientType(ControlObjectType clientType)
          Sets SCS client type.
Default value is ControlObjectType.Application.
 void setUserName(java.lang.String userName)
          Sets user name handshake property.
 

Method Detail

getClientId

int getClientId()
Returns client application DBID.

Returns:
application DBID
See Also:
setClientId(int)

setClientId

void setClientId(int clientId)
Sets client application DBID.

Parameters:
clientId - client application DBID

getClientName

java.lang.String getClientName()
Returns client application name.

Returns:
client application name
See Also:
setClientName(String)

setClientName

void setClientName(java.lang.String clientName)
Sets client application name.

Parameters:
clientName - client application name

getClientType

ControlObjectType getClientType()
Returns SCS client type.
Default value is ControlObjectType.Application.

Returns:
client type
See Also:
setClientType(ControlObjectType), ControlObjectType

setClientType

void setClientType(ControlObjectType clientType)
Sets SCS client type.
Default value is ControlObjectType.Application.

Parameters:
clientType - client type
See Also:
ControlObjectType

getUserName

java.lang.String getUserName()
Returns user name handshake property.

Returns:
user name
See Also:
setUserName(String)

setUserName

void setUserName(java.lang.String userName)
Sets user name handshake property.

Parameters:
userName - user name

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.