| Name | Description | Type | Package | Framework |
| DataTransfer | Objects implementing this interface define how to transfer products to the DataStore repository. | Interface | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| DataTransferFactory | A Factory for creating DataTransfer implementation objects. | Interface | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| InPlaceDataTransferer | An implementation of the DataTransfer interface that leaves products in the same place (i. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| InPlaceDataTransferFactory | Creates new InPlaceDataTransferers. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| LocalDataTransferer | An implementation of the DataTransfer interface that moves products that are available via URIs on the same machine, through an | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| LocalDataTransferFactory | Creates new LocalDataTransferers. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| RemoteDataTransferer | An implementation of the DataTransfer interface that transfers files to a remote file manager over XML-RPC, using the | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| RemoteDataTransferFactory | A Factory for constructing RemoteDataTransferer objects. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| S3DataTransferer | DataTransfer which put/gets files in/from Amazon S3 storage. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| S3DataTransfererFactory | DataTransferFactory which creates S3DataTransferers. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |
| TransferStatusTracker | An abstract base class for data transfers that uses an in-memory HashMap to keep track of data transfer status information. | Class | org.apache.oodt.cas.filemgr.datatransfer | Apache OODT |