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
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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
|
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)