Skip navigation links

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


weblogic.management.runtime
Interface JTATransaction

All Superinterfaces:
Serializable

public interface JTATransaction
extends Serializable

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

getName

String getName()

The name of the transaction as defined by the application that started the transaction.

Returns:
The name value

getXid

Xid getXid()

The transaction ID assigned by the transaction manager.

Returns:
The xid value

getStatus

String getStatus()

The current status of the transaction.

Returns:
The status value

getUserProperties

Map getUserProperties()

The user-defined properties associated with the transaction.

Returns:
The userProperties value

getSecondsActiveCurrentCount

int getSecondsActiveCurrentCount()

The time in seconds for which the transaction has been active.

Returns:
The secondsActiveCurrentCount value

getServers

String[] getServers()

The servers that participate in the transaction.

Returns:
The servers value

getResourceNamesAndStatus

Map getResourceNamesAndStatus()

The collection of participating resource names and their status for the transaction.

Returns:
The resourceNamesAndStatus value

getCoordinatorURL

String getCoordinatorURL()

The URL of the coordinating server.

Returns:
The coordinatorURL value

getServersAndStatus

Map getServersAndStatus()

The collection of participating servers and their status for the transaction. The server name is qualified with the server's domain name.

Returns:
The serversAndStatus value

isTransactionLogWritten

boolean isTransactionLogWritten()

Indicates whether the tlog write for the transaction

Returns:
The TransactionLogWritten value

Skip navigation links

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