public class ByteArrayActionDownload
extends de.cismet.tools.gui.downloadmanager.AbstractCancellableDownload
implements de.cismet.connectioncontext.ConnectionContextProvider
| Modifier and Type | Field and Description |
|---|---|
protected Object |
body |
protected de.cismet.cids.server.actions.ServerActionParameter[] |
params |
protected Future<de.cismet.cids.server.actions.ServerActionParameter[]> |
paramsFuture |
protected String |
taskname |
| Modifier | Constructor and Description |
|---|---|
protected |
ByteArrayActionDownload(de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayActionDownload object.
|
protected |
ByteArrayActionDownload(String domain,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayActionDownload object.
|
|
ByteArrayActionDownload(String taskname,
Object body,
de.cismet.cids.server.actions.ServerActionParameter[] params,
String title,
String directory,
String filename,
String extension,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayActionDownload object.
|
|
ByteArrayActionDownload(String taskname,
Object body,
String title,
String directory,
String filename,
String extension,
Future<de.cismet.cids.server.actions.ServerActionParameter[]> params,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayActionDownload object.
|
|
ByteArrayActionDownload(String domain,
String taskname,
Object body,
de.cismet.cids.server.actions.ServerActionParameter[] params,
String title,
String directory,
String filename,
String extension,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayDownload object.
|
|
ByteArrayActionDownload(String domain,
String taskname,
Object body,
String title,
String directory,
String filename,
String extension,
Future<de.cismet.cids.server.actions.ServerActionParameter[]> params,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new ByteArrayDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
execAction()
DOCUMENT ME!
|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
int |
getProgress() |
void |
run() |
compareTo, determineDestinationFile, equals, error, getCaughtException, getDownloadsCompleted, getDownloadsErroneous, getDownloadsTotal, getExceptionPanel, getFileToSaveTo, getStatus, getTitle, hashCode, setParallelDownloads, startDownload, stateChanged, titleChangedaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedprotected String taskname
protected Object body
protected de.cismet.cids.server.actions.ServerActionParameter[] params
protected Future<de.cismet.cids.server.actions.ServerActionParameter[]> paramsFuture
public ByteArrayActionDownload(String taskname, Object body, de.cismet.cids.server.actions.ServerActionParameter[] params, String title, String directory, String filename, String extension, de.cismet.connectioncontext.ConnectionContext connectionContext)
taskname - DOCUMENT ME!body - DOCUMENT ME!params - DOCUMENT ME!title - DOCUMENT ME!directory - DOCUMENT ME!filename - DOCUMENT ME!extension - DOCUMENT ME!connectionContext - DOCUMENT ME!public ByteArrayActionDownload(String taskname, Object body, String title, String directory, String filename, String extension, Future<de.cismet.cids.server.actions.ServerActionParameter[]> params, de.cismet.connectioncontext.ConnectionContext connectionContext)
taskname - DOCUMENT ME!body - DOCUMENT ME!title - DOCUMENT ME!directory - DOCUMENT ME!filename - DOCUMENT ME!extension - DOCUMENT ME!params - DOCUMENT ME!connectionContext - DOCUMENT ME!public ByteArrayActionDownload(String domain, String taskname, Object body, de.cismet.cids.server.actions.ServerActionParameter[] params, String title, String directory, String filename, String extension, de.cismet.connectioncontext.ConnectionContext connectionContext)
domain - DOCUMENT ME!taskname - DOCUMENT ME!body - DOCUMENT ME!params - DOCUMENT ME!title - The title of the download.directory - The directory of the download.filename - The name of the file to be created.extension - The extension of the file to be created.connectionContext - DOCUMENT ME!public ByteArrayActionDownload(String domain, String taskname, Object body, String title, String directory, String filename, String extension, Future<de.cismet.cids.server.actions.ServerActionParameter[]> params, de.cismet.connectioncontext.ConnectionContext connectionContext)
domain - DOCUMENT ME!taskname - DOCUMENT ME!body - DOCUMENT ME!title - The title of the download.directory - The directory of the download.filename - The name of the file to be created.extension - The extension of the file to be created.params - DOCUMENT ME!connectionContext - DOCUMENT ME!protected ByteArrayActionDownload(de.cismet.connectioncontext.ConnectionContext connectionContext)
connectionContext - DOCUMENT ME!protected ByteArrayActionDownload(String domain, de.cismet.connectioncontext.ConnectionContext connectionContext)
domain - DOCUMENT ME!connectionContext - DOCUMENT ME!public void run()
public int getProgress()
getProgress in interface de.cismet.tools.gui.downloadmanager.Downloadprotected Object execAction() throws Exception
Exception - DOCUMENT ME!public final de.cismet.connectioncontext.ConnectionContext getConnectionContext()
getConnectionContext in interface de.cismet.connectioncontext.ConnectionContextProviderCopyright © 2012–2025 cismet GmbH. All rights reserved.