Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver.events
Class EventConnected

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

public abstract class EventConnected
extends Message

Indicates that message server is connected.


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
static EventConnected create()
          Creates instance of EventConnected with no parameters set.
static EventConnected create(MessageTypes messageType, java.lang.Long timeGenerated, java.lang.Integer subscriberType, MessageKey messageKey)
          Creates instance of EventConnected with all parameters set.
abstract  MessageKey getMessageKey()
           
abstract  MessageTypes getMessageType()
          The message type.
abstract  java.lang.Integer getSubscriberType()
          Subscription: Type of the message to subscribe to
abstract  java.lang.Long getTimeGenerated()
          The time when message was generated by supplier
abstract  void setMessageKey(MessageKey messageKey)
           
abstract  void setMessageType(MessageTypes messageType)
          The message type.
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
abstract  void setTimeGenerated(long timeGenerated)
          The time when message was generated by supplier
abstract  void setTimeGenerated(java.lang.Long timeGenerated)
          The time when message was generated by supplier
 
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 EventConnected create()
Creates instance of EventConnected with no parameters set.

Returns:
instance of EventConnected

create

public static EventConnected create(MessageTypes messageType,
                                    java.lang.Long timeGenerated,
                                    java.lang.Integer subscriberType,
                                    MessageKey messageKey)
Creates instance of EventConnected with all parameters set.

Parameters:
messageType - Type of the message
timeGenerated - The time when message was generated by supplier
subscriberType - Subscription: Type of the message to subscribe to
messageKey - MessageKey
Returns:
instance of EventConnected

getMessageType

public abstract MessageTypes getMessageType()
The message type.


setMessageType

public abstract void setMessageType(MessageTypes messageType)
The message type.


getTimeGenerated

public abstract java.lang.Long getTimeGenerated()
The time when message was generated by supplier

Returns:
property value

setTimeGenerated

public abstract void setTimeGenerated(java.lang.Long timeGenerated)
The time when message was generated by supplier

Parameters:
timeGenerated - new value of the property

setTimeGenerated

public abstract void setTimeGenerated(long timeGenerated)
The time when message was generated by supplier

Parameters:
timeGenerated - 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

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.