|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.management.j2ee.statistics
package.
The PerfLevelSpec
is WebSphere 4.0 interface used to represent the PMI module
instrumentation level. This interface is replaced by com.ibm.websphere.pmi.stat.StatLevelSpec
.
public interface PerfLevelSpec
Method Summary | |
---|---|
int |
comparePath(PerfLevelSpec otherDesc)
Deprecated. Returns 0 if same |
int |
comparePath(java.lang.String[] otherPath)
Deprecated. Returns 0 if same |
int |
getLevel()
Deprecated. Get instrumentation level for the path |
java.lang.String |
getModuleName()
Deprecated. Get module name in the path |
java.lang.String[] |
getPath()
Deprecated. Get the path of the PerfLevelSpec. |
java.lang.String[] |
getShortPath()
Deprecated. Get the path without root "pmi" It should look like module.instance.... |
java.lang.String |
getSubmoduleName()
Deprecated. Get submodule name in the path |
boolean |
isSubPath(PerfLevelSpec otherDesc)
Deprecated. Returns true if it's path is a subpath of otherDesc |
boolean |
isSubPath(java.lang.String[] otherPath)
Deprecated. |
void |
setLevel(int level)
Deprecated. Set instrumentation level for the path |
Method Detail |
---|
java.lang.String[] getPath()
java.lang.String[] getShortPath()
int comparePath(PerfLevelSpec otherDesc)
int comparePath(java.lang.String[] otherPath)
boolean isSubPath(PerfLevelSpec otherDesc)
boolean isSubPath(java.lang.String[] otherPath)
java.lang.String getModuleName()
java.lang.String getSubmoduleName()
int getLevel()
void setLevel(int level)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |