public abstract class DBUTask extends java.lang.Object implements DBUInterface, java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected FlashServletContext |
ivContext
The current context for the servlet or thread using the task.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Constructor and Description |
|---|
DBUTask()
The constructor for the abstract task.
|
| Modifier and Type | Method and Description |
|---|---|
FlashServletContext |
getContext()
Returns the class' servlet context (i.e.
|
void |
setContext(FlashServletContext ctx)
Sets the class' servlet context (i.e.
|
private static final long serialVersionUID
protected FlashServletContext ivContext
public DBUTask()
A CONTEXT MUST BE SET BEFORE INVOKING ANY OTHER METHODS.
.public FlashServletContext getContext()
getContext in DBUInterface.getContext in interface DBUInterfacepublic void setContext(FlashServletContext ctx)
setContext in DBUInterface.setContext in interface DBUInterfacectx - (FlashServletContext) The current servlet or thread context.