com.ibm.wsspi.rrd.extension.generator

Class GenericExtensionGenerator

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.rrd.extension.generator.GenericExtensionGenerator
All implemented interfaces:
ExtensionGenerator

  1. public abstract class GenericExtensionGenerator
  2. extends java.lang.Object
  3. implements ExtensionGenerator
The GenericExtensionGenerator class defines an abstract class which provides a base for RRD extension generator classes that handles basic initialization and configuration methods.
Since:
WAS6.1

Field Summary

Modifier and Type Field and Description
  1. protected
  2. ExtensionGeneratorConfig
config

Constructor Summary

Constructor and Description
GenericExtensionGenerator()

Method Summary

Modifier and Type Method and Description
  1. ExtensionGeneratorConfig
getExtensionGeneratorConfig()
  1. void
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

  1. protected ExtensionGeneratorConfig config

Constructor Detail

GenericExtensionGenerator

  1. public GenericExtensionGenerator( )

Method Detail

init

  1. public void init(ExtensionGeneratorConfig config)
  2. throws RRDException
Description copied from interface: ExtensionGenerator
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

  1. public ExtensionGeneratorConfig getExtensionGeneratorConfig( )
Description copied from interface: ExtensionGenerator
Retrieves the extension generator configuration information associated with this extension generator.
Specified by:
Returns:
an ExtensionGeneratorConfig object cotnaining the extension generator configuration information associated with this extension generator.