public final class CreateDurableSubscriberQuery extends AbstractSessionQuery
| Constructor and Description |
|---|
CreateDurableSubscriberQuery() |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
getConsumerId() |
String |
getMessageSelector() |
String |
getName() |
javax.jms.Topic |
getTopic() |
byte |
getType()
Get the type value for this packet
|
boolean |
isNoLocal() |
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setConsumerId(IntegerID consumerId) |
void |
setMessageSelector(String messageSelector) |
void |
setName(String name) |
void |
setNoLocal(boolean noLocal) |
void |
setTopic(javax.jms.Topic topic) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
getSessionId, setSessionIdisResponseExpectedgetEndpointId, setEndpointIdpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractSessionQueryprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractSessionQuerypublic IntegerID getConsumerId()
public void setConsumerId(IntegerID consumerId)
consumerId - the consumerId to setpublic javax.jms.Topic getTopic()
public void setTopic(javax.jms.Topic topic)
topic - the topic to setpublic String getMessageSelector()
public void setMessageSelector(String messageSelector)
messageSelector - the messageSelector to setpublic boolean isNoLocal()
public void setNoLocal(boolean noLocal)
noLocal - the noLocal to setpublic String getName()
public void setName(String name)
name - the name to setpublic String toString()
toString in class AbstractSessionQueryCopyright © 2019. All rights reserved.