MessageServerProtocol
public interface MessageServerProtocolHandshakeOptions
MessageServerProtocol
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClientHost() |
Returns client host.
|
int |
getClientId() |
Gets identification number of log records' source.
By design it is DBID of client CME application. |
java.lang.String |
getClientName() |
Returns the Message Server client name for connection handshake procedure.
|
int |
getClientType() |
Returns type of application to be used in the logs.
|
void |
setClientHost(java.lang.String host) |
Sets client host to pass to server.
This value will be automatically attached to LogMessage before sending if message does not declare own value. |
void |
setClientId(java.lang.Integer clientId) |
Sets identification number of log records' source.
By design it is DBID of client CME application. This value will be automatically attached to all LogMessages before sending if it is not null. |
void |
setClientName(java.lang.String clientName) |
Sets the Message Server client name for connection handshake procedure.
|
void |
setClientType(int clientType) |
Sets type of application to be used in the logs.
|
int getClientId()
void setClientId(java.lang.Integer clientId)
clientId
- client identification numberjava.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client nameint getClientType()
setClientType(int)
void setClientType(int clientType)
clientType
- application typejava.lang.String getClientHost()
setClientHost(String)
,
RequestLogMessage.setClientHost(String)
void setClientHost(java.lang.String host)
host
- client hostRequestLogMessage.setClientHost(String)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.