| Package | Description |
|---|---|
| org.jboss.jbossts.star.client |
| Modifier and Type | Method and Description |
|---|---|
SRAInfo |
SRAApi.beginTransaction(Long timeout,
TimeUnit unit)
Begin a new SRA.
|
SRAInfo |
SRAApi.cancelTransaction(String txId)
Cancel a SRA
|
SRAInfo |
SRAApi.commitTransaction(String txId)
Commit a SRA
|
SRAInfo |
SRAApi.getTransactionURIs(String id)
Obtain the transaction terminator and participant enlistment URIs for the
specified transaction id.
|
| Modifier and Type | Method and Description |
|---|---|
List<SRAInfo> |
SRAClientAPI.getActiveSRAs()
Lookup active SRAs
|
List<SRAInfo> |
SRAClient.getActiveSRAs() |
List<SRAInfo> |
SRAClientAPI.getAllSRAs()
Returns all SRAs
Gets both active and recovering SRAs
|
List<SRAInfo> |
SRAClient.getAllSRAs() |
List<SRAInfo> |
SRAApi.getAllTransactions()
List of all transaction URIs known to the coordinator (active and in recovery)
|
List<SRAInfo> |
SRAClientAPI.getRecoveringSRAs()
List recovering Long Running Actions
Returns SRAs that are recovering (ie some compensators still need to be ran)
|
List<SRAInfo> |
SRAClient.getRecoveringSRAs() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.