public class StatDescriptor
extends java.lang.Object
implements java.io.Serializable
new StatDescriptor (new String[] {WSWebAppStats.NAME, "MyApplication.war", WSServletStats.NAME, "Servlet_1"});
Constructor and Description |
---|
StatDescriptor(java.lang.String[] path)
Constructor
|
StatDescriptor(java.lang.String[] path,
int dataId)
Deprecated.
No replacement
|
Modifier and Type | Method and Description |
---|---|
int |
getDataId()
Deprecated.
No replacement
|
java.lang.String |
getName()
Deprecated.
No replacement
|
java.lang.String[] |
getPath()
Returns Stats path represented by this StatDescriptor
|
int |
getType()
Deprecated.
No replacement
|
boolean |
isSame(StatDescriptor sd)
Deprecated.
No replacement
|
java.lang.String |
toString()
Returns String representation of StatDescriptor
|
public StatDescriptor(java.lang.String[] path)
path
- Path of the Stats in the PMI tree. A null indicates the root of PMI tree (server).public StatDescriptor(java.lang.String[] path, int dataId)
public java.lang.String[] getPath()
public java.lang.String getName()
public int getDataId()
public int getType()
public boolean isSame(StatDescriptor sd)
public java.lang.String toString()
toString
in class java.lang.Object