Package com.swiftmq.tools.requestreply
Class ReplyNE
- java.lang.Object
-
- com.swiftmq.tools.requestreply.Reply
-
- com.swiftmq.tools.requestreply.ReplyNE
-
- All Implemented Interfaces:
Dumpable,java.io.Serializable
- Direct Known Subclasses:
AcknowledgeMessageReply,AssociateMessageReply,AsyncMessageDeliveryReply,AuthResponseReply,CloseBrowserReply,CloseConsumerReply,CloseProducerReply,CloseSessionReply,CommitReply,CreateBrowserReply,CreateConsumerReply,CreateDurableReply,CreateProducerReply,CreatePublisherReply,CreateSessionReply,CreateShadowConsumerReply,CreateSubscriberReply,CreateTmpQueueReply,DeleteDurableReply,DeleteTmpQueueReply,DisconnectReply,FetchBrowserMessageReply,GetAuthChallengeReply,GetClientIdReply,GetMetaDataReply,ProduceMessageReply,RecoverSessionReply,RollbackReply,RouterConnectReply,SetClientIdReply,XAResCommitReply,XAResEndReply,XAResForgetReply,XAResGetTxTimeoutReply,XAResPrepareReply,XAResRecoverReply,XAResRollbackReply,XAResSetTxTimeoutReply,XAResStartReply
public class ReplyNE extends Reply
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplyNE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadContent(java.io.DataInput in)Read the content of this object from the stream.voidwriteContent(java.io.DataOutput out)Write the content of this object to the stream.-
Methods inherited from class com.swiftmq.tools.requestreply.Reply
getDumpId, getException, isOk, isTimeout, send, setException, setOk, setTimeout, toString
-
-
-
-
Method Detail
-
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 classReply- 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 classReply- Parameters:
in- input stream- Throws:
java.io.IOException- if an error occurs
-
-