com.ibm.wsspi.pmi.factory
Interface StatsTemplateLookup
- public interface StatsTemplateLookup
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getTemplate(java.lang.String templateName)
Returns the
PmiModuleConfig for a given template.
|
Method Detail
getTemplate
- com.ibm.websphere.pmi.PmiModuleConfig getTemplate( java.lang.String templateName)
Parameters:
templateName
- Stats template name Returns:
an instance of PmiModuleConfig that corresponds to the template name
PmiModuleConfig
for a given template.