SonicMQ API

progress.message.jclient.channel
Class RecoverableFileChannelFactory

java.lang.Object
  extended by progress.message.jclient.channel.RecoverableFileChannelFactory

public class RecoverableFileChannelFactory
extends java.lang.Object

This class is used to create RecoverableFileChannel instances.

See Also:
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

RecoverableFileChannelFactory

public RecoverableFileChannelFactory()
Method Detail

createRecoverableFileChannel

public static RecoverableFileChannel createRecoverableFileChannel(java.io.File file)
                                                           throws JMSException,
                                                                  java.io.IOException
Create a RecoverableFileChannel.

This method will create a RecoverableFileChannel.

Parameters:
file - The file to transfer.
Throws:
JMSException - If there is an internal JMS Error.
java.io.IOException - If there is an issue accessing the given file reference.

SonicMQ API

Copyright © 1999-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-March-2012.