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

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

public class InPlaceDataTransferFactory
extends Object
implements DataTransferFactory

Version:
$Revision: 12226 $

Creates new InPlaceDataTransferers.

Author:
woollard

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

Constructor Detail

InPlaceDataTransferFactory

public InPlaceDataTransferFactory()

Default Constructor

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.