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.

  1. public interface PerfLevelSpec
  2. extends java.io.Serializable

Method Summary

Modifier and Type Method and Description
  1. int
comparePath(PerfLevelSpec otherDesc)
Deprecated. Returns 0 if same
  1. int
comparePath(java.lang.String[] otherPath)
Deprecated. Returns 0 if same
  1. int
getLevel()
Deprecated. Get instrumentation level for the path
  1. java.lang.String
getModuleName()
Deprecated. Get module name in the path
  1. java.lang.String[]
getPath()
Deprecated. Get the path of the PerfLevelSpec.
  1. java.lang.String[]
getShortPath()
Deprecated. Get the path without root "pmi" It should look like module.instance....
  1. java.lang.String
getSubmoduleName()
Deprecated. Get submodule name in the path
  1. boolean
isSubPath(PerfLevelSpec otherDesc)
Deprecated. Returns true if it's path is a subpath of otherDesc
  1. boolean
isSubPath(java.lang.String[] otherPath)
Deprecated.
  1. void
setLevel(int level)
Deprecated. Set instrumentation level for the path

Method Detail

getPath

  1. java.lang.String[] getPath()
Deprecated.
Get the path of the PerfLevelSpec. It has preleading root "pmi".

getShortPath

  1. java.lang.String[] getShortPath( )
Deprecated.
Get the path without root "pmi" It should look like module.instance....

comparePath

  1. int comparePath(PerfLevelSpec otherDesc)
Deprecated.
Returns 0 if same

comparePath

  1. int comparePath(java.lang.String[] otherPath)
Deprecated.
Returns 0 if same

isSubPath

  1. boolean isSubPath(PerfLevelSpec otherDesc)
Deprecated.
Returns true if it's path is a subpath of otherDesc

isSubPath

  1. boolean isSubPath(java.lang.String[] otherPath)
Deprecated.

getModuleName

  1. java.lang.String getModuleName( )
Deprecated.
Get module name in the path

getSubmoduleName

  1. java.lang.String getSubmoduleName( )
Deprecated.
Get submodule name in the path

getLevel

  1. int getLevel()
Deprecated.
Get instrumentation level for the path

setLevel

  1. void setLevel(int level)
Deprecated.
Set instrumentation level for the path