[jboss-as7-dev] TX subsystem management use cases
Heiko Braun
hbraun at redhat.com
Tue May 10 11:07:24 EDT 2011
Can anyone shed some light on the management op's for the transaction subsystem?
The attribute names indicate more sophisticated features, like statistics.
I would need to know how to work with this data in order expose reasonable functionality through the web UI.
[domain at localhost:9999 /] /profile=default/subsystem=transactions:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"core-environment" => {
"socket-binding" => "txn-socket-process-id",
"node-identifier" => undefined
},
"recovery-environment" => {
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager"
},
"coordinator-environment" => {
"enable-statistics" => undefined,
"default-timeout" => undefined
},
"object-store" => {
"relative-to" => undefined,
"path" => undefined
}
},
"compensating-operation" => undefined
}
Ike
More information about the jboss-as7-dev
mailing list