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, waitresolveValuepublic void init()
throws DataLoadException
init in interface ValueHandlerDataLoadException - if there are some errors.public void close()
close in interface ValueHandler