|
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.RequestSubscribeType
public abstract class RequestSubscribeType
Subscribes to the message of particular type
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestSubscribeType |
create()
Creates instance of RequestSubscribeType with no parameters set. |
static RequestSubscribeType |
create(MessagePriority priority,
java.lang.Integer subscriberType)
Creates instance of RequestSubscribeType with all parameters set. |
abstract MessagePriority |
getPriority()
Priority of the message |
abstract java.lang.Integer |
getSubscriberType()
Subscription: Type of the message to subscribe to |
abstract void |
setPriority(MessagePriority priority)
Priority of the message |
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 |
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 RequestSubscribeType create()
public static RequestSubscribeType create(MessagePriority priority, java.lang.Integer subscriberType)
priority
- Priority of the messagesubscriberType
- Subscription: Type of the message to subscribe to
public abstract MessagePriority getPriority()
public abstract void setPriority(MessagePriority priority)
priority
- new value of the propertypublic abstract java.lang.Integer getSubscriberType()
public abstract void setSubscriberType(java.lang.Integer subscriberType)
subscriberType
- new value of the propertypublic abstract void setSubscriberType(int subscriberType)
subscriberType
- 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 |