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, getStatisticManager
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public void awaitCompletion()
public void setDone()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class AbstractServerObject<ServerContext>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.