Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver.requests.subscription
Class RequestSubscribeType

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.requests.subscription.RequestSubscribeType
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestSubscribeType
extends Message

Subscribes to the message of particular type


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestSubscribeType create()
          Creates instance of RequestSubscribeType with no parameters set.
static RequestSubscribeType create(MessagePriority priority, java.lang.Integer subscriberType)
          Creates instance of RequestSubscribeType with all parameters set.
abstract  MessagePriority getPriority()
          Priority of the message
abstract  java.lang.Integer getSubscriberType()
          Subscription: Type of the message to subscribe to
abstract  void setPriority(MessagePriority priority)
          Priority of the message
abstract  void setSubscriberType(int subscriberType)
          Subscription: Type of the message to subscribe to
abstract  void setSubscriberType(java.lang.Integer subscriberType)
          Subscription: Type of the message to subscribe to
 
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 RequestSubscribeType create()
Creates instance of RequestSubscribeType with no parameters set.

Returns:
instance of RequestSubscribeType

create

public static RequestSubscribeType create(MessagePriority priority,
                                          java.lang.Integer subscriberType)
Creates instance of RequestSubscribeType with all parameters set.

Parameters:
priority - Priority of the message
subscriberType - Subscription: Type of the message to subscribe to
Returns:
instance of RequestSubscribeType

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

getSubscriberType

public abstract java.lang.Integer getSubscriberType()
Subscription: Type of the message to subscribe to

Returns:
property value

setSubscriberType

public abstract void setSubscriberType(java.lang.Integer subscriberType)
Subscription: Type of the message to subscribe to

Parameters:
subscriberType - new value of the property

setSubscriberType

public abstract void setSubscriberType(int subscriberType)
Subscription: Type of the message to subscribe to

Parameters:
subscriberType - 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.