RSE
Release 1.0

org.eclipse.rse.dstore.universal.miners.filesystem
Class UniversalDownloadHandler

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.eclipse.rse.dstore.universal.miners.filesystem.UniversalDownloadHandler
All Implemented Interfaces:
ICancellableHandler, Runnable

public class UniversalDownloadHandler
extends Thread
implements ICancellableHandler


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
UniversalDownloadHandler(org.eclipse.dstore.core.model.DataStore dataStore, UniversalFileSystemMiner miner, org.eclipse.dstore.core.model.DataElement cmdElement, org.eclipse.dstore.core.model.DataElement status)
           
 
Method Summary
 void cancel()
           
protected  org.eclipse.dstore.core.model.DataElement handleDownload(org.eclipse.dstore.core.model.DataElement theElement, org.eclipse.dstore.core.model.DataElement status)
           
 boolean isCancelled()
           
 boolean isDone()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UniversalDownloadHandler

public UniversalDownloadHandler(org.eclipse.dstore.core.model.DataStore dataStore,
                                UniversalFileSystemMiner miner,
                                org.eclipse.dstore.core.model.DataElement cmdElement,
                                org.eclipse.dstore.core.model.DataElement status)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

isDone

public boolean isDone()
Specified by:
isDone in interface ICancellableHandler

isCancelled

public boolean isCancelled()
Specified by:
isCancelled in interface ICancellableHandler

cancel

public void cancel()
Specified by:
cancel in interface ICancellableHandler

handleDownload

protected org.eclipse.dstore.core.model.DataElement handleDownload(org.eclipse.dstore.core.model.DataElement theElement,
                                                                   org.eclipse.dstore.core.model.DataElement status)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.