Package com.swiftmq.jms.smqp.v750
Class CreateTmpQueueReply
- java.lang.Object
-
- com.swiftmq.tools.requestreply.Reply
-
- com.swiftmq.tools.requestreply.ReplyNE
-
- com.swiftmq.jms.smqp.v750.CreateTmpQueueReply
-
- All Implemented Interfaces:
Dumpable,java.io.Serializable
public class CreateTmpQueueReply extends ReplyNE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateTmpQueueReply()CreateTmpQueueReply(java.lang.String queueName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDumpId()Returns a unique dump id for this object.java.lang.StringgetQueueName()voidreadContent(java.io.DataInput in)Read the content of this object from the stream.voidsetQueueName(java.lang.String queueName)java.lang.StringtoString()voidwriteContent(java.io.DataOutput out)Write the content of this object to the stream.-
Methods inherited from class com.swiftmq.tools.requestreply.Reply
getException, isOk, isTimeout, send, setException, setOk, setTimeout
-
-
-
-
Method Detail
-
getQueueName
public java.lang.String getQueueName()
-
setQueueName
public void setQueueName(java.lang.String queueName)
-
getDumpId
public int getDumpId()
Description copied from class:ReplyReturns a unique dump id for this object.
-
writeContent
public void writeContent(java.io.DataOutput out) throws java.io.IOExceptionDescription copied from class:ReplyWrite the content of this object to the stream.- Specified by:
writeContentin interfaceDumpable- Overrides:
writeContentin classReplyNE- Parameters:
out- output stream- Throws:
java.io.IOException- if an error occurs
-
readContent
public void readContent(java.io.DataInput in) throws java.io.IOExceptionDescription copied from class:ReplyRead the content of this object from the stream.- Specified by:
readContentin interfaceDumpable- Overrides:
readContentin classReplyNE- Parameters:
in- input stream- Throws:
java.io.IOException- if an error occurs
-
-