Platform SDK Java 8.5 API Reference

com.genesyslab.platform.reporting.protocol
Interface StatServerProtocolHandshakeOptions

All Known Implementing Classes:
StatServerProtocol

public interface StatServerProtocolHandshakeOptions

Dedicated interface to represent StatServer protocol handshake parameters.

See Also:
StatServerProtocol

Method Summary
 int getClientId()
          Returns client id for the StatServer connection handshake.
 java.lang.String getClientName()
          Returns client name for the StatServer connection handshake.
 void setClientId(int clientId)
          Sets the StatServer client id for connection handshake procedure.
 void setClientName(java.lang.String clientName)
          Sets the StatServer client name for connection handshake procedure.
 

Method Detail

setClientId

void setClientId(int clientId)
Sets the StatServer client id for connection handshake procedure. Usually it represents DBID of this client application.

Parameters:
clientId - client id

getClientId

int getClientId()
Returns client id for the StatServer connection handshake. Usually it represents DBID of this client application.

Returns:
client id
See Also:
setClientId(int)

setClientName

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

Parameters:
clientName - client name

getClientName

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

Returns:
client name
See Also:
setClientName(String)

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.