Get Current Transaction
/management/weblogic/{version}/serverRuntime/JTARuntime/getCurrentTransaction
Returns the TransactionVBean object for the specified Xid. If the transaction represented by xid does not exist on the server, then the method will return null.
Request
- application/json
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
object
Arguments
-
xid:
string
The Xid in string representation
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
- application/json
200 Response
Returns the following fields:
object
-
coordinatorURL:
string
Read Only:
true
The URL of the coordinating server.
-
globalProperties:
object Properties
Title:
Properties
Read Only:true
Additional Properties Allowed: additionalPropertiesThe user-defined global properties associated with the transaction.
-
localProperties:
object Properties
Title:
Properties
Read Only:true
Additional Properties Allowed: additionalPropertiesThe user-defined local properties associated with the transaction.
-
logWriteNecessary:
boolean
Read Only:
true
Indicates whether the tlog write for the transaction has occurred, or is required.
-
name:
string
Read Only:
true
The name of the transaction as defined by the application that started the transaction.
-
resources:
array Items
Title:
Items
Read Only:true
The collection of participating resources.
-
rollbackReason:
string
Read Only:
true
Returns the message of the throwable that caused the transaction to rollback.
-
secondsActive:
integer(int32)
Read Only:
true
The time in seconds for which the transaction has been active.
-
servers:
array Items
Title:
Items
Read Only:true
The collection of participating servers.
-
status:
string
Read Only:
true
The current status of the transaction. The method returns one of the following transaction status values:
active
pre-preparing
pre-prepared
preparing
prepared
logging
committing
committed
rolling-back
marked-rollback
rolledback
unknown
-
timeoutSeconds:
integer(int32)
Read Only:
true
Returns the transaction timeout.
-
xid:
string
Read Only:
true
The transaction ID assigned by the transaction manager.
object
Properties
true
The user-defined global properties associated with the transaction.
object
Properties
true
The user-defined local properties associated with the transaction.
array
Items
true
The collection of participating resources.
array
Items
true
The collection of participating servers.
object
-
assignedServer:
string
Read Only:
true
Returns the assigned server, or null if unassigned.
-
name:
string
Read Only:
true
Returns the name of the resource.
-
status:
string
Read Only:
true
Returns the resource status. The set of resource status values is as follows:
new
committed
rolledback
suspended
object
-
name:
string
Read Only:
true
Returns the server name. The server name is qualified with the server's domain name.
-
status:
string
Read Only:
true
Returns the server's status. The set of server transaction status values are as follows:
active
pre-preparing
pre-prepared
preparing
prepared
committing
committed
rolling-back
rolledback
unknown