Package | Description |
---|---|
com.genesyslab.platform.management.protocol.messageserver | |
com.genesyslab.platform.management.protocol.messageserver.events | |
com.genesyslab.platform.management.protocol.messageserver.requests.subscription | |
com.genesyslab.platform.management.protocol.messageserver.runtime.channel |
This package is used internally by the protocol.
|
Modifier and Type | Field | Description |
---|---|---|
static MessagePriority |
MessagePriority.High |
|
static MessagePriority |
MessagePriority.Low |
|
static MessagePriority |
MessagePriority.NoPriority |
|
static MessagePriority |
MessagePriority.Normal |
Modifier and Type | Method | Description |
---|---|---|
static MessagePriority |
MessagePriority.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static MessagePriority |
MessagePriority.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<MessagePriority> |
MessagePriority.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract MessagePriority |
EventSubscription.getPriority() |
Priority of the message
|
Modifier and Type | Method | Description |
---|---|---|
static EventSubscription |
EventSubscription.create(MessageTypes messageType,
MessagePriority priority,
java.lang.Integer origin,
java.util.Date time,
java.lang.Integer usec,
java.lang.Integer subscriberType,
java.lang.Integer attachedDataLength,
byte[] attachedData,
KeyValueCollection userData,
java.lang.Long timeGenerated,
KeyValueCollection logParameters,
java.lang.Integer messageGuid2,
java.lang.Integer messageGuid3,
byte[] messageGuid4,
java.lang.Integer keyFlags,
java.lang.Integer keyInteger,
java.lang.Integer keyLong,
java.lang.String keyString,
KeyValueCollection keyKVList) |
Creates instance of EventSubscription with all parameters set.
|
abstract void |
EventSubscription.setPriority(MessagePriority priority) |
Priority of the message
|
Modifier and Type | Method | Description |
---|---|---|
abstract MessagePriority |
RequestSubscribeAll.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestSubscribeType.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestSubscribeTypeKey.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestUnsubscribeAll.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestUnsubscribeType.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestUnsubscribeTypeKey.getPriority() |
Priority of the message
|
Modifier and Type | Method | Description |
---|---|---|
static RequestSubscribeAll |
RequestSubscribeAll.create(MessagePriority priority) |
Creates instance of RequestSubscribeAll with all parameters set.
|
static RequestSubscribeType |
RequestSubscribeType.create(MessagePriority priority,
java.lang.Integer subscriberType) |
Creates instance of RequestSubscribeType with all parameters set.
|
static RequestSubscribeTypeKey |
RequestSubscribeTypeKey.create(MessagePriority priority,
java.lang.Integer subscriberType,
java.lang.Integer keyFlags,
java.lang.Integer keyInteger,
java.lang.Integer keyLong,
java.lang.String keyString) |
Deprecated.
use other create method
|
static RequestUnsubscribeAll |
RequestUnsubscribeAll.create(MessagePriority priority) |
Creates instance of RequestUnsubscribeAll with all parameters set.
|
static RequestUnsubscribeType |
RequestUnsubscribeType.create(MessagePriority priority,
java.lang.Integer subscriberType) |
Creates instance of RequestUnsubscribeType with all parameters set.
|
static RequestUnsubscribeTypeKey |
RequestUnsubscribeTypeKey.create(MessagePriority priority,
java.lang.Integer subscriberType,
java.lang.Integer keyFlags,
java.lang.Integer keyInteger,
java.lang.Integer keyLong,
java.lang.String keyString) |
Deprecated.
use other create method
|
abstract void |
RequestSubscribeAll.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestSubscribeType.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestSubscribeTypeKey.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestUnsubscribeAll.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestUnsubscribeType.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestUnsubscribeTypeKey.setPriority(MessagePriority priority) |
Priority of the message
|
Modifier and Type | Method | Description |
---|---|---|
abstract MessagePriority |
EventDisconnected.getPriority() |
Priority of the message
|
abstract MessagePriority |
RequestConnect.getPriority() |
Priority of the message
|
Modifier and Type | Method | Description |
---|---|---|
static EventDisconnected |
EventDisconnected.create(MessageTypes messageType,
MessagePriority priority,
java.lang.Integer origin,
java.lang.Long timeGenerated,
java.lang.Integer subscriberType,
MessageKey messageKey) |
Creates instance of EventDisconnected with required parameters set.
|
static EventDisconnected |
EventDisconnected.create(MessageTypes messageType,
MessagePriority priority,
java.lang.Integer origin,
java.lang.Long timeGenerated,
java.lang.Integer subscriberType,
java.lang.Integer attachedDataLength,
byte[] attachedData,
KeyValueCollection userData,
MessageKey messageKey) |
Creates instance of EventDisconnected with all parameters set.
|
static RequestConnect |
RequestConnect.create(MessagePriority priority,
MessageKey messageKey) |
Creates instance of RequestConnect with all parameters set.
|
abstract void |
EventDisconnected.setPriority(MessagePriority priority) |
Priority of the message
|
abstract void |
RequestConnect.setPriority(MessagePriority priority) |
Priority of the message
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.