com.ibm.websphere.pmi.client
Interface PerfLevelSpec

All Superinterfaces:
java.io.Serializable

public interface PerfLevelSpec
extends java.io.Serializable


Method Summary
 int comparePath(PerfLevelSpec)
           
 int comparePath(java.lang.String[])
           
 int getLevel()
           
 java.lang.String getModuleName()
           
 java.lang.String[] getPath()
           
 java.lang.String[] getShortPath()
           
 java.lang.String getSubmoduleName()
           
 boolean isSubPath(PerfLevelSpec)
           
 boolean isSubPath(java.lang.String[])
           
 void setLevel(int)
           
 

Method Detail

getPath

public java.lang.String[] getPath()

getShortPath

public java.lang.String[] getShortPath()

comparePath

public int comparePath(PerfLevelSpec)

comparePath

public int comparePath(java.lang.String[])

isSubPath

public boolean isSubPath(PerfLevelSpec)

isSubPath

public boolean isSubPath(java.lang.String[])

getModuleName

public java.lang.String getModuleName()

getSubmoduleName

public java.lang.String getSubmoduleName()

getLevel

public int getLevel()

setLevel

public void setLevel(int)