|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionConfig
The ExtensionConfig interface provides basic initialization and runtime configuration information that is available to RRD extension generators and handlers.
Method Summary | |
---|---|
java.lang.String |
getClassName()
Retrieves the class name of the extension generator or handler that this extension configuration is associated with. |
java.lang.String |
getID()
Retrieves the defined identifier for the extension generator or handler that this extension configuration is associated with. |
java.lang.String |
getInitParameter(java.lang.String name)
Retrieves an initialization parameter for the extension generator or handler that this extension configuration is associated with. |
java.util.Iterator |
getInitParameterNames()
Retrieves an iterator of initialization parameter names for the extension generator or handler that this extension configuration is associated with. |
int |
getOrder()
Retrieves the order in which the extension generator or handler associated with this extension configuration will be executed. |
Method Detail |
---|
java.lang.String getClassName()
java.lang.String getID()
java.lang.String getInitParameter(java.lang.String name)
name
- a String containing the name of the initialization
parameter to retrieve.
java.util.Iterator getInitParameterNames()
int getOrder()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |