Uses of Class
org.bibalex.daf.handlers.filehandler.FTPThreadsPool

Packages that use FTPThreadsPool
org.bibalex.daf.handlers.filehandler   
 

Uses of FTPThreadsPool in org.bibalex.daf.handlers.filehandler
 

Fields in org.bibalex.daf.handlers.filehandler declared as FTPThreadsPool
private static FTPThreadsPool FTPThreadsPool.currentInstance
           
private  FTPThreadsPool FTPFileHandler.threadsPool
           
private  FTPThreadsPool FTPThread.threadsPool
           
 

Methods in org.bibalex.daf.handlers.filehandler that return FTPThreadsPool
static FTPThreadsPool FTPThreadsPool.getThreadsPool(java.lang.String hostName, java.lang.String userName, java.lang.String password, int poolSize)
          Implementing a Singleton pattern in retrieving the instance of the Class.
static FTPThreadsPool FTPThreadsPool.getThreadsPool(java.lang.String hostName, java.lang.String userName, java.lang.String password, int poolSize, FileHandlerObservable observable)
          Implementing a Singleton pattern in retrieving the instance of the Class.
 

Constructors in org.bibalex.daf.handlers.filehandler with parameters of type FTPThreadsPool
FTPThread(com.enterprisedt.net.ftp.FTPClient ftpClient, FTPThreadsPool threadsPool)
          Constructor
FTPThread(com.enterprisedt.net.ftp.FTPClient ftpClient, FTPThreadsPool threadsPool, FileHandlerObservable observable)
          Constructor