public final class CreateConsumerQuery extends AbstractSessionQuery
| Constructor and Description |
|---|
CreateConsumerQuery() |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
getConsumerId() |
javax.jms.Destination |
getDestination() |
String |
getMessageSelector() |
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 |
setDestination(javax.jms.Destination destination) |
void |
setMessageSelector(String messageSelector) |
void |
setNoLocal(boolean noLocal) |
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.Destination getDestination()
public void setDestination(javax.jms.Destination destination)
destination - the destination 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 toString()
toString in class AbstractSessionQueryCopyright © 2019. All rights reserved.