com.genesyslab.platform.routing.protocol.routingserver.runtime.channel
Class RequestRegisterClient
java.lang.Object
com.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
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
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ID
public static final int ID
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
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
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.