public abstract class TdbBackgroundTaskSink extends TdbMessageProvider
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
files()
Retrieve the list of file names (logfiles) associated with the sink event
|
java.util.List<java.lang.String> |
messages()
Retrieve the list of completion messages associated with the sink event
|
void |
poll()
Poll the server for any updates
|
abstract void |
taskCompleted()
This abstract method must be overridden in concrete instantiations of this
base class, and is called in the face of completion events from the server.
|
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public java.util.List<java.lang.String> messages()
public java.util.List<java.lang.String> files()
public void poll() throws TdbException
TdbException
public abstract void taskCompleted() throws TdbException
TdbException