public final class CreateTemporaryQueueResponse extends AbstractResponsePacket
| Constructor and Description |
|---|
CreateTemporaryQueueResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueueName() |
byte |
getType()
Get the type value for this packet
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setQueueName(String queueName) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointIdpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic String getQueueName()
public void setQueueName(String queueName)
queueName - the queueName to setpublic String toString()
toString in class AbstractPacketCopyright © 2019. All rights reserved.