org.eclipse.rse.dstore.universal.miners.filesystem
Class UniversalDownloadHandler
java.lang.Object
java.lang.Thread
org.eclipse.rse.dstore.universal.miners.filesystem.UniversalDownloadHandler
- All Implemented Interfaces:
- ICancellableHandler, Runnable
- public class UniversalDownloadHandler
- extends Thread
- implements ICancellableHandler
|
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 |
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)
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)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.