|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileUploadThread
This interface defines the methods of the various FileUploadThread classes. These classes are kept in the CVS, as people often update them for their needs: I don't want to remove them, when I do a 'big bang' within them. Created on 21 nov. 06
Method Summary | |
---|---|
void |
close()
Closes the connection to the server and releases resources. |
String |
getResponseMsg()
Get the server response message. |
Thread.State |
getState()
|
void |
interrupt()
This method is created in this interface, and is implemented by DefaultFileUploadThread , as this class is a subclass of
Thread . |
boolean |
isAlive()
This method is created in this interface, and is implemented by DefaultFileUploadThread , as this class is a subclass of
Thread . |
void |
join()
This method is created in this interface, and is implemented by DefaultFileUploadThread , as this class is a subclass of
Thread . |
void |
join(long millisec)
This method is created in this interface, and is implemented by DefaultFileUploadThread , as this class is a subclass of
Thread . |
void |
setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread)
Changes the FileUploadManagerThread. |
void |
start()
This method is created in this interface, and is implemented by DefaultFileUploadThread , as this class is a subclass of
Thread . |
Method Detail |
---|
String getResponseMsg()
void close()
Thread.State getState()
Thread.getState()
boolean isAlive()
DefaultFileUploadThread
, as this class is a subclass of
Thread
.
Thread.isAlive()
void join() throws InterruptedException
DefaultFileUploadThread
, as this class is a subclass of
Thread
.
InterruptedException
Thread.join()
void join(long millisec) throws InterruptedException
DefaultFileUploadThread
, as this class is a subclass of
Thread
.
millisec
-
InterruptedException
Thread.join(long)
void start()
DefaultFileUploadThread
, as this class is a subclass of
Thread
.
Thread.start()
void interrupt()
DefaultFileUploadThread
, as this class is a subclass of
Thread
.
Thread.interrupt()
void setFileUploadThreadManager(FileUploadManagerThread fileUploadManagerThread) throws JUploadException
fileUploadManagerThread
-
JUploadException
FileUploadManagerThread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |