Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.confserver.runtime.channel
Class RequestProtocolVersion

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.configuration.protocol.confserver.runtime.channel.RequestProtocolVersion
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestProtocolVersion
extends Message


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestProtocolVersion create()
          Creates instance of RequestProtocolVersion with no parameters set.
static RequestProtocolVersion create(java.lang.String clientName, java.lang.Integer secureLibrary, java.lang.String protocolVersion)
          Creates instance of RequestProtocolVersion with all parameters set.
abstract  java.lang.String getClientName()
          Client application's name
abstract  java.lang.String getProtocolVersion()
          Protocol Version
abstract  java.lang.Integer getReferenceId()
          Reference ID to connect response to request.
abstract  java.lang.Integer getSecureLibrary()
          None
abstract  void setClientName(java.lang.String clientName)
          Client application's name
abstract  void setProtocolVersion(java.lang.String protocolVersion)
          Protocol Version
abstract  void setReferenceId(int referenceId)
          Reference ID to connect response to request.
abstract  void setReferenceId(java.lang.Integer referenceId)
          Reference ID to connect response to request.
abstract  void setSecureLibrary(int secureLibrary)
          None
abstract  void setSecureLibrary(java.lang.Integer secureLibrary)
          None
 
Methods inherited from class com.genesyslab.platform.commons.protocol.Message
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static RequestProtocolVersion create()
Creates instance of RequestProtocolVersion with no parameters set.

Returns:
instance of RequestProtocolVersion

create

public static RequestProtocolVersion create(java.lang.String clientName,
                                            java.lang.Integer secureLibrary,
                                            java.lang.String protocolVersion)
Creates instance of RequestProtocolVersion with all parameters set.

Parameters:
clientName - Client application's name
secureLibrary - None
protocolVersion - Protocol Version
Returns:
instance of RequestProtocolVersion

getReferenceId

public abstract java.lang.Integer getReferenceId()
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(int referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


getClientName

public abstract java.lang.String getClientName()
Client application's name

Returns:
property value

setClientName

public abstract void setClientName(java.lang.String clientName)
Client application's name

Parameters:
clientName - new value of the property

getSecureLibrary

public abstract java.lang.Integer getSecureLibrary()
None

Returns:
property value

setSecureLibrary

public abstract void setSecureLibrary(java.lang.Integer secureLibrary)
None

Parameters:
secureLibrary - new value of the property

setSecureLibrary

public abstract void setSecureLibrary(int secureLibrary)
None

Parameters:
secureLibrary - new value of the property

getProtocolVersion

public abstract java.lang.String getProtocolVersion()
Protocol Version

Returns:
property value

setProtocolVersion

public abstract void setProtocolVersion(java.lang.String protocolVersion)
Protocol Version

Parameters:
protocolVersion - new value of the property

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.