org.apache.oodt.cas.filemgr.datatransfer
Class RemoteDataTransferFactory

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory
All Implemented Interfaces:
DataTransferFactory

public class RemoteDataTransferFactory
extends Object
implements DataTransferFactory

Version:
$Revision: 9683 $

A Factory for constructing RemoteDataTransferer objects.

Author:
mattmann

Constructor Summary
RemoteDataTransferFactory()
           
 
Method Summary
 DataTransfer createDataTransfer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDataTransferFactory

public RemoteDataTransferFactory()
                          throws InstantiationException
Throws:
InstantiationException
Method Detail

createDataTransfer

public DataTransfer createDataTransfer()
Specified by:
createDataTransfer in interface DataTransferFactory
Returns:
A new DataTransfer implementation.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.