com.ibm.wsspi.rrd.extension
Interface ExtensionConfig
All known subinterfaces:
- public interface ExtensionConfig
Since:
WAS6.1
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getClassName()
Retrieves the class name of the extension generator or handler that
this extension configuration is associated with.
|
|
getID()
Retrieves the defined identifier for the extension generator or handler
that this extension configuration is associated with.
|
|
getInitParameter(java.lang.String name)
Retrieves an initialization parameter for the extension generator or
handler that this extension configuration is associated with.
|
|
getInitParameterNames()
Retrieves an iterator of initialization parameter names for the
extension generator or handler that this extension configuration is
associated with.
|
|
getOrder()
Retrieves the order in which the extension generator or handler
associated with this extension configuration will be executed.
|
Method Detail
getClassName
- java.lang.String getClassName()
Retrieves the class name of the extension generator or handler that
this extension configuration is associated with.
Returns:
a String containing the class name of the extension generator
or handler associated with this extension configuration.
getID
- java.lang.String getID()
Retrieves the defined identifier for the extension generator or handler
that this extension configuration is associated with.
Returns:
a String containing the defined identifier for the extension
generator or handler that this extension configuration is
associated with.
getInitParameter
- 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.
Parameters:
name
- a String containing the name of the initialization
parameter to retrieve. Returns:
a String containing the value of the given initialization
parameter.
getInitParameterNames
- java.util.Iterator getInitParameterNames( )
Retrieves an iterator of initialization parameter names for the
extension generator or handler that this extension configuration is
associated with.
Returns:
an Iterator object containing an iterator of initialization
parameter names.
getOrder
- int getOrder()
Retrieves the order in which the extension generator or handler
associated with this extension configuration will be executed.
Returns:
an integer containing the order in which the extension
generator or handler associated with this extension
configuration will be executed.