|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.management.protocol.messageserver.requests.subscription.RequestSubscribeAll
public abstract class RequestSubscribeAll
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 |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static RequestSubscribeAll create()
public static RequestSubscribeAll create(MessagePriority priority)
priority
- Priority of the message
public abstract MessagePriority getPriority()
public abstract void setPriority(MessagePriority priority)
priority
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |