public abstract class GenericExtensionHandler extends java.lang.Object implements ExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionHandlerConfig |
config |
| Constructor and Description |
|---|
GenericExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionHandlerConfig |
getExtensionHandlerConfig()
Retrieves the extension handler configuration information associated
with this extension handler.
|
void |
init(ExtensionHandlerConfig config)
Initializes this extension handler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, doHandleprotected ExtensionHandlerConfig config
public void init(ExtensionHandlerConfig config) throws RRDException
ExtensionHandlerinit in interface ExtensionHandlerconfig - an ExtensionConfig object containing configuration
information for this extension handler.RRDException - if an error occurs during initialization.public ExtensionHandlerConfig getExtensionHandlerConfig()
ExtensionHandlergetExtensionHandlerConfig in interface ExtensionHandler