|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprogress.message.jclient.channel.RecoverableFileChannelFactory
public class RecoverableFileChannelFactory
This class is used to create RecoverableFileChannel instances.
RecoverableFileChannel
Constructor Summary | |
---|---|
RecoverableFileChannelFactory()
|
Method Summary | |
---|---|
static RecoverableFileChannel |
createRecoverableFileChannel(java.io.File file)
Create a RecoverableFileChannel. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecoverableFileChannelFactory()
Method Detail |
---|
public static RecoverableFileChannel createRecoverableFileChannel(java.io.File file) throws JMSException, java.io.IOException
This method will create a RecoverableFileChannel.
file
- The file to transfer.
JMSException
- If there is an internal JMS Error.
java.io.IOException
- If there is an issue accessing the given file reference.
|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |