Package com.swiftmq.jms.smqp.v750
Class AuthResponseReply
- java.lang.Object
-
- com.swiftmq.tools.requestreply.Reply
-
- com.swiftmq.tools.requestreply.ReplyNE
-
- com.swiftmq.jms.smqp.v750.AuthResponseReply
-
- All Implemented Interfaces:
Dumpable,java.io.Serializable
public class AuthResponseReply extends ReplyNE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthResponseReply()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDumpId()Returns a unique dump id for this object.java.lang.StringtoString()-
Methods inherited from class com.swiftmq.tools.requestreply.ReplyNE
readContent, writeContent
-
Methods inherited from class com.swiftmq.tools.requestreply.Reply
getException, isOk, isTimeout, send, setException, setOk, setTimeout
-
-
-
-
Method Detail
-
getDumpId
public int getDumpId()
Description copied from class:ReplyReturns a unique dump id for this object.
-
-