[jboss-jira] [JBoss JIRA] Created: (AS7-1782) Provide management use cases and operations for the transaction subsystem

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Sep 12 09:06:26 EDT 2011


Provide management use cases and operations for the transaction subsystem
-------------------------------------------------------------------------

                 Key: AS7-1782
                 URL: https://issues.jboss.org/browse/AS7-1782
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Transactions
            Reporter: Heiko Braun
            Assignee: Jonathan Halliday
             Fix For: 7.1.0.Beta1


I cannot identify the use cases not the operation when looking at the current management exposure:

{noformat}
[standalone at localhost:9999 /] /subsystem=transactions:read-resource(recursive=true)
{
    "outcome" => "success",
    "result" => {
        "coordinator-environment" => {
            "enable-statistics" => undefined,
            "enable-tsm-status" => undefined,
            "default-timeout" => 300
        },
        "core-environment" => {
            "process-id" => {"uuid" => "uuid"},
            "node-identifier" => undefined,
            "relative-to" => undefined,
            "path" => undefined
        },
        "object-store" => {
            "relative-to" => undefined,
            "path" => undefined
        },
        "recovery-environment" => {
            "socket-binding" => "txn-recovery-environment",
            "status-socket-binding" => "txn-status-manager",
            "recovery-listener" => undefined
        }
    }
}
[standalone at localhost:9999 /] /subsystem=transactions:read-operation-              

read-operation-description   read-operation-names
[standalone at localhost:9999 /] /subsystem=transactions:read-operation-names
{
    "outcome" => "success",
    "result" => [
        "add",
        "read-attribute",
        "read-children-names",
        "read-children-resources",
        "read-children-types",
        "read-operation-description",
        "read-operation-names",
        "read-resource",
        "read-resource-description",
        "validate-address",
        "write-attribute"
    ]
}

{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list