SolutionControlServerProtocol
public interface SolutionControlServerProtocolHandshakeOptions
SolutionControlServerProtocol
Modifier and Type | Method | Description |
---|---|---|
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.
|
int getClientId()
setClientId(int)
void setClientId(int clientId)
clientId
- client application DBIDjava.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client application nameControlObjectType getClientType()
ControlObjectType.Application
.setClientType(ControlObjectType)
,
ControlObjectType
void setClientType(ControlObjectType clientType)
ControlObjectType.Application
.clientType
- client typeControlObjectType
java.lang.String getUserName()
setUserName(String)
void setUserName(java.lang.String userName)
userName
- user nameSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.