go back Home

TableBroadcaster

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null contextClassLoader="..." id="..." name="..." priority="..." stackTrace="..." state="..." threadGroup="..." uncaughtExceptionHandler="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"contextClassLoader":"...","id":"...","name":"...","priority":"...","stackTrace":"...","state":"...","threadGroup":"...","uncaughtExceptionHandler":"..."}

Fields

name type
contextClassLoader ClassLoader
id long
name String
priority int
stackTrace StackTraceElement[]
state State
threadGroup ThreadGroup
uncaughtExceptionHandler UncaughtExceptionHandler