|
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.handler.GenericExtensionHandler
public abstract class GenericExtensionHandler
The GenericExtensionHandler class defines an abstract class which provides a base for RRD extension handler classes that handles basic initialization and configuration methods.
Field Summary | |
---|---|
protected ExtensionHandlerConfig |
config
|
Constructor Summary | |
---|---|
GenericExtensionHandler()
|
Method Summary | |
---|---|
ExtensionHandlerConfig |
getExtensionHandlerConfig()
Retrieves the extension handler configuration information associated with this extension handler. |
void |
init(ExtensionHandlerConfig config)
Initializes this extension handler. |
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 |
---|
protected ExtensionHandlerConfig config
Constructor Detail |
---|
public GenericExtensionHandler()
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |