|
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.client.PerfDescriptorList
javax.management.j2ee.statistics
package.
The PerfDescriptorList
is a 4.0 class and will be supported in 5.0.
It has an ArrayList to help maintaining all the PerfDescriptors.
Note: it is recommanded you call getDescriptors first and cache the PerfDescriptor array and then repeatedly calling gets methods on the PerfDescriptor array instead of PerfDescriptorList.
public class PerfDescriptorList
Constructor Summary | |
---|---|
PerfDescriptorList()
Deprecated. Constructor |
|
PerfDescriptorList(PerfDescriptor[] pds)
Deprecated. |
Method Summary | |
---|---|
boolean |
addDescriptor(PerfDescriptor pd)
Deprecated. If pd is not in the list yet, add it and return true; otherwise, return false |
void |
addDescriptor(PerfDescriptor[] pds)
Deprecated. |
PerfDescriptor[] |
getDescriptors()
Deprecated. It is recommanded calling this method first, cache the returned array, and use the array to repeatly get PMI data. |
int |
numDescriptors()
Deprecated. return the number of descriptors |
boolean |
removeDescriptor(PerfDescriptor pd)
Deprecated. If pd (not necessary be the object itself) is found by names, remove it and return true; otherwise, return false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerfDescriptorList()
public PerfDescriptorList(PerfDescriptor[] pds)
Method Detail |
---|
public void addDescriptor(PerfDescriptor[] pds)
public boolean addDescriptor(PerfDescriptor pd)
public boolean removeDescriptor(PerfDescriptor pd)
public int numDescriptors()
public PerfDescriptor[] getDescriptors()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |