| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JTATransaction
This class represents information about a live transaction.
| Method Summary | |
|---|---|
| abstract  String | getCoordinatorURL()The URL of the coordinating server. | 
| abstract  String | getName()The name of the transaction as defined by the application that started the transaction. | 
| abstract  Map | getResourceNamesAndStatus()The collection of participating resource names and their status for the transaction. | 
| abstract  int | getSecondsActiveCurrentCount()The time in seconds for which the transaction has been active. | 
| abstract  String[] | getServers()The servers that participate in the transaction. | 
| abstract  Map | getServersAndStatus()The collection of participating servers and their status for the transaction. | 
| abstract  String | getStatus()The current status of the transaction. | 
| abstract  Map | getUserProperties()The user-defined properties associated with the transaction. | 
| abstract  Xid | getXid()The transaction ID assigned by the transaction manager. | 
| abstract  boolean | isTransactionLogWritten()Indicates whether the tlog write for the transaction | 
| Method Detail | 
|---|
String getName()
The name of the transaction as defined by the application that started the transaction.
Xid getXid()
The transaction ID assigned by the transaction manager.
String getStatus()
The current status of the transaction.
Map getUserProperties()
The user-defined properties associated with the transaction.
int getSecondsActiveCurrentCount()
The time in seconds for which the transaction has been active.
String[] getServers()
The servers that participate in the transaction.
Map getResourceNamesAndStatus()
The collection of participating resource names and their status for the transaction.
String getCoordinatorURL()
The URL of the coordinating server.
Map getServersAndStatus()
The collection of participating servers and their status for the transaction. The server name is qualified with the server's domain name.
boolean isTransactionLogWritten()
Indicates whether the tlog write for the transaction
| 
 | Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||