|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelStatus
This interface is a user's window into the current status of a channel. The status codes returned is dependent on the type of channel in use.
RecoverableFileChannel
Method Summary | |
---|---|
long |
bytesToTransfer()
Returned the number of bytes to transfer. |
long |
bytesTransferred()
Return the number of bytes that have been transferred on this channel. |
int |
getStatus()
Return the current status of the channel. |
Method Detail |
---|
long bytesTransferred() throws JMSException
JMSException
- If there is an internal JMS error.long bytesToTransfer() throws JMSException
JMSException
- if there is an internal JMS error.int getStatus() throws JMSException
JMSException
- If there is an internal JMS error.RecoverableFileChannel
|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |