Server: Control: JTA
This page shows information about current transactions coordinated by the server or in which server resources participate.
Buttons
Name Description Force Local Commit Forces the transaction represented by xid to be committed at the local SubCoordinator only.
MBean Attribute:
JTARuntimeMBean.forceLocalCommit
Force Global Commit Forces the transaction represented by xid to be committed at all participating SubCoordinators. If the server on which the method is invoked is not the coordinating server then the coordinating server will be notified to process the commit.
MBean Attribute:
JTARuntimeMBean.forceGlobalCommit
Force Local Rollback Forces the transaction represented by xid to be rolled-back at the local SubCoordinator only.
MBean Attribute:
JTARuntimeMBean.forceLocalRollback
Force Global Rollback Forces the transaction represented by xid to be rolled-back at all participating SubCoordinators. If the server on which the method is invoked is not the coordinating server then the coordinating server will be notified to process the rollback.
MBean Attribute:
JTARuntimeMBean.forceGlobalRollback
Column Display
Name Description Transaction ID The transaction ID assigned by the transaction manager.
Status The current status of the transaction.
Seconds Active The time in seconds for which the transaction has been active.
XA Resources The list of participating resource names and their status for the transaction.
Servers The servers that participate in the transaction.