com.ibm.wsspi.rrd.extension.handler
Class GenericExtensionHandler
- java.lang.Object
com.ibm.wsspi.rrd.extension.handler.GenericExtensionHandler
All implemented interfaces:
- public abstract class GenericExtensionHandler
- extends java.lang.Object
- implements ExtensionHandler
Since:
WAS6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
config
|
Constructor Summary
Constructor and Description |
---|
GenericExtensionHandler()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getExtensionHandlerConfig()
|
|
|
init(ExtensionHandlerConfig config)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.wsspi.rrd.extension.handler.ExtensionHandler |
---|
destroy, doHandle |
Field Detail
config
- protected ExtensionHandlerConfig config
Constructor Detail
GenericExtensionHandler
- public GenericExtensionHandler( )
Method Detail
init
- public void init(ExtensionHandlerConfig config)
- throws RRDException
Initializes this extension handler.
Specified by:
init
in interface ExtensionHandler
Parameters:
config
- an ExtensionConfig object containing configuration
information for this extension handler. Throws:
RRDException
- if an error occurs during initialization. getExtensionHandlerConfig
- public ExtensionHandlerConfig getExtensionHandlerConfig( )
Description copied from interface:
ExtensionHandler
Retrieves the extension handler configuration information associated
with this extension handler.
Specified by:
getExtensionHandlerConfig
in interface ExtensionHandler
Returns:
an ExtensionHandlerConfig object containing the extension
handler configuration information associated with this
extension handler.
ExtensionHandler