MBean

Partial ObjectName:
WebSphere:*,type=


MBean

Trace mbean


Operation Summary
getAllTraceInfo()
           Get all trace information.
getTraceInfo( groupOrRecordOrFieldName)
           Get all trace information in XML format starting at a particular group, record, or field name.
getAllTraceInfo( maxDepth)
           Get all trace information in XML format down to a maximum depth.
getTraceInfo( groupOrRecordOrFieldName,  maxDepth)
           Get all trace information starting at a particular group, record, or field name and down to a maximum depth.
setTrace( scopeName,  expression,  traceSpecification)
           Set a conditional trace specification for a particular scope.
configure( xml)
           Configure trace by processing the XML string.

Operation Detail

getAllTraceInfo

public  getAllTraceInfo()
Get all trace information.

getTraceInfo

public  getTraceInfo( groupOrRecordOrFieldName)
Get all trace information in XML format starting at a particular group, record, or field name.
Parameters:
groupOrRecordOrFieldName -

getAllTraceInfo

public  getAllTraceInfo( maxDepth)
Get all trace information in XML format down to a maximum depth.
Parameters:
maxDepth -

getTraceInfo

public  getTraceInfo( groupOrRecordOrFieldName,  maxDepth)
Get all trace information starting at a particular group, record, or field name and down to a maximum depth.
Parameters:
groupOrRecordOrFieldName -
maxDepth -

setTrace

public  setTrace( scopeName,  expression,  traceSpecification)
Set a conditional trace specification for a particular scope.
Parameters:
scopeName -
expression -
traceSpecification -

configure

public  configure( xml)
Configure trace by processing the XML string.
Parameters:
xml -

Copyright IBM Corp. 1996 - 2007