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, wait
destroy, doHandle
protected ExtensionHandlerConfig config
public void init(ExtensionHandlerConfig config) throws RRDException
ExtensionHandler
init
in interface ExtensionHandler
config
- an ExtensionConfig object containing configuration
information for this extension handler.RRDException
- if an error occurs during initialization.public ExtensionHandlerConfig getExtensionHandlerConfig()
ExtensionHandler
getExtensionHandlerConfig
in interface ExtensionHandler