|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPThread | |
|---|---|
| org.bibalex.daf.handlers.filehandler | |
| Uses of FTPThread in org.bibalex.daf.handlers.filehandler |
|---|
| Fields in org.bibalex.daf.handlers.filehandler with type parameters of type FTPThread | |
|---|---|
private java.util.Hashtable<java.lang.String,FTPThread> |
FTPThreadsPool.freeThreads
|
private java.util.Hashtable<java.lang.String,FTPThread> |
FTPThreadsPool.usedThreads
|
| Methods in org.bibalex.daf.handlers.filehandler that return FTPThread | |
|---|---|
private FTPThread |
FTPThreadsPool.createThread()
Create a new Thread. |
(package private) FTPThread |
FTPThreadsPool.getThread()
Retreives a thread, if there exists free threads one of them is returned, if not and the pool size wasn't reached a new thread is created, elsewise this method sends a wait() signal and halts. |
| Methods in org.bibalex.daf.handlers.filehandler with parameters of type FTPThread | |
|---|---|
void |
FTPThreadsPool.releaseThread(FTPThread threadCopier)
Release a thread to be returned to the Free Threads Hash. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||