Platform SDK Java 8.5 API Reference

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

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.RequestSubscribeAll
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestSubscribeAll
extends Message

Subscribes to all messages


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static RequestSubscribeAll create()
          Creates instance of RequestSubscribeAll with no parameters set.
static RequestSubscribeAll create(MessagePriority priority)
          Creates instance of RequestSubscribeAll with all parameters set.
abstract  MessagePriority getPriority()
          Priority of the message
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 RequestSubscribeAll create()
Creates instance of RequestSubscribeAll with no parameters set.

Returns:
instance of RequestSubscribeAll

create

public static RequestSubscribeAll create(MessagePriority priority)
Creates instance of RequestSubscribeAll with all parameters set.

Parameters:
priority - Priority of the message
Returns:
instance of RequestSubscribeAll

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

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.