Package com.swiftmq.mgmt.protocol.v750
Class CommandReply
java.lang.Object
com.swiftmq.tools.requestreply.Reply
com.swiftmq.mgmt.protocol.v750.CommandReply
- All Implemented Interfaces:
Dumpable
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns a unique dump id for this object.String[]
void
readContent
(DataInput in) Read the content of this object from the stream.void
toString()
void
writeContent
(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
-
Constructor Details
-
CommandReply
-
CommandReply
public CommandReply()
-
-
Method Details
-
getResult
-
setResult
-
getDumpId
public int getDumpId()Description copied from class:Reply
Returns a unique dump id for this object. -
writeContent
Description copied from class:Reply
Write the content of this object to the stream.- Specified by:
writeContent
in interfaceDumpable
- Overrides:
writeContent
in classReply
- Parameters:
out
- output stream- Throws:
IOException
- if an error occurs
-
readContent
Description copied from class:Reply
Read the content of this object from the stream.- Specified by:
readContent
in interfaceDumpable
- Overrides:
readContent
in classReply
- Parameters:
in
- input stream- Throws:
IOException
- if an error occurs
-
toString
-