Class FileChunkReply
java.lang.Object
com.swiftmq.filetransfer.protocol.MessageBasedReply
com.swiftmq.filetransfer.protocol.v940.FileChunkReply
- All Implemented Interfaces:
MessageBased
-
Field Summary
FieldsFields inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
EXCEPTION_PROP, OK_PROP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLink()
void
setChunkNo
(int chunkNo) void
javax.jms.Message
toString()
Methods inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
fillMessage, getException, isOk, setException, setOk
-
Field Details
-
CHUNKNO_PROP
- See Also:
-
-
Constructor Details
-
FileChunkReply
public FileChunkReply(javax.jms.Message message) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-
FileChunkReply
public FileChunkReply()
-
-
Method Details
-
getChunkNo
public int getChunkNo() -
setChunkNo
public void setChunkNo(int chunkNo) -
getLink
-
setLink
-
toMessage
public javax.jms.Message toMessage() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
toString
- Overrides:
toString
in classMessageBasedReply
-