public abstract class AbstractValueHandler extends java.lang.Object implements ValueHandler
Constructor and Description |
---|
AbstractValueHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases all resources used.
|
void |
init()
It does nothing.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveValue
public void init() throws DataLoadException
init
in interface ValueHandler
DataLoadException
- if there are some errors.public void close()
close
in interface ValueHandler