WebSphere:*,type=Trace
MBean Trace
Trace mbean
Operation Summary | |
java.lang.String | getAllTraceInfo() Get all trace information. |
java.lang.String | getTraceInfo( Get all trace information in XML format starting at a particular group, record, or field name. |
java.lang.String | getAllTraceInfo( Get all trace information in XML format down to a maximum depth. |
java.lang.String | getTraceInfo( Get all trace information starting at a particular group, record, or field name and down to a maximum depth. |
void | setTrace( Set a conditional trace specification for a particular scope. |
void | configure( Configure trace by processing the XML string. |
Operation Detail |
public java.lang.String getAllTraceInfo()
public java.lang.String getTraceInfo(java.lang.String groupOrRecordOrFieldName
)
groupOrRecordOrFieldName
-
public java.lang.String getAllTraceInfo(java.lang.Integer maxDepth
)
maxDepth
-
public java.lang.String getTraceInfo(java.lang.String groupOrRecordOrFieldName,
java.lang.Integer maxDepth
)
groupOrRecordOrFieldName
-
maxDepth
-
public void setTrace(java.lang.String scopeName,
java.lang.String expression,
java.lang.String traceSpecification
)
scopeName
-
expression
-
traceSpecification
-
public void configure(java.lang.String xml
)
xml
-