All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.forms.demos.uploadclient.FileUploaderLoadThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----oracle.forms.demos.uploadclient.FileUploaderLoadThread

public class FileUploaderLoadThread
extends Thread

This component provides a way of running the Progress indicator for the FileUploader to in a separate thread so that it actually gets some timeslice to update.

Version:
1.0
Author:
Duncan Mills

Constructor Index

 o FileUploaderLoadThread(FileUploader, Object, boolean)
Constructor for the thread

Method Index

 o run()
run method for thread - calls back into the FileUpload Object to load the file.

Constructors

 o FileUploaderLoadThread
 public FileUploaderLoadThread(FileUploader uploader,
                               Object value,
                               boolean namedFile)
Constructor for the thread

Parameters:
upload - the current upload session that we call back into
value - the name of the file to upload or the directory to intitially show in the dialog
namedFile - boolean value to indicate if value is a named file which should be uploaded directly

Methods

 o run
 public void run()
run method for thread - calls back into the FileUpload Object to load the file.

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index