public interface TransactionVBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCoordinatorURL() |
The URL of the coordinating server.
|
java.util.Properties |
getGlobalProperties() |
The user-defined global properties associated with the transaction.
|
java.util.Properties |
getLocalProperties() |
The user-defined local properties associated with the transaction.
|
java.lang.String |
getName() |
The name of the transaction as defined by the application that started the transaction.
|
TransactionResourceVBean[] |
getResources() |
The collection of participating resources.
|
java.lang.String |
getRollbackReason() |
Returns the message of the throwable that caused the transaction
to rollback.
|
int |
getSecondsActive() |
The time in seconds for which the transaction has been active.
|
TransactionServerVBean[] |
getServers() |
The collection of participating servers.
|
java.lang.String |
getStatus() |
The current status of the transaction.
|
int |
getTimeoutSeconds() |
Returns the transaction timeout.
|
java.lang.String |
getXid() |
The transaction ID assigned by the transaction manager.
|
boolean |
isLogWriteNecessary() |
Indicates whether the tlog write for the transaction has
occurred, or is required.
|
java.lang.String getName()
The name of the transaction as defined by the application that started the transaction.
java.lang.String getXid()
The transaction ID assigned by the transaction manager.
java.lang.String getStatus()
The current status of the transaction. The method returns one of the following transaction status values:
java.lang.String getRollbackReason()
Returns the message of the throwable that caused the transaction to rollback.
int getTimeoutSeconds()
Returns the transaction timeout.
int getSecondsActive()
The time in seconds for which the transaction has been active.
java.lang.String getCoordinatorURL()
The URL of the coordinating server.
java.util.Properties getGlobalProperties()
The user-defined global properties associated with the transaction.
java.util.Properties getLocalProperties()
The user-defined local properties associated with the transaction.
TransactionServerVBean[] getServers()
The collection of participating servers.
TransactionResourceVBean[] getResources()
The collection of participating resources.
boolean isLogWriteNecessary()
Indicates whether the tlog write for the transaction has occurred, or is required.