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()
Get all trace information.
administrator
operator
public java.lang.String getTraceInfo(
java.lang.String groupOrRecordOrFieldName
)
Get all trace information in XML format starting at a particular group, record, or field name.
groupOrRecordOrFieldName
-
administrator
operator
public java.lang.String getAllTraceInfo(
java.lang.Integer maxDepth
)
Get all trace information in XML format down to a maximum depth.
maxDepth
-
administrator
operator
public java.lang.String getTraceInfo(
java.lang.String groupOrRecordOrFieldName,
java.lang.Integer maxDepth
)
Get all trace information starting at a particular group, record, or field name and down to a maximum depth.
groupOrRecordOrFieldName
-
maxDepth
-
administrator
operator
public void setTrace(
java.lang.String scopeName,
java.lang.String expression,
java.lang.String traceSpecification
)
Set a conditional trace specification for a particular scope.
scopeName
-
expression
-
traceSpecification
-
administrator
operator
public void configure(
java.lang.String xml
)
Configure trace by processing the XML string.
xml
-
administrator
operator