public class FileStreamEntry extends AbstractServerObject<ServerContext>
| Constructor and Description |
|---|
FileStreamEntry(ServerContext serverContext,
FileStreamJob job) |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitCompletion() |
boolean |
cancel() |
boolean |
equals(java.lang.Object o) |
FileStreamJob |
getJob() |
JobId |
getJobId() |
int |
hashCode() |
void |
setDone()
Marks the job as done and releases any waiters
|
void |
setRunningTask(AsyncTask task) |
java.lang.String |
toString()
Returns a single line String that shows the values of the most important
state variables of this object.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
checkPermission, getServerConfig, getServerContext, getStatisticManagergetApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpStringpublic FileStreamEntry(ServerContext serverContext, FileStreamJob job)
public FileStreamJob getJob()
public JobId getJobId()
public void setRunningTask(AsyncTask task)
public boolean cancel()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic void awaitCompletion()
public void setDone()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class AbstractServerObject<ServerContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.