Platform SDK Java 8.5 API Reference

com.genesyslab.platform.routing.protocol
Interface RoutingServerProtocolHandshakeOptions

All Known Implementing Classes:
RoutingServerProtocol

public interface RoutingServerProtocolHandshakeOptions

Dedicated interface to represent Universal Routing Server protocol handshake parameters.

See Also:
RoutingServerProtocol

Method Summary
 java.lang.String getClientName()
          Returns client name for the Universal Routing Server connection handshake.
 java.lang.Integer getClientNumber()
          Client registration number from the Universal Routing Server side.
This value is initialized from the Universal Routing Server on handshake procedure.
It is null if the protocol connection is not opened.
 ClientType getClientType()
          Returns client type for the Universal Routing Server connection handshake.
 void setClientName(java.lang.String name)
          Sets the Universal Routing Server client name for connection handshake procedure.
 void setClientType(ClientType type)
          Sets the Universal Routing Server client type for connection handshake procedure.
 

Method Detail

setClientName

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

Parameters:
name - client name

getClientName

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

Returns:
client name
See Also:
setClientName(String)

setClientType

void setClientType(ClientType type)
Sets the Universal Routing Server client type for connection handshake procedure.

Parameters:
type - client type

getClientType

ClientType getClientType()
Returns client type for the Universal Routing Server connection handshake.

Returns:
client type
See Also:
setClientType(ClientType)

getClientNumber

java.lang.Integer getClientNumber()
Client registration number from the Universal Routing Server side.
This value is initialized from the Universal Routing Server on handshake procedure.
It is null if the protocol connection is not opened.

Returns:
client number or null

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.