com.ibm.websphere.pmi.client
Interface PerfLevelSpec
All Superinterfaces:
java.io.Serializable
Deprecated. As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in
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
Method Summary
Modifier and Type | Method and Description |
---|---|
|
comparePath(PerfLevelSpec otherDesc)
Deprecated. Returns 0 if same
|
|
comparePath(java.lang.String[] otherPath)
Deprecated. Returns 0 if same
|
|
getLevel()
Deprecated. Get instrumentation level for the path
|
|
getModuleName()
Deprecated. Get module name in the path
|
|
getPath()
Deprecated. Get the path of the PerfLevelSpec.
|
|
getShortPath()
Deprecated. Get the path without root "pmi"
It should look like module.instance....
|
|
getSubmoduleName()
Deprecated. Get submodule name in the path
|
|
isSubPath(PerfLevelSpec otherDesc)
Deprecated. Returns true if it's path is a subpath of otherDesc
|
|
isSubPath(java.lang.String[] otherPath)
Deprecated.
|
|
setLevel(int level)
Deprecated. Set instrumentation level for the path
|
Method Detail
getPath
- java.lang.String[] getPath()
Deprecated.
Get the path of the PerfLevelSpec.
It has preleading root "pmi".
getShortPath
- java.lang.String[] getShortPath( )
Deprecated.
Get the path without root "pmi"
It should look like module.instance....
comparePath
- int comparePath(PerfLevelSpec otherDesc)
Deprecated.
Returns 0 if same
comparePath
- int comparePath(java.lang.String[] otherPath)
Deprecated.
Returns 0 if same
isSubPath
- boolean isSubPath(PerfLevelSpec otherDesc)
Deprecated.
Returns true if it's path is a subpath of otherDesc
isSubPath
- boolean isSubPath(java.lang.String[] otherPath)
Deprecated.
getModuleName
- java.lang.String getModuleName( )
Deprecated.
Get module name in the path
getSubmoduleName
- java.lang.String getSubmoduleName( )
Deprecated.
Get submodule name in the path
getLevel
- int getLevel()
Deprecated.
Get instrumentation level for the path
setLevel
- void setLevel(int level)
Deprecated.
Set instrumentation level for the path