Platform SDK Java 8.5 API Reference

com.genesyslab.platform.routing.protocol.routingserver.runtime.channel
Class RequestRegisterClient

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.routing.protocol.routingserver.runtime.channel.RequestRegisterClient
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestRegisterClient
extends Message

Registration request. For internal usage.


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestRegisterClient create()
          Creates instance of RequestRegisterClient with no parameters set.
static RequestRegisterClient create(java.lang.String clientName, ClientType clientType)
          Creates instance of RequestRegisterClient with all parameters set.
abstract  java.lang.String getClientName()
           
abstract  ClientType getClientType()
           
abstract  void setClientName(java.lang.String clientName)
           
abstract  void setClientType(ClientType clientType)
           
 
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 RequestRegisterClient create()
Creates instance of RequestRegisterClient with no parameters set.

Returns:
instance of RequestRegisterClient

create

public static RequestRegisterClient create(java.lang.String clientName,
                                           ClientType clientType)
Creates instance of RequestRegisterClient with all parameters set.

Parameters:
clientName -
clientType -
Returns:
instance of RequestRegisterClient

getClientName

public abstract java.lang.String getClientName()
Returns:
property value

setClientName

public abstract void setClientName(java.lang.String clientName)
Parameters:
clientName - new value of the property

getClientType

public abstract ClientType getClientType()
Returns:
property value

setClientType

public abstract void setClientType(ClientType clientType)
Parameters:
clientType - 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.