Package com.swiftmq.jms.smqp.v750
Class RouterConnectReply
- java.lang.Object
-
- com.swiftmq.tools.requestreply.Reply
-
- com.swiftmq.tools.requestreply.ReplyNE
-
- com.swiftmq.jms.smqp.v750.RouterConnectReply
-
- All Implemented Interfaces:
Dumpable,java.io.Serializable
public class RouterConnectReply extends ReplyNE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRouterConnectReply()RouterConnectReply(java.lang.String routerName, boolean authRequired, long keepaliveInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDumpId()Returns a unique dump id for this object.longgetKeepaliveInterval()java.lang.StringgetRouterName()booleanisAuthRequired()voidreadContent(java.io.DataInput in)Read the content of this object from the stream.voidsetAuthRequired(boolean authRequired)voidsetKeepaliveInterval(long keepaliveInterval)voidsetRouterName(java.lang.String routerName)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
-
getRouterName
public java.lang.String getRouterName()
-
setRouterName
public void setRouterName(java.lang.String routerName)
-
isAuthRequired
public boolean isAuthRequired()
-
setAuthRequired
public void setAuthRequired(boolean authRequired)
-
getKeepaliveInterval
public long getKeepaliveInterval()
-
setKeepaliveInterval
public void setKeepaliveInterval(long keepaliveInterval)
-
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
-
-