Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver.runtime.channel
Class RequestConnect

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.management.protocol.messageserver.runtime.channel.RequestConnect
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestConnect
extends Message

.


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestConnect create()
          Creates instance of RequestConnect with no parameters set.
static RequestConnect create(MessageKey messageKey)
          Creates instance of RequestConnect with required parameters set.
static RequestConnect create(MessagePriority priority, MessageKey messageKey)
          Creates instance of RequestConnect with all parameters set.
abstract  MessageKey getMessageKey()
           
abstract  MessagePriority getPriority()
          Priority of the message
abstract  void setMessageKey(MessageKey messageKey)
           
abstract  void setPriority(MessagePriority priority)
          Priority of the message
 
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 RequestConnect create()
Creates instance of RequestConnect with no parameters set.

Returns:
instance of RequestConnect

create

public static RequestConnect create(MessagePriority priority,
                                    MessageKey messageKey)
Creates instance of RequestConnect with all parameters set.

Parameters:
priority - Priority of the message
messageKey - MessageKey
Returns:
instance of RequestConnect

create

public static RequestConnect create(MessageKey messageKey)
Creates instance of RequestConnect with required parameters set.

Parameters:
messageKey - MessageKey
Returns:
instance of RequestConnect

getPriority

public abstract MessagePriority getPriority()
Priority of the message

Returns:
property value

setPriority

public abstract void setPriority(MessagePriority priority)
Priority of the message

Parameters:
priority - new value of the property

getMessageKey

public abstract MessageKey getMessageKey()

setMessageKey

public abstract void setMessageKey(MessageKey messageKey)

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.