|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.pmi.PmiModuleConfig
public class PmiModuleConfig
This class contains configuration information for a Stats object (PMI module).
Field Summary |
---|
Constructor Summary | |
---|---|
PmiModuleConfig(java.lang.String UID)
PMI data are organized in modules (Stats). |
Method Summary | |
---|---|
void |
addData(PmiDataInfo info)
Add PmiDataInfo for a statistic (WebSphere internal use only) |
PmiModuleConfig |
copy()
Creates a copy of this object |
int |
getDataId(java.lang.String name)
Returns the data ID for a Statistic name in this module (Stats) |
PmiDataInfo |
getDataInfo(int dataId)
Returns the PmiDataInfo for a data ID in this module (Stats) |
java.lang.String |
getDescription()
Returns the description |
java.lang.String |
getMbeanType()
Returns the mapping MBean type. |
int |
getNumData()
Returns the number of statistics in this module |
java.lang.String |
getResourceBundle()
Returns the resource bundle name. |
java.lang.String |
getShortName()
Returns the Stats name - eg, beanModule (WebSphere internal use only) |
java.lang.String |
getUID()
Returns the UID of this module (Stats). |
boolean |
hasSubModule()
Returns true if there is a sub-module defined (applicable only to 5.x) |
PmiDataInfo[] |
listAllData()
Returns the PmiDataInfo for all the statistics in the module. |
PmiDataInfo[] |
listData(java.lang.String submoduleName)
Returns the submodule members. |
PmiDataInfo[] |
listLevelData(int level)
Returns the statistic with level equal to or lower than 'level' |
PmiDataInfo[] |
listMyLevelData(int level)
Returns the statistic with level equal to 'level' |
int[] |
listStatisticsBySet(java.lang.String statisticSet)
Return the list of statistic IDs that are in the given pre-defined statistic sets. |
int[] |
listStatisticsWithDependents()
Returns String representation of this object |
void |
print(java.io.PrintWriter pw)
Deprecated. No replacement |
void |
removeData(PmiDataInfo info)
Remove PmiDataInfo for a statistic (WebSphere internal use only) |
void |
setDescription(java.lang.String description)
Sets the module description (WebSphere internal use only). |
void |
setMbeanType(java.lang.String mbeanType)
Sets the mapping MBean type (WebSphere internal use only). |
void |
setResourceBundle(java.lang.String nlsFile)
Sets the resource bundle to translate the Stats name, decription, and unit (WebSphere internal use only). |
PmiDataInfo[] |
submoduleMembers(java.lang.String submoduleName)
Returns all the PmiDataInfo in the submodule. |
PmiDataInfo[] |
submoduleMembers(java.lang.String submoduleName,
int level)
Returns an array of PmiDataInfo for the given submoduleName and level. |
java.lang.String |
toString()
Returns String representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PmiModuleConfig(java.lang.String UID)
Method Detail |
---|
public void setDescription(java.lang.String description)
public void setMbeanType(java.lang.String mbeanType)
public void setResourceBundle(java.lang.String nlsFile)
public void addData(PmiDataInfo info)
public void removeData(PmiDataInfo info)
public java.lang.String getResourceBundle()
public int getNumData()
public java.lang.String getUID()
public java.lang.String getShortName()
public java.lang.String getDescription()
public java.lang.String getMbeanType()
public int getDataId(java.lang.String name)
public PmiDataInfo getDataInfo(int dataId)
public PmiDataInfo[] submoduleMembers(java.lang.String submoduleName)
public PmiDataInfo[] submoduleMembers(java.lang.String submoduleName, int level)
public PmiDataInfo[] listData(java.lang.String submoduleName)
public PmiDataInfo[] listAllData()
public PmiDataInfo[] listLevelData(int level)
public PmiDataInfo[] listMyLevelData(int level)
public void print(java.io.PrintWriter pw)
public java.lang.String toString()
toString
in class java.lang.Object
public int[] listStatisticsWithDependents()
public int[] listStatisticsBySet(java.lang.String statisticSet)
StatConstants
public boolean hasSubModule()
public PmiModuleConfig copy()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |