|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.rrd.extension.generator.GenericExtensionGenerator
public abstract class GenericExtensionGenerator
The GenericExtensionGenerator class defines an abstract class which provides a base for RRD extension generator classes that handles basic initialization and configuration methods.
Field Summary | |
---|---|
protected ExtensionGeneratorConfig |
config
|
Constructor Summary | |
---|---|
GenericExtensionGenerator()
|
Method Summary | |
---|---|
ExtensionGeneratorConfig |
getExtensionGeneratorConfig()
Retrieves the extension generator configuration information associated with this extension generator. |
void |
init(ExtensionGeneratorConfig config)
Initializes this extension generator. |
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 |
---|
protected ExtensionGeneratorConfig config
Constructor Detail |
---|
public GenericExtensionGenerator()
Method Detail |
---|
public void init(ExtensionGeneratorConfig config) throws RRDException
ExtensionGenerator
init
in interface ExtensionGenerator
config
- an ExtensionConfig object containing configuration
information for this extension generator.
RRDException
- if an error occurs during initialization.public ExtensionGeneratorConfig getExtensionGeneratorConfig()
ExtensionGenerator
getExtensionGeneratorConfig
in interface ExtensionGenerator
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |