public abstract class DBUHandler extends java.lang.Object implements DBUInterface
Modifier and Type | Field and Description |
---|---|
protected FlashServletContext |
ivContext
The current context for the servlet or thread using the handler.
|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
DBUHandler()
The constructor for the abstract handler.
|
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 DBUHandler()
A CONTEXT MUST BE SET BEFORE INVOKING ANY OTHER METHODS.
.public FlashServletContext getContext()
getContext
in DBUInterface
.getContext
in interface DBUInterface
public void setContext(FlashServletContext ctx)
setContext
in DBUInterface
.setContext
in interface DBUInterface
ctx
- (FlashServletContext) The current servlet or thread context.