|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.pmi.PmiDataInfo
Contains static config info for an individual PMI data.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
PmiDataInfo(int id)
constructor: id uniquely identifies the data in a module. |
|
PmiDataInfo(int id,
java.lang.String name,
int type,
int level,
java.lang.String description)
constructor: id uniquely identifies the data in a module. |
Method Summary | |
---|---|
java.lang.String |
getCategory()
Return the applicable category of the counter. |
java.lang.String |
getComment()
Comment is addtional info, but it is optional. |
java.lang.String |
getDescription()
Get the data description. |
int |
getId()
Get the data id. |
int |
getLevel()
Get the data level: low, medium, high, or max. |
java.lang.String |
getName()
Get the data name. |
java.lang.String |
getParticipation()
Participation info is optional and it is null for most data. |
java.lang.String |
getSubmoduleName()
If the data is in a submodule, return the submodule name. |
int |
getType()
Get the data type. |
java.lang.String |
getUnit()
Return the unit of the counter. |
boolean |
isAggregatable()
Return true if the child data can be aggregated at its parent. |
boolean |
isResettable()
Return true if it can be reset to zero on client side. |
boolean |
isUpdateOnRequest()
Return true if the child data can be aggregated at its parent. |
void |
setAggregatable(boolean aggregatable)
|
void |
setCategory(java.lang.String category)
|
void |
setComment(java.lang.String comment)
|
void |
setDescription(java.lang.String description)
|
void |
setLevel(int level)
|
void |
setName(java.lang.String name)
Setter methods should NOT be called on client side. |
void |
setOnRequest(boolean onRequest)
|
void |
setParticipation(java.lang.String participation)
|
void |
setResettable(boolean resettable)
|
void |
setSubmoduleName(java.lang.String submoduleName)
|
void |
setType(int type)
|
void |
setUnit(java.lang.String unit)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long serialVersionUID
Constructor Detail |
public PmiDataInfo(int id)
public PmiDataInfo(int id, java.lang.String name, int type, int level, java.lang.String description)
Method Detail |
public void setName(java.lang.String name)
public void setType(int type)
public void setParticipation(java.lang.String participation)
public void setDescription(java.lang.String description)
public void setUnit(java.lang.String unit)
public void setCategory(java.lang.String category)
public void setLevel(int level)
public void setComment(java.lang.String comment)
public void setResettable(boolean resettable)
public void setAggregatable(boolean aggregatable)
public void setOnRequest(boolean onRequest)
public void setSubmoduleName(java.lang.String submoduleName)
public java.lang.String getName()
public int getId()
public int getType()
public java.lang.String getDescription()
public java.lang.String getUnit()
public java.lang.String getCategory()
public java.lang.String getParticipation()
public int getLevel()
public java.lang.String getComment()
public boolean isResettable()
public boolean isAggregatable()
public boolean isUpdateOnRequest()
public java.lang.String getSubmoduleName()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |