Uses of Interface
p2pMapReduce.ftp.FTPManager

Packages that use FTPManager
p2pMapReduce.ftp   
p2pMapReduce.impl.ftp   
p2pMapReduce.impl.networkModule.jxta   
p2pMapReduce.impl.nodeModule   
p2pMapReduce.networkModule   
p2pMapReduce.nodeModule   
 

Uses of FTPManager in p2pMapReduce.ftp
 

Methods in p2pMapReduce.ftp that return FTPManager
static FTPManager FTPManagerFactory.createFTPManager()
           
 

Uses of FTPManager in p2pMapReduce.impl.ftp
 

Classes in p2pMapReduce.impl.ftp that implement FTPManager
 class FTPManagerImpl
          An implementation of the FTPManager interface based on apache libraries.
 

Uses of FTPManager in p2pMapReduce.impl.networkModule.jxta
 

Methods in p2pMapReduce.impl.networkModule.jxta that return FTPManager
 FTPManager JxtaNetworkModule.getFtpManager()
           
 

Uses of FTPManager in p2pMapReduce.impl.nodeModule
 

Methods in p2pMapReduce.impl.nodeModule that return FTPManager
 FTPManager NodeModuleImpl.getFtpManager()
           
 

Uses of FTPManager in p2pMapReduce.networkModule
 

Methods in p2pMapReduce.networkModule that return FTPManager
 FTPManager NetworkModuleIF.getFtpManager()
          Return an FTPManager for this node
 

Uses of FTPManager in p2pMapReduce.nodeModule
 

Methods in p2pMapReduce.nodeModule that return FTPManager
 FTPManager NodeModuleIF.getFtpManager()