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