|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessagePriority in com.genesyslab.platform.management.protocol.messageserver |
---|
Fields in com.genesyslab.platform.management.protocol.messageserver declared as MessagePriority | |
---|---|
static MessagePriority |
MessagePriority.High
|
static MessagePriority |
MessagePriority.Low
|
static MessagePriority |
MessagePriority.NoPriority
|
static MessagePriority |
MessagePriority.Normal
|
Methods in com.genesyslab.platform.management.protocol.messageserver that return MessagePriority | |
---|---|
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. |
Methods in com.genesyslab.platform.management.protocol.messageserver that return types with arguments of type MessagePriority | |
---|---|
static java.util.Collection<MessagePriority> |
MessagePriority.values()
Returns all values of the enumeration. |
Uses of MessagePriority in com.genesyslab.platform.management.protocol.messageserver.events |
---|
Methods in com.genesyslab.platform.management.protocol.messageserver.events that return MessagePriority | |
---|---|
abstract MessagePriority |
EventSubscription.getPriority()
Priority of the message |
Methods in com.genesyslab.platform.management.protocol.messageserver.events with parameters of type MessagePriority | |
---|---|
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 |
Uses of MessagePriority in com.genesyslab.platform.management.protocol.messageserver.requests.subscription |
---|
Methods in com.genesyslab.platform.management.protocol.messageserver.requests.subscription that return MessagePriority | |
---|---|
abstract MessagePriority |
RequestUnsubscribeTypeKey.getPriority()
Priority of the message |
abstract MessagePriority |
RequestUnsubscribeType.getPriority()
Priority of the message |
abstract MessagePriority |
RequestUnsubscribeAll.getPriority()
Priority of the message |
abstract MessagePriority |
RequestSubscribeTypeKey.getPriority()
Priority of the message |
abstract MessagePriority |
RequestSubscribeType.getPriority()
Priority of the message |
abstract MessagePriority |
RequestSubscribeAll.getPriority()
Priority of the message |
Methods in com.genesyslab.platform.management.protocol.messageserver.requests.subscription with parameters of type MessagePriority | |
---|---|
static RequestUnsubscribeAll |
RequestUnsubscribeAll.create(MessagePriority priority)
Creates instance of RequestUnsubscribeAll with all parameters set. |
static RequestSubscribeAll |
RequestSubscribeAll.create(MessagePriority priority)
Creates instance of RequestSubscribeAll with all parameters set. |
static RequestUnsubscribeType |
RequestUnsubscribeType.create(MessagePriority priority,
java.lang.Integer subscriberType)
Creates instance of RequestUnsubscribeType with all parameters set. |
static RequestSubscribeType |
RequestSubscribeType.create(MessagePriority priority,
java.lang.Integer subscriberType)
Creates instance of RequestSubscribeType 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 |
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 |
abstract void |
RequestUnsubscribeTypeKey.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
RequestUnsubscribeType.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
RequestUnsubscribeAll.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
RequestSubscribeTypeKey.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
RequestSubscribeType.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
RequestSubscribeAll.setPriority(MessagePriority priority)
Priority of the message |
Uses of MessagePriority in com.genesyslab.platform.management.protocol.messageserver.runtime.channel |
---|
Methods in com.genesyslab.platform.management.protocol.messageserver.runtime.channel that return MessagePriority | |
---|---|
abstract MessagePriority |
RequestConnect.getPriority()
Priority of the message |
abstract MessagePriority |
EventDisconnected.getPriority()
Priority of the message |
Methods in com.genesyslab.platform.management.protocol.messageserver.runtime.channel with parameters of type MessagePriority | |
---|---|
static RequestConnect |
RequestConnect.create(MessagePriority priority,
MessageKey messageKey)
Creates instance of RequestConnect with all 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 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. |
abstract void |
RequestConnect.setPriority(MessagePriority priority)
Priority of the message |
abstract void |
EventDisconnected.setPriority(MessagePriority priority)
Priority of the message |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |