com.ibm.wsspi.rrd.extension.generator
Class GenericExtensionGenerator
- java.lang.Object
com.ibm.wsspi.rrd.extension.generator.GenericExtensionGenerator
All implemented interfaces:
- public abstract class GenericExtensionGenerator
- extends java.lang.Object
- implements ExtensionGenerator
Since:
WAS6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
config
|
Constructor Summary
Constructor and Description |
---|
GenericExtensionGenerator()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getExtensionGeneratorConfig()
|
|
|
init(ExtensionGeneratorConfig 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.generator.ExtensionGenerator |
---|
destroy, doGenerate |
Field Detail
config
- protected ExtensionGeneratorConfig config
Constructor Detail
GenericExtensionGenerator
- public GenericExtensionGenerator( )
Method Detail
init
- public void init(ExtensionGeneratorConfig config)
- throws RRDException
Initializes this extension generator.
Specified by:
init
in interface ExtensionGenerator
Parameters:
config
- an ExtensionConfig object containing configuration
information for this extension generator. Throws:
RRDException
- if an error occurs during initialization. getExtensionGeneratorConfig
- public ExtensionGeneratorConfig getExtensionGeneratorConfig( )
Description copied from interface:
ExtensionGenerator
Retrieves the extension generator configuration information associated
with this extension generator.
Specified by:
getExtensionGeneratorConfig
in interface ExtensionGenerator
Returns:
an ExtensionGeneratorConfig object cotnaining the extension
generator configuration information associated with this
extension generator.
ExtensionGenerator