Package com.swiftmq.jms.smqp.v750
Class CreateBrowserReply
- java.lang.Object
-
- com.swiftmq.tools.requestreply.Reply
-
- com.swiftmq.tools.requestreply.ReplyNE
-
- com.swiftmq.jms.smqp.v750.CreateBrowserReply
-
- All Implemented Interfaces:
Dumpable,java.io.Serializable
public class CreateBrowserReply extends ReplyNE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateBrowserReply()CreateBrowserReply(int queueBrowserId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDumpId()Returns a unique dump id for this object.intgetQueueBrowserId()voidreadContent(java.io.DataInput in)Read the content of this object from the stream.voidsetQueueBrowserId(int queueBrowserId)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
-
getQueueBrowserId
public int getQueueBrowserId()
-
setQueueBrowserId
public void setQueueBrowserId(int queueBrowserId)
-
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
-
-